Back to Projects

Ordinary Differential Equations Solver

Ordinary Differential Equations Solver

About the Project

This project is a comprehensive calculus solver designed to help understand step-by-step solutions for complex first-order differential equations. The frontend is built with React and Tailwind CSS, providing a clean, responsive interface. The backend utilizes FastAPI with Python, leveraging Sympy and Numpy for robust mathematical computations. KateX is used to render formulas beautifully in the browser.

Key Features

  • Step-by-step mathematical solutions
  • First-order differential equation solving
  • Interactive mathematical formula rendering via KateX
  • Python-based FastAPI backend integration