Define a single equation
To represent and inline equation like this: , use the following syntax:
But if we want to define an equation in a linear system like this:
More than one equation
In separate systems:
In the same system:
$$
\begin{equation}
\left\{
\begin{array}{rcl}
a + b & = & 10 \\
a + 2b & = & 12
\end{array}
\right.
\end{equation}
$$
The
&
is used for alignment.
In matrix form
This system of equations can be expressed in matrix form as follows: