ODE Numerical Solver

Advanced

Solve ordinary differential equations numerically using Euler and RK4 methods with stability analysis

5-15 minutes

DetailsStart Project

Numerical Root Finding

Standard

Find roots of equations using bisection and Newton-Raphson methods with convergence analysis

5-10 minutes

DetailsStart Project

Sensitivity Analysis

Standard

Analyze how model output changes with parameter perturbation (one-at-a-time method)

5-10 minutes

DetailsStart Project

Interpolation & Approximation

Standard

Interpolate between data points using linear or Lagrange methods and evaluate at query points

5-10 minutes

DetailsStart Project