Elementary proof of multiplicative property of determinant

$\begingroup$

Why LU decomposition is not used to give elementary proof of $\det (AB) = \det (A) \det (B) $ for square matrices?

It seems for any square matrix $ A $, $ A = PLU$

P is permutation matrix, L lower triangular matrix, U upper triangular matrix.

Using elementary row operations :

$ \det (PB) = \det (B) \det (P) $,

$\det (LB) = \det (L) \det (B) $,

$\det (UB) = \det (U) \det (B) $

Regarding the last 2 identities: You can obtain $ LB $ by performing row additions to the matrix $ G=TB $, where $ T $ is a diagonal matrix such that $ T_{ii} = L_{ii} $.

Starting from the last row, take each row of $ G $ and add multiples of rows above it to obtain the rows of $ LB $, this implies $ det (LB) = det (TB) =det (T) det (B)= det (L) det (B) $

Similar trick works for $ UB $ by adding multiples of rows below a given row starting from the first row.

$\endgroup$ 8 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like