395,178 views
27 votes
27 votes
Please help me with this.

Please help me with this.-example-1
User Tsells
by
3.0k points

1 Answer

22 votes
22 votes

Swapping rows alters the sign of the determinant:


\begin{vmatrix} x & y & z \\ -8 & 2 & -12 \\ u & v & w \end{vmatrix} = - \begin{vmatrix} x & y & z \\ u & v & w \\ -8 & 2 & -12 \end{vmatrix}

Multiplying a single row by a scalar scales the determinant by the same amount:


\begin{vmatrix} x & y & z \\ u & v & w \\ -8 & 2 & -12 \end{vmatrix} = -2 \begin{vmatrix} x & y & z \\ u & v & w \\ 4 & -1 & 6 \end{vmatrix}

Then


\begin{vmatrix} x & y & z \\ -8 & 2 & -12 \\ u & v & w \end{vmatrix} = -(-2) \begin{vmatrix} x & y & z \\ u & v & w \\ 4 & -1 & 6 \end{vmatrix} = 2*(-6) = \boxed{-12}

User Rehan Anis
by
3.3k points