Community Profile

photo

Prayash


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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

9 years ago | 2 answers | 0

2

answers