ODE Steps for Systems of ODEs
Overview
Examples
This help page gives a few examples of using the command ODESteps to solve systems of ordinary differential equations.
See Student[ODEs][ODESteps] for a general description of the command ODESteps and its calling sequence.
withStudent:-ODEs:
high_order_ode1≔diffyx,x,x,x+3diffyx,x,x+4diffyx,x+2yx=0
high_order_ode1≔ⅆ3ⅆx3yx+3ⅆ2ⅆx2yx+4ⅆⅆxyx+2yx=0
ODEStepshigh_order_ode1
macroY=y1x,y2x:
sys2≔diffY,x=`%.`Matrix7,1,`-`4,3,Y
sys2≔ⅆⅆxy1xⅆⅆxy2x=71−43·y1xy2x
ODEStepssys2
sys3≔diffY,x=Matrix1,2,3,2·Y+1,expx
sys3≔ⅆⅆxy1xⅆⅆxy2x=y1x+2y2x+13y1x+2y2x+ⅇx
ODEStepssys3
sys4≔diffwx,x=wx+2zx,diffzx,x=3wx+2zx+expx
sys4≔ⅆⅆxwx=wx+2zx,ⅆⅆxzx=3wx+2zx+ⅇx
ODEStepssys4
See Also
diff
Int
Student
Student[ODEs]
Student[ODEs][ODESteps]
Download Help Document