Difference between revisions of "Integrators for time stepping"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
(Created page with "==Integrators for time stepping== We are solving an initial value problem, given as $ \begin{align*} \dot{y}(t) &= f(t, y) \\ y(t_0) &= y_0 \end{align*} $")
 
(Integrators for time stepping)
Line 2: Line 2:
  
 
We are solving an initial value problem, given as  
 
We are solving an initial value problem, given as  
 +
 
$
 
$
 
\begin{align*}
 
\begin{align*}

Revision as of 12:47, 10 November 2017

Integrators for time stepping

We are solving an initial value problem, given as

$ \begin{align*} \dot{y}(t) &= f(t, y) \\ y(t_0) &= y_0 \end{align*} $