How to combine 2 3x3 matrices into a single matrice to find span and check whether is it linearly independent

316 Views Asked by At

How do I put $$\left[ \begin{matrix} 2&0&0 \\ 0&-1&0 \\ 0&0&1 \end{matrix}\right]$$ and $$\left[\begin{matrix} -2&0&0\\ 0&-1&0\\ 0&0&-1 \end{matrix}\right]$$

into a single matrix?

I'm trying to find the span and check whether is it linearly independent. I do understand to find both I need it to be in a single matrix but I'm a little confused on how to get started.

A little help would be much appreciated. Thank you! :)

1

There are 1 best solutions below

6
On

Hint: $$ \alpha\begin{bmatrix} 2&0&0 \\ 0&-1&0 \\ 0&0&1 \end{bmatrix} +\beta\begin{bmatrix} -2&0&0\\ 0&-1&0\\ 0&0&-1 \end{bmatrix}= \begin{bmatrix} 0&0&0\\ 0&0&0\\ 0&0&0 \end{bmatrix} $$ implies what about $\alpha$ and $\beta$?