Info

この質問は閉じられています。 編集または回答するには再度開いてください。

system of equation solving plot

1 回表示 (過去 30 日間)
shiv gaur
shiv gaur 2022 年 2 月 21 日
閉鎖済み: Cris LaPierre 2022 年 2 月 21 日
pl solve this system of equation by power series method help is highly appreciate
this is system of differential equation plot x vs t
y vs t
  2 件のコメント
shiv gaur
shiv gaur 2022 年 2 月 21 日
why question is close if any one is not interested do not answer
shiv gaur
shiv gaur 2022 年 2 月 21 日
this the equation after power series solving
x(0)=1;
y(0)=0
t=1:100;
for n=1:15
x(n+1)=(x(n-1)-y(n))/n+1;
y(n+1)=(x(n)+y(n)-t)/n+1
end
plot(t,x)
now how to plot

回答 (0 件)

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by