What happens when the left side of a row in a matrix = x but the right side = 0?

53 Views Asked by At

Let's say the row = [ 0 0 1 0]

I'm new to all of this and this it looks odd that the variable z would be equal to zero.

1

There are 1 best solutions below

3
On

Yes, you are correct.

We have that $0x+0y+1z=0$

Therefore, $1z=0$, and $z=0$.

That can happen.