photo

sudhir


Last seen: environ 2 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Promoter

Afficher les badges

Feeds

Afficher par

Question


matlab code which works on 2022a is not working in 2023b
syms x y(x) y1 = x-y^2 %define the function %define the initial values x0 = 0 y0 = 1 X = 0.2 h = 0.1 % differentiati...

environ 2 mois il y a | 1 réponse | 0

1

réponse

Question


Solve ODE without initial condition
syms y(x) x E=diff(y,x)+(y*cos(x)+sin(y)+y)/(sin(x)+x*cos(y)+x)==0 y=(dsolve(E)) I am getting error E(x) = Warning:...

8 mois il y a | 2 réponses | 0

2

réponses