Feeds
提问
I want to solve the below mentioned system of ODEs. However I get the warning "Explicit solution could not be found. > In dsolve at 194 " Can anyone explain me why?
syms v(t) syms p(t) syms k syms g syms m o1='Dv= -k*v(t)*v(t)/m - g*sin(p(t))’; o2='Dp= -g*cos(p(t))/v(t)’; int=’v(0...
10 years 前 | 2 个回答 | 0