| Symbolic Math Toolbox | ![]() |
Syntax
Description
tril(X) is the lower triangular part of X.
tril(X,K) returns a lower triangular matrix that retains the elements of X on and below the k-th diagonal and sets the remaining elements to 0. The values k=0, k>0, and k<0 correspond to the main, superdiagonals, and subdiagonals, respectively.
Examples
See Also
| taylortool | triu | ![]() |