Examples of differential equations: Difference between revisions

Content deleted Content added
A more complicated model: Sweeping math formatting changes
Linear systems of ODEs: Brought equations from the same system into the same block
Line 141:
 
The following example of a first order linear systems of ODEs
: <math> y_1'=y_1+2y_2+t</math>\begin{align}
y_1' &= y_1 + 2y_2 + t\\
: <math> y_2' &= 2y_1 - 2y_2 + \sin(t)</math>
\end{align}</math>
 
can be easily solved symbolically using [[List_of_numerical_analysis_software|numerical analysis software]].