Community Profile

photo

ali ahmadi


Last seen: 4 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Error using mupadmex of syms
I have written this code: function R=righthand(V,y) syms x R=zeros(y,1); L=1; for i=1:y+1 R(i)=(2*(i-1)+1)*...

9 years ago | 0 answers | 0

0

answers

Question


The exact solution of nonlinear ordinary differential equations system
I want to find the exact solution of this nonlinear system: y'(t)=-x(t)^2-2*x(t)+1;x'(t)=-y(t)^2-2*y(t)+1 but the dsolve f...

11 years ago | 1 answer | 0

1

answer