Skip to content
Snippets Groups Projects
Commit 0d6fc146 authored by Michael Wimmer's avatar Michael Wimmer
Browse files

fix math

parent 2d61c3d8
No related branches found
No related tags found
No related merge requests found
Pipeline #43785 passed
......@@ -60,7 +60,7 @@ y_1 ' = & y_2 \\
y_2 ' = & y_3 \\
\vdots & \\
y_{n-1} ' = & y_{n} \\
$$y_{n} ' = & - a_{0} y_{1} - a_{1} y_{2} - \cdots - a_{n-1} y_{n}.
y_{n} ' = & - a_{0} y_{1} - a_{1} y_{2} - \cdots - a_{n-1} y_{n}.
\end{split}$$
Notice that together these $n$ equations form a linear first order system, the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment