231k views
2 votes
Somebody pls help with the second one, and also can u tell me if the first one is correct??

Somebody pls help with the second one, and also can u tell me if the first one is-example-1
User Gffbss
by
4.2k points

1 Answer

3 votes

the format for the columnized vector is just about the same representation for a matrix, and so its operations will be about just the same


a = \begin{bmatrix} 4\\1 \end{bmatrix}\qquad b= \begin{bmatrix} 3\\2 \end{bmatrix} \\\\[-0.35em] ~\dotfill\\\\ a+b\implies \begin{bmatrix} 4\\1 \end{bmatrix}+\begin{bmatrix} 3\\2 \end{bmatrix}\implies \begin{bmatrix} 4+3\\ 1+2 \end{bmatrix}\implies \begin{bmatrix} 7\\3 \end{bmatrix} \\\\[-0.35em] ~\dotfill


2a-b\implies 2\begin{bmatrix} 4\\1 \end{bmatrix}-\begin{bmatrix} 3\\2 \end{bmatrix}\implies \begin{bmatrix} 2\cdot 4\\2\cdot 1 \end{bmatrix}-\begin{bmatrix} 3\\2 \end{bmatrix} \\\\\\ \begin{bmatrix} 8\\2 \end{bmatrix}-\begin{bmatrix} 3\\2 \end{bmatrix}\implies \begin{bmatrix} 8-3\\2-2 \end{bmatrix}\implies \begin{bmatrix} 5\\0 \end{bmatrix}

User Sovalina
by
4.1k points