scipy LU factorization permutation matrix

前端 未结 3 554
不思量自难忘°
不思量自难忘° 2021-01-20 04:56

As I understand LU factorization, it means that a matrix A can be written as A = LU for a lower-triangular matrix L and an upper-triangular matrix U.

However, the fu

3条回答
  •  轮回少年
    2021-01-20 05:42

    Not all matrices have an LU decomposition. But every square matrix has at least one row permutation with an LU decomposition.

提交回复
热议问题