1

$$\begin{pmatrix}1 & 0 & 0 & 1 & -1 \\ 0 & 1 & 0 & -1 & -2 \\ 0 & 0 & 1 & 0 & 0\end{pmatrix}$$

For the matrix above, can we find the column space even we do not have the original matrix before performing Gaussian elimination?

an4s
  • 3,803
newbie
  • 13

2 Answers2

0

For your particular matrix, the rank is $3$. Since the column length is $3$, the column space must be $\mathbb{R}^3$.

In general, we do need the original matrix but this is a special case.

Siong Thye Goh
  • 153,832
  • So can I say that when the matrix is full rank, I can directly find the column space without referring back to the original matrix? – newbie Mar 13 '20 at 04:07
  • @newbie You can if the matrix is at least as wide as it is tall. – amd Mar 13 '20 at 04:26
0

Yes! Look at the first three columns. They are the standard basis vectors for $\mathbb{R}^3$.