For in matlab lu (A, 'vector') of the third return value

Calling function:
[L, U, P] = LU (A, 'Vector')
represented by LU decomposition of the matrix A, where L is a lower triangular matrix, U is an upper triangular matrix, P is a permutation matrix.
Satisfy the relationship: L the U-P = A
but replacing herein expressed using a vector array:
Here Insert Picture Description

Published 109 original articles · won praise 30 · views 10000 +

Guess you like

Origin blog.csdn.net/qq_43448491/article/details/103613160