ODE BVP Solver

Professional Ordinary Differential Equation Boundary Value Problem Solver

System Configuration
Mathematical Format Guide
Operations
  • +, -, *, /, **
  • sin(x), cos(x), tan(x), exp(x)
  • pi, e
Examples
  • -y → \(y'' = -y\)
  • -2*y' - y + x → \(y'' = -2y' - y + x\)
y'' =
Enter the right-hand side of the second-order ODE.
Smaller h = higher accuracy but slower computation.