\documentclass[a4paper,12pt]{article}
\begin{document}
\parindent=0pt

{\bf Question}

In this question we consider the following matrices $$ A =
\left(\begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \end{array}
\right) \hspace{.2in}  B = \left(\begin{array}{ccc} 1 & 1 & 0 \\ 0
& 0 & 1 \\ 0 & 1 & 1 \end{array} \right)  \hspace{.2in} C =
\left(\begin{array}{cc} 1 & 2 \\ 3 & 4 \\ 5 & 6 \end{array}
\right) \hspace{.2in}  D = \left(\begin{array}{cc} 1 & 2 \\ 3 & 4
\end{array} \right)$$

Consider the following products.  In each case:
\begin{description}
\item[(i)] establish whether the quantity exists and is well
defined
\item[(ii)] if it does exist, evaluate it.
\end{description}

\begin{tabular}{llll}
\hspace{.5in}(a)\ \ $BA$\hspace{.2in}&(b)\ \
$AC$\hspace{.2in}&(c)\ \ $BC$\hspace{.2in}&(d)\ \   $BC^T$\\
\hspace{.5in}(e)\ \ $CA$\hspace{.2in}&(f)\ \
$(CB)A$\hspace{.2in}&(g)\ \ $BD$\hspace{.2in}&(h)\ \ $CD$
\end{tabular}


\vspace{.25in}

{\bf Answer}

\begin{description}
\item[(a)]
$BA:$ number of columns of $B$ = 3 $\not=$ number of rows of $A$ =
2

Therefore the product does not exist
\item[(b)]
$AC:$ number of columns of $A$ = 3 = number of rows of $C$

Therefore the product does exist and gives a two by two matrix

$\left(\begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \end{array}
\right)\left(\begin{array}{cc} 1 & 2 \\ 3 & 4 \\ 5 & 6
\end{array} \right) = \left(\begin{array}{cc} 1+6+15 & 2+8+18 \\ 4+15+30 & 8+20+36
\end{array} \right) = \left(\begin{array}{cc} 22 & 28 \\ 49 & 64 \end{array}
\right)$
\item[(c)]
$BC:$ number of columns of $B$ = 3 = number of rows of $C$

Therefore the product does exist and gives a three by two matrix

$\left(\begin{array}{ccc} 1 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 1 & 1
\end{array} \right)\left(\begin{array}{cc} 1 & 2 \\ 3 & 4 \\ 5 & 6
\end{array} \right) = \left(\begin{array}{cc} 1+3 & 2+4 \\ 5 & 6
\\ 3+5 & 4+6 \end{array} \right) = \left(\begin{array}{cc} 4 & 6
\\ 5 & 6 \\ 8 & 10 \end{array} \right)$
\item[(d)]
$B$ is $3 \times 3$; $C^T$ is $2 \times 3$;  $BC^T$ does not exist
\item[(e)]
$CA:$ $C$ is $3 \times 2$ and $A$ is $2 \times 3$

Therefore the product does exist and gives a three by three matrix

$\left(\begin{array}{cc} 1 & 2 \\ 3 & 4 \\ 5 & 6
\end{array} \right)\left(\begin{array}{ccc} 1 & 2  \\ 3 & 4 \\ 5 & 6
\end{array} \right) = \left(\begin{array}{ccc} 1+9 & 2+10 & 3 + 12 \\ 3+16 &
6+20 & 9 + 24 \\ 5+24 & 10+20 & 15+36 \end{array} \right) =
\left(\begin{array}{ccc} 9 & 12 & 15 \\ 19 & 26 & 33 \\ 29 & 40 &
51  \end{array} \right)$

\item[(f)]
$C$ is $3 \times 2$; $B$ is $3 \times 3$; therefore $CB$ does not
exist
\item[(g)]
$B$ is $3 \times 3$; $D$ is $2 \times 2$; therefore $BD$ does not
exist
\item[(h)]
$C$ is $3 \times 2$; $D$ is $2 \times 2$; therefore $CD$ is a $3
\times 2$ matrix

$\left(\begin{array}{cc} 1 & 2 \\ 3 & 4 \\ 5 & 6
\end{array} \right)\left(\begin{array}{cc} 1 & 2 \\ 3 & 4
\end{array} \right) = \left(\begin{array}{cc} 1+6 & 2+8 \\ 3+12 &
6+16 \\ 5+18 & 10+24 \end{array} \right) = \left(\begin{array}{cc}
7 & 10 \\ 15 & 22 \\ 23 & 34 \end{array} \right)$

\end{description}


\end{document}
