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