I am performing matrix inversion using Householder transformations acting on the extended matrix. Currently, I can only perform exact inversions for matrix sizes up to 4x4. After that, A * A ^ -1! = Iβm for sure, and I think this is due to reverse substitution.
Is there a better way to do this?
source share