photo

Joely Depoy


Last seen: meer dan een jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer