Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
LU matrix factorization
[L,U] = lu(A) [L,U,P] = lu(A) [L,U,P] = lu(A,outputForm) [L,U,P,Q] = lu(S) [L,U,P,Q,D] = lu(S) [___] = lu(S,thresh) [___] = lu(___,outputForm)
[L,U] = lu(A) [L,U,P] = lu(A) // No equivalent // No equivalent // No equivalent // No equivalent // No equivalent