MATLU - LU Factorization (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Xcos > palettes > Matrix operation palette > MATLU

Block Screenshot

Contents

Description

The MATLU Block outputs two matrices L and U, with row pivoting, from the LU factorization of a square input matrix. If A is the input matrix then:

E*A=L*U where E is the permutation matrix, U an upper triangular matrix and L a lower triangular matrix.

The equivalent function of this block in Scilab is [l,u,e]=lu(A).

Dialog box

Default properties

Interfacing function

Computational function

Authors

Fady NASSIF - INRIA