Community Profile

photo

Joely Depoy


Last seen: 대략 1년 전 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(...

4년 초과 전 | 답변 수: 1 | 0

1

답변