$\det(AB) \not = \det(A)\det(B)$?

105 Views Asked by At

What’s wrong with my reasoning? $$\det\left(\left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right]\right)=2\times2-(-2)(-2)=0$$ $$\left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right] \left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right]= \left[\begin{matrix} 4&0\\0&4\end{matrix}\right]$$ $$\det\left(\left[\begin{matrix} 4&0\\0&4\end{matrix}\right]\right)= 4\times 4 - 0 = 16$$ $$16=\det\left(\left[\begin{matrix} 4&0\\0&4\end{matrix}\right]\right)=\det\left(\left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right] \left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right] \right)=\det\left(\left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right] \right) \det\left(\left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right] \right) =0 \times 0 = 0$$

2

There are 2 best solutions below

1
On

$$\left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right] \left[\begin{matrix} 2&-2\\-2&2\end{matrix}\right]= \left[\begin{matrix} 8&-8\\-8&8\end{matrix}\right]$$

You can check the resultant determinant is zero.

0
On

It turns out that$$\begin{bmatrix}2&-2\\-2&2\end{bmatrix}.\begin{bmatrix}2&-2\\-2&2\end{bmatrix}=\begin{bmatrix}8&-8\\-8&8\end{bmatrix}.$$