![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29852560_1681359648702_DEF.jpg)
sudhir
Followers: 0 Following: 0
Feeds
질문
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...
9개월 전 | 답변 수: 1 | 0
1
답변질문
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:...
대략 1년 전 | 답변 수: 2 | 0