Easy way of checking for matrix invertability?
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...