$−y +z −3t = 0$
$3x +4y +6z −6t = 0$
$x −y +2z −2t = 0$
What is the fastest method? I usually use substitution but it takes time in higher dimensions. I already know that the rank of the matrix is $3$.
$−y +z −3t = 0$
$3x +4y +6z −6t = 0$
$x −y +2z −2t = 0$
What is the fastest method? I usually use substitution but it takes time in higher dimensions. I already know that the rank of the matrix is $3$.
Rewriting your system in the form $$x-y+2z-2t=0$$ $$3x+4y+6z-6t=0$$ $$-y+z-3t=0$$ Multiplying the first equation by $-3$ and adding to the second one we get $$7y=0$$ Multiplying the first equation by $-1$ and adding to the third we obtain $$-z-t=0$$ Can you finish?