How to get a unit upper triangular matrix in LU factorization using python
0
As scipy and numpy gives only unit lower triangular matrix, is it possible to get unit upper triangular matrix in LU factorization using linalg package? Or anyother method to follow to get the same would be appreciated.
python scipy linear-algebra matrix-factorization
share | improve this question
edited Nov 26 '18 at 5:58
nixntwn
asked Nov 25 '18 at 15:29
nixntwn nixntwn
1 1