ts-369/ODE-solver
1
1---2title: ODE Solver3sdk: docker4app_port: 78605---6 7# ODE Solver8 9A Computer Algebra System that solves first-order linear Ordinary Differential Equations analytically.10 11Upload an image of a handwritten or printed ODE, and the engine will:121. **Extract** the equation using a Vision Transformer (Pix2Text)132. **Translate** the LaTeX into algebraic syntax via a stack-based parser143. **Solve** it analytically using a custom C++ symbolic engine15 