Vector Spaces

Specific Instructions for the problems
(change this and title for your concept. For example: matrix example)


1.

\left(\begin{matrix} 1 & 3 & 2 \\ 6 & 1 & 3 \end{matrix}\right) + \left(\begin{matrix} 1 & 3 & 5 \\ 7 & 2 & 4 \end{matrix}\right) = ?

Solution:
\\[3mm] \left(\begin{matrix} 1 + 1 & 3 + 3 & 2 + 5 \\ 6 + 7 & 1 + 2 & 3 + 4 \end{matrix}\right)

Answer:
\\[3mm] \left(\begin{matrix} 2 & 6 & 7 \\ 13 & 3 & 7 \end{matrix}\right)


2.

\left(\begin{matrix} 5 \\ 9 \end{matrix}\right) + \left(\begin{matrix} 1 \\ 7 \end{matrix}\right) = ?

Solution:
\\[3mm] \left(\begin{matrix} 5 + 1 \\ 1 + 7 \end{matrix}\right)

Answer:
\\[3mm] \left(\begin{matrix} 7 \\ 16 \end{matrix}\right)




Question Content