solve boundary value problems for ordinary differential equations
Usage
bvpexample(x)
bvpexample10(x)
Arguments
x
proposed initial x-value
Value
a data frame of x and y values
Details
The euler method implements the Euler method for solving
differential equations. The codemidptivp method solves initial
value problems using the second-order Runge-Kutta method. The
rungekutta4 method is the fourth-order Runge-Kutta method.