MatrixInverse
MatrixInverse copied to clipboard
Potential issue in MatrixInversion.py
It looks like we take a range from 1 to n in the matrix inverse tutorial but that the short implementation goes from 0 to n. The former might be a typo?
https://github.com/ThomIves/MatrixInverse/blob/40451892badec2ecbca6595f2aaa40d3faf94100/MatrixInversion.py#L184 https://github.com/ThomIves/MatrixInverse/blob/40451892badec2ecbca6595f2aaa40d3faf94100/ShortImplementation.py#L2