Module steps

Module steps 

Source
Expand description

ODE Solution Step Representation

Provides structured representation of ODE solution steps including:

  • Detection phase (identifying ODE type)
  • Transformation phase (manipulating equation)
  • Integration phase (solving integrals)
  • Solution phase (final form and verification)

Structs§

ODESolutionStep
ODE solution step with mathematical and educational context
ODESolutionStepBuilder
Builder for ODE solution steps
ODEStepFactory
Factory for creating common ODE solution steps

Enums§

ODEPhase
ODE solution step phase