- #1
find_the_fun
- 148
- 0
Is it correct to say it doesn't matter if a row of zeros is added on to a matrix?
For example does
\(\displaystyle
\begin{bmatrix}1&2\\3&4 \end{bmatrix} = \begin{bmatrix}1&2\\3&4 \\ 0&0 \end{bmatrix}\)
Does it depend on context? For example if the matrix is representing a linear system of equations then this would imply 0x=0y which may not necessarily be the case...I'm guessing.
For example does
\(\displaystyle
\begin{bmatrix}1&2\\3&4 \end{bmatrix} = \begin{bmatrix}1&2\\3&4 \\ 0&0 \end{bmatrix}\)
Does it depend on context? For example if the matrix is representing a linear system of equations then this would imply 0x=0y which may not necessarily be the case...I'm guessing.