\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\newcommand{\un}{\underline}
\parindent=0pt
\begin{document}

{\bf Question}

Consider the system of equations

\begin{eqnarray*} 2x+3y+6z & = & 1\\ 6x+2y-3z & = & 1\\ 3x-6y+2z & = &
2 \end{eqnarray*}

Show by matrix inversion that the solution set is
$x=\ds\frac{2}{7},\ y=-\ds\frac{1}{7},\ z=\ds\frac{1}{7}$ What is
the geometrical significance of this?

{\bf{Note:}} No marks will be given unless a full working of the
calculation of the inverse matrix is shown.
\medskip

{\bf Answer}
\begin{eqnarray*} 2x+3y+6z & = & 1\\ 6x+2y-3z & = & 1\\ 3x-6y+2z & = & 2
\end{eqnarray*}

$\Rightarrow \left(\begin{array}{ccc} 2 & 3 & 6\\ 6 & 2 & -3\\ 3 &
-6 & 2 \end{array} \right) \left(\begin{array}{c}x\\y\\z
\end{array}\right)=\left(\begin{array}{c} 1\\1\\2 \end{array}
\right)$

              ${\bf{A}} \cdot \ \ \ {\bf{X}}\ \ \ = \ \ \ {\bf{K}}$

Require ${\bf{A}}^{-1}$, since ${\bf{X}}={\bf{A}}^{-1}{\bf{K}}$

Step (iii)

\begin{eqnarray*} \bigtriangleup & = & det
A\\ & = & \left|\begin{array}{ccc}2 & 3 & 6\\ 6 & 2 & -3\\ 3 & -6
& 2 \end{array} \right|\\ & = & 2\left|\begin{array}{cc} 2 &
-3\\-6 & 2 \end{array} \right|-3\left|\begin{array}{cc} 6 & -3\\3
& 2 \end{array} \right|+6\left|\begin{array}{cc} 6 & 2\\3 & -6
\end{array} \right|\\ & = & 2\times (4-18)-3 \times (12+9)\\ & = &
-3\times 42\\ & = & -28-63-252\\ & = & -343\\ & \ne & \un{0}
\end{eqnarray*}

so there exists an inverse

Step (i) Cofactors of matrix are given by

$\left(\begin{array} {ccc} A_{11} & A_{12} & A_{13}\\ A_{21} &
A_{22} & A_{23}\\ A_{31} & A_{32} & A_{33}
\end{array} \right)=\left(\begin{array} {ccc} 2 & 3 & 6\\ 6 & 2 & -3\\ 3 & -6 &
2 \end{array} \right)$

cofactor of $A_{11}=+\left|\begin{array} {cc} 2 & -3\\-6 & 2
\end{array} \right|=-14$ Following + - sign pattern

cofactor of $A_{12}=-\left|\begin{array} {cc} 6 & -3\\3 & 2
\end{array} \right|=-21$

cofactor of $A_{13}=+\left|\begin{array} {cc} 6 & 2\\3 & -6
\end{array} \right|=-42$

cofactor of $A_{21}=-\left|\begin{array} {cc} 3 & 6\\-6 & 2
\end{array} \right|=-42$

cofactor of $A_{22}=+\left|\begin{array} {cc} 2 & 6\\3 & 2
\end{array} \right|=-14$

cofactor of $A_{23}=-\left|\begin{array} {cc} 2 & 3\\3 & -6
\end{array} \right|=+21$

cofactor of $A_{31}=+\left|\begin{array} {cc} 3 & 6\\2 & -3
\end{array} \right|=-21$

cofactor of $A_{32}=-\left|\begin{array} {cc} 2 & 6\\6 & -3
\end{array} \right|=+42$

cofactor of $A_{33}=+\left|\begin{array} {cc} 2 & 3\\6 & 2
\end{array} \right|=-14$

Matrix of cofactors is thus:

$$\left(\begin{array} {ccc} -14 & -21 & -42\\ -42 & -14 & +21\\
-21 & +42 & -14 \end{array} \right)$$

Step (ii)

Transpose this to get $adj A$

$$adj\ A=\left(\begin{array} {ccc} -14 & -42 & -21\\ -21 & -14 &
42\\ -42 & 21 & -14 \end{array} \right)$$

Step(iii)

$det\ A = -343$

Step (iv)

\begin{eqnarray*} A^{-1} & = & \ds\frac{adj\ A}{det\
A}=\ds\frac{1}{-343}\left(\begin{array} {ccc} -14 & -42 & -21\\
-21 & -14 & 42\\ -42 & 21 & -14 \end{array} \right)\\ & = &
\ds\frac{1}{49} \left(\begin{array} {ccc} 2 & 6 & 3\\ 3 & 2 & -6\\
6 & -3 & 2 \end{array} \right) \end{eqnarray*}

Hence

\begin{eqnarray*} {\bf{X}} & = & -\ds\frac{1}{49}\left(\begin{array} {ccc} 2 & 6 & 3\\ 3 & 2 & -6\\
6 & -3 & 2  \end{array} \right)\times
\left(\begin{array}{c}1\\1\\2 \end{array} \right)\\ & = &
\ds\frac{1}{49} \times
\left(\begin{array}{c}2+6+6\\3+2-12\\6-3+4\end{array}\right)\\ & =
& \ds\frac{1}{49}\times
\left(\begin{array}{c}14\\-7\\7\end{array}\right)\\ {\bf{X}} & = &
\un{\left(\begin{array}{c}\frac{2}{7}\\-\frac{1}{7}\\ \frac{1}{7}
\end{array} \right)}
\end{eqnarray*}

This the point of intersection of three planes in 3-D.
\end{document}
