MatrixInverse icon indicating copy to clipboard operation
MatrixInverse copied to clipboard

Potential issue in MatrixInversion.py

Open benbabic opened this issue 4 years ago • 0 comments

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

benbabic avatar Apr 27 '21 18:04 benbabic