So i have an algebra problem that states "Using elementary row operations, show that the matrix is equal to 0".
I'm given this matrix and I don't know what they mean by this? Am I supposed to turn all of the elements into zeros, or only one row?
So i have an algebra problem that states "Using elementary row operations, show that the matrix is equal to 0".
I'm given this matrix and I don't know what they mean by this? Am I supposed to turn all of the elements into zeros, or only one row?
As mentioned in the comments, you are being asked to show that the determinant of this matrix is zero. This can be shown if the rank of the matrix is $<3$.
You can do this by showing the rows are not linearly independent (hence the matrix is not invertible, and thus the determinant is $0$)
HINT: Focus on the first column, and try show that one of the rows equals some combination of the other two. Then check that the same relation holds for the other two columns.
Hint:
If you add the top row to the bottom row, and then subtract two copies of the centre row from the bottom row, what do you get? And what is the determinant of a matrix of that type?
On notation:
Vertical straight bars on the left and right, like this: $$ \begin{vmatrix} a & b\\ c & d\\ \end{vmatrix} $$ means the determinant of the matrix. In the case of a $2\times2$ matrix that is $ad-bc$.