Symbolics > Symbolic Evaluation > Solving ODEs Using the Generated Modifier
Solving ODEs Using the Generated Modifier
Solving First Order ODE’s using Generated
Using the generated modifier for solving ODE’s allows you to set a range of particular solutions for the ODE, rather than receiving a general solution.
1. Solve the following ODE, that is written in prime notation, using the keyword solve.
Click to copy this expression
2. Solve the same ODE, this time adding the generated modifier, to receive a particular solution.
Click to copy this expression
3. You can solve ODE’s that are written in derivative notation using the generated modifier. You receive a particular solution.
Click to copy this expression
Solving Second Order ODE’s using Generated
Use the generated modifier for solving second derivative ODE’s.
1. Solve the following second derivative ODE using the keyword solve.
Click to copy this expression
2. Solve the same second derivative ODE, this time adding the generated modifier. You receive a particular solution.
Click to copy this expression
Solving a System of ODE’s using Generated
Solve a system of ODE’s using the generated modifier, receiving a particular solution.
Click to copy this expression
Was this helpful?