[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: minors and cofactors
From: |
Dirk Laurie |
Subject: |
Re: minors and cofactors |
Date: |
Fri, 18 Sep 1998 18:44:39 +0200 (SAT) |
Thanks to David Clark for a fascinating question. I keep getting
new thoughts after having posted two answers, but this is the last
one.
There is a fully satisfactory way of calculating the cofactor matrix
that requires no rank decision.
Calculate the SVD A=U*S*V'.
Then det(A)=det(U)*det(S)*det(V')
and inv(A)=V*inv(S)*U'.
Hence inv(A)*det(A) = (det(V')*V) * (det(S)*inv(S)) * (det(U)*U')
The middle factor can be calculated by replacing each diagonal term
be the product of the others.
Dirk