Skip to content

Commit 7dc57cc

Browse files
committed
fix a typo in superscript of rhs expansion for implicit methods
closes issue #2
1 parent f0987b2 commit 7dc57cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ \subsubsection{Implicit methods}
478478
\end{equation}
479479
Using this approximation, we can expand the righthand side vector,
480480
\begin{equation}
481-
{\bf f}(t^{n+1},{\bf y}^{n+1}) = {\bf f}(t^n, {\bf y}^{n+1}_0) +
481+
{\bf f}(t^{n+1},{\bf y}^{n+1}) = {\bf f}(t^{n+1}, {\bf y}^{n+1}_0) +
482482
\left . \frac{\partial {\bf f}}{\partial {\bf y}} \right |_0 \Delta {\bf y}_0 + \ldots
483483
\end{equation}
484484
Here we recognize the Jacobin matrix, ${\bf J} \equiv \partial {\bf

0 commit comments

Comments
 (0)