Last Updated 10/31/2022
Solving Differential Equations (DE) for Symbolic Solutions
The desolve() command can be used to solve for first and second order DE symbolically.
Solve the DE .
We are solving for functions that satisfy the DE. The first task is to define the symbolic function in SageMath.
Next, we assign a name for the DE. In this case, we use the name “de”.
Finally, we execute the desolve() command.
Try this!
Solve the DE .