HOME
LIBRARY
PRODUCTS
FORUMS
CART
Tel:
+44 (0) 20 7193 9303
Email Us
Join CodeCogs
Login
Email or Screen Name
Password
Login
I have forgotten
my Password
Or login with:
http://facebook.com/
https://www.google.com/accounts/o8/id
https://me.yahoo.com
COMPUTING
MATHS
APPROXIMATION
CALCULUS
DIFFERENTIAL
ODE
Euler
Runge
QUADRATURE
Differentiation
Integration
Methods of Integration
COMBINATORICS
DATA FITTING
DISCRETE
GEOMETRY
NOTATIONS
OPTIMIZATION
ROOTFINDING
SPECIAL
STATISTICS
ENGINEERING
FINANCE
UNITS
STRINGS
PHYSICS
New Modules
Updated Modules
Maths
›
Calculus
›
Ode
Euler
Computes an approximate solution to the Cauchy problem using Euler's method.
std::vector<double>
euler
(double (*f)(double, double), double y0, double a, double b, double h)
Runge
Computes an approximate solution to the Cauchy problem using the 4th order Runge-Kutta method.
std::vector<double>
runge
(double (*f)(double, double), double y0, double a, double b, double h)