system of equation solving plot

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 Comments

why question is close if any one is not interested do not answer
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

Answers (0)

This question is closed.

Products

Release

R2021b

Asked:

on 21 Feb 2022

Closed:

on 21 Feb 2022

Community Treasure Hunt

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

Start Hunting!