Expand description
Risch Differential Equation (RDE) solving
Solves the RDE: y’ + f*y = g for basic cases. This module handles simple exponential and logarithmic patterns.
Functions§
- integrate_
transcendental - Integrate transcendental part using RDE
Risch Differential Equation (RDE) solving
Solves the RDE: y’ + f*y = g for basic cases. This module handles simple exponential and logarithmic patterns.