Compare commits

..

No commits in common. "b091bbacad693504ee0a03778c012611ac46ff88" and "db852cab689052bd410e3531d5e846cf61fc8e3f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -74,12 +74,12 @@ t_n = t_0 + nh
{{< /latex >}}
We can get the formula for \\(y_n\\) by looking at our aproximation steps above.
{{< latex >}}
\begin{gather}
\begin{gather*}
y_1 = y_0 + hf(t_0,y_0) \\
y_2 = y_1 + hf(t_1,y_1) \\
... \\
y_{n+1} = y_n + hf(t_n,y_n)
\end{gather}
\end{gather*}
{{< /latex >}}
What we have arrived at is [Euler's method](https://mathworld.wolfram.com/EulerForwardMethod.html).

@ -1 +1 @@
Subproject commit 67e2150f75d2afee6dbd491fbf900d36c422d6c6
Subproject commit 869f9d12c84ebf38fe8f21611af9d3bf7ff5ea0d