Row and Column Matrices Exercise (with Solution)

<h2>Exercise</h2>
Suggest type of matrix for each of the followings;

\[\]
\[
\begin{array}{|c|c|}
\hline
\textbf{Matrix} &amp; \textbf{Type (Row/Column)} \\
\hline
\begin{pmatrix} 2 &amp; 4 &amp; 6 \end{pmatrix} &amp; ? \\
\hline
\begin{pmatrix} 1 \\ 3 \\ 5 \end{pmatrix} &amp; ? \\
\hline
\begin{pmatrix} -1 &amp; 0 &amp; 2 \end{pmatrix} &amp; ? \\
\hline
\begin{pmatrix} 7 \\ -3 \\ 8 \end{pmatrix} &amp; ? \\
\hline
\begin{pmatrix} x &amp; y &amp; z \end{pmatrix} &amp; ? \\
\hline
\begin{pmatrix} a \\ b \\ c \end{pmatrix} &amp; ? \\
\hline
\end{array}
\]
<h2>Solution:</h2>
\[\]
\[
\begin{array}{|c|c|}
\hline
\textbf{Matrix} &amp; \textbf{Type (Row/Column)} \\
\hline
\begin{pmatrix} 2 &amp; 4 &amp; 6 \end{pmatrix} &amp; \text{Row Matrix} \\
\hline
\begin{pmatrix} 1 \\ 3 \\ 5 \end{pmatrix} &amp; \text{Column Matrix} \\
\hline
\begin{pmatrix} -1 &amp; 0 &amp; 2 \end{pmatrix} &amp; \text{Row Matrix} \\
\hline
\begin{pmatrix} 7 \\ -3 \\ 8 \end{pmatrix} &amp; \text{Column Matrix} \\
\hline
\begin{pmatrix} x &amp; y &amp; z \end{pmatrix} &amp; \text{Row Matrix} \\
\hline
\begin{pmatrix} a \\ b \\ c \end{pmatrix} &amp; \text{Column Matrix} \\
\hline
\end{array}
\]

Leave a Reply