Matrix determinants with numpy, pytorch and tensorflow
While playing around with matrices as part of Liner Algebra learning I encountered a weird issue where numpy
and pytorch
produces incorrect determinant of a matrix, however tensorflow
gives the expected result.