Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
DFZ dft
Posts:
1
Registered:
6/29/10
|
|
Easy way of checking for matrix invertability?
Posted:
Jun 29, 2010 10:15 AM
|
|
Hi everyone,
I'm designing a particular algorithm and part of it requires to check if a given Matrix is invertible or not. Computation of the actual determinant is not necessary.
So far I've been doing it with a LU factorization, and then checking for zeros in the diagonal of matrix U, but I was wondering if there is a computationally easier way of doing it. I need to run my algorithm many times (possibly billions) so the less steps it takes the better.
Any ideas?
By the way, just so you know, the algorithm uses only binary matrices (their elements are only 1s and 0s) and matrices full of zeros are allowed.
Thanks.
Daniel @EPFL
|
|
|
|