Azzera filtri
Azzera filtri

To solve the system of equations in MATLAB

1 visualizzazione (ultimi 30 giorni)
Suganya G
Suganya G il 16 Nov 2021
I'm trying to solve the following system of equation. I want solution in terms of h and t. Is it possible to find solution for this equation for 10 iterations? I don't have idea regarding this because h should be obtained in output as such. Please help me with the code for solving this.
Invalid use of operator.

Error in connector.internal.fevalMatlab

Error in connector.internal.fevalJSON
\begin{equation}
X_i(t)=\chi_iX_{i-1}(t)+h\int_{0}^{t}\left[\frac{dX_{i-1}(x)}{dx}+\sum_{j=0}^{i-1}X_j(x)Y_{i-1-j}(x)-(1-\chi_i)\right]dx
\end{equation}
\begin{equation}
Y_i(t)=\chi_iY_{i-1}(t)+h\int_{0}^{t}\left[\frac{dY_{i-1}(x)}{dx}+\sum_{j=0}^{i-1}Z_j(x)X_{i-1-j}(x)\right]dx
\end{equation}
\begin{equation}
Z_i(t)=\chi_iZ_{i-1}(t)+h\int_{0}^{t}\left[\frac{dZ_{i-1}(x)}{dx}-aY_{i-1}(x)+\alpha Z_{i-1}(x)\right]dx
\end{equation}
where $\chi_i=0 \ for \ i\leq 1 \ and \ 1 \ for \ i>1$. $a=0.1, \ \alpha=0.5$

Risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by