photo

sudhir


Last seen: 2 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Promoter

查看徽章

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...

2 months 前 | 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:...

8 months 前 | 2 个回答 | 0

2

个回答