I have to find the determinant of a symmetric square NxN matrix with M diagonals and M << N
. Is there a more fast method than LU-decomposing the matrix?
Yes, there are special methods for band(ed) matrices that solve elimination with O(N*M^2) complexity. Arbitrary found article of Jeff Thorson
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With