photo

Rodrigo Grajeda


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


Solve the ODE and plot the graph as y=f(x). Also plot the derivative. 5. dy/dx=x*y
syms y(x) D=diff(y,x)==x*y; A=x*y C=y(0)==0; S=dsolve(D,C) grid on hold on fplot(x,S,'r-','linewidth',3) fplot(x,A,'b-...

3 years 前 | 1 个回答 | 0

1

个回答