Posted in

Row and Column Matrices Exercise (with Solution)

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

[latex]
\[
\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>
[latex]
\[
\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}
\]

 CEO @ T4Tutorials.com
I welcome to all of you if you want to discuss about any topic. Researchers, teachers and students are allowed to use the content for non commercial offline purpose. Further, You must use the reference of the website, if you want to use the partial content for research purpose.

Leave a Reply

Contents Copyrights Reserved By T4Tutorials