info prev up next book cdrom email home

System of Equations

Let a linear system of equations be denoted

\begin{displaymath}
{\hbox{\sf A}}{\bf X} = {\bf Y},
\end{displaymath} (1)

where ${\hbox{\sf A}}$ is a Matrix and X and Y are Vectors. As shown by Cramer's Rule, there is a unique solution if ${\hbox{\sf A}}$ has a Matrix Inverse ${\hbox{\sf A}}^{-1}$. In this case,
\begin{displaymath}
{\bf X}={\hbox{\sf A}}^{-1} {\bf Y}.
\end{displaymath} (2)

If ${\bf Y}={\bf0}$, then the solution is ${\bf X}={\bf0}$. If ${\hbox{\sf A}}$ has no Matrix Inverse, then the solution Subspace is either a Line or the Empty Set. If two equations are multiples of each other, solutions are of the form
\begin{displaymath}
{\bf X}={\bf A}+t{\bf B},
\end{displaymath} (3)

for $t$ a Real Number.

See also Cramer's Rule, Matrix Inverse




© 1996-9 Eric W. Weisstein
1999-05-26