Hello,
I was wondering if anybody know of a list that mentions the number of
calculations (multiplications and additions) needed for matrix operations,
in terms of the matrix dimension. I am only considering square matrices. I
want to know for example the number of multiplications and additions that
would need to invert a NxN matrix, or to multiply two NxN matrices or find
the determinant of a matrix.
Thank you very much.