I have read the following proof , in here:
Why can we go from the first line to the second one?
why $Det(E^k)\cdot Det(E^m)=Det(E^k\cdot E^m)$?
is it because $\det(E^k)\in \mathbb{F}$ for all $k$?
I have read the following proof , in here:
Why can we go from the first line to the second one?
why $Det(E^k)\cdot Det(E^m)=Det(E^k\cdot E^m)$?
is it because $\det(E^k)\in \mathbb{F}$ for all $k$?
The property $\det(E^iE^j) = \det(E^i)\det(E^j)$ doesn't just hold for two elementary matrices $E^i,E^j$, it holds for any elementary matrix $E$ and any matrix $A$:
$$\det(EA) = \det(E)\det(A)$$
Proof:
There are three types of elementary matrices:
If I have some matrix $A$ with determinant $\det(A)$, and I multiply $A$ by some elementary matrix $E$ to get $EA$, then...
The determinant is a multiplicative function on $M_n(R)$, where $R$ is the base (commutative) ring: $$\det(AB)=\det A\cdot\det B$$ for any $n\times n$ matrices with coefficients in $R$, and not only when one is an elementary matrix.