photo

Joely Depoy


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


How can I plot the difference of the solution of two differential equations vs time?
syms x(t) ode = diff(x,t) == (((1/x))-1)*(1/sqrt(x)); cond = x(0) == 2; xSol(t) = dsolve(ode,cond) syms y(t) ode = diff(...

5 years 前 | 1 个回答 | 0

1

个回答