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.
with⁡Student:-ODEs:
high_order_ode1 ≔ ⅆ3ⅆx3⁢y⁡x+3⁢ⅆ2ⅆx2⁢y⁡x+4⁢ⅆⅆx⁢y⁡x+2⁢y⁡x=0
high_order_ode1≔ⅆ3ⅆx3y⁡x+3⁢ⅆ2ⅆx2y⁡x+4⁢ⅆⅆxy⁡x+2⁢y⁡x=0
ODESteps⁡high_order_ode1
macro⁡Y=y1⁡x,y2⁡x:
sys2 ≔ ∂∂x⁢Y=`%.`⁡Matrix⁡7,1,−4,3,Y
sys2≔ⅆⅆxy1⁡xⅆⅆxy2⁡x=Typesetting:-_Hold⁡%.⁡RTABLE⁡36893628571428174892,71−43,Matrix,y1⁡xy2⁡x
ODESteps⁡sys2
sys3 ≔ ∂∂x⁢Y=`.`⁡Matrix⁡1,2,3,2,Y+1,ⅇx
sys3≔ⅆⅆxy1⁡xⅆⅆxy2⁡x=y1⁡x+2⁢y2⁡x+13⁢y1⁡x+2⁢y2⁡x+ⅇx
ODESteps⁡sys3
sys4 ≔ ⅆⅆx⁢w⁡x=w⁡x+2⁢z⁡x,ⅆⅆx⁢z⁡x=3⁢w⁡x+2⁢z⁡x+ⅇx
sys4≔ⅆⅆxw⁡x=w⁡x+2⁢z⁡x,ⅆⅆxz⁡x=3⁢w⁡x+2⁢z⁡x+ⅇx
ODESteps⁡sys4
See Also
diff
Int
Student
Student[ODEs]
Student[ODEs][ODESteps]
Download Help Document
What kind of issue would you like to report? (Optional)