Linear algebra: determinants (proof)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
yoda05378
Messages
11
Reaction score
0
hi, i seem to have some trouble proving:

Suppose M = [A B:O C], where A is a kxk matrix, C is a pxp matrix, and O is a zero matrix. Show that det(M) = det(A)det(C).


my attempt at a proof:

det(M) = det(A)det(C)

det[A B:O C] = det(A)det(C)

AC - OB = det(A)det(C)

AC = det(A)det(C) <-- doesn't make sense!

please point out where my logic failed.
 
Physics news on Phys.org
nevermind. i figured out where i went wrong (i treated the matrices as if they were scalar, stupid me). thanks for all the help :sarcasm: