Calculating determinant by cofactors

  • Thread starter Thread starter Bob
  • Start date Start date
  • Tags Tags
    Determinant
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Bob
Messages
28
Reaction score
0
Show that evaluating the determinant of an n*n matrix by cofactors involves (n!-1) additions and [tex]\sum^{n-1}_{k=1}n!/k![/tex]multiplications.

What does it mean? how to do it? Help!
 
Last edited:
Physics news on Phys.org
Induction. You're trying to count the number of basic operations in expanding this (a necessary technique if one wants to estimate how long it will take on a computer). You can do this inductively since expanding by cofactors writes an nxn determinant in terms of n lots of (n-1)x(n-1) determinants.
 
As and example, to find the determinant
[tex]\left|\begin{array}{cc}a && b \\ c && d\end{array}\right|= ad- bc[/tex]
You must do (2!)- 1= 1 addition (ad+ (-bc)) and
[tex]\sum^{2-1}_{k=1}2!/k= \frac{2!}{1}= 2[/tex]
multiplications, ad and bc.
 
thank you!
 
Last edited: