I've just started using LaTeX and I'm having troubles using
align
. I am using the following piece of code:
Code: Select all
\begin{align*}
\begin{pmatrix}
\hat{S}^* \\
\hat{I}^*
\end{pmatrix}
=
\begin{pmatrix}
0 \\
0
\end{pmatrix}
\implies
\lambda_{1}=u, \lambda_{2}=-v
\implies
\begin{pmatrix}
0 \\
0
\end{pmatrix}
\textrm{is a stable node iff } u<0, v>0\\
\begin{pmatrix}
\hat{S}^* \\
\hat{I}^*
\end{pmatrix}
=
\begin{pmatrix}
1 \\
0
\end{pmatrix}
\implies
\lambda_{1}=-u, \lambda_{2}=1-v
\implies
\begin{pmatrix}
1 \\
0
\end{pmatrix}
\textrm{is a stable node iff } u>0, v>1\\
\begin{pmatrix}
\hat{S}^* \\
\hat{I}^*
\end{pmatrix}
=
\begin{pmatrix}
v \\
1-v
\end{pmatrix}
\implies
P(\lambda)=\lambda^2 + (uv)\lambda + (uv-uv^2)
\implies
\begin{pmatrix}
v \\
1-v
\end{pmatrix}
\textrm{is a stable node iff } 0>uv, 0<v<1
\end{align*}
\implies
sign in the third equation to the line below (to make it fit on one page).Can anyone help?
Thanks
Jezzer