ts-369/ODE-solver
1
ODE Solver
A Computer Algebra System that solves first-order linear Ordinary Differential Equations analytically.
Upload an image of a handwritten or printed ODE, and the engine will:
- Extract the equation using a Vision Transformer (Pix2Text)
- Translate the LaTeX into algebraic syntax via a stack-based parser
- Solve it analytically using a custom C++ symbolic engine
