strassen based matrix inverse

Mar 14, 2021 at 4:29pm
i am trying to write a program to get the inverse of any type of square matrix using strassen based matrix inversion.
but what i don't understand is how to represent the sub-block matrix in the form A^-1, B^-1 etc...

since i have to apply it to different matrixes i can't really use something like
A^-1 = 1/determinant. so how to implement the blockkwise inverse.
a code would really be helpful.
Mar 14, 2021 at 5:38pm
Topic archived. No new replies allowed.