IsTriangular
Checking whether the original matrix is an upper or lower triangular matrix.
blockType: IsTriangular
Path in the library:
|
Description
Block IsTriangular determines whether the original matrix is an upper or lower triangular matrix.
Ports
Input
#
IN_1
—
the original matrix
the matrix
Details
The original matrix.
| Data types |
|
| Complex numbers support |
No |
Output
#
OUT_1
—
the result of the definition
boolean value, real scalar
Details
The result of determining whether the matrix is upper or lower triangular.
| Data types |
|
| Complex numbers support |
No |
Parameters
Main
#
Mode —
Detection mode: upper or lower
Upper | Lower
Details
Sets the detection mode:
-
Upper— the block determines whether the matrix is an upper triangular matrix. -
Lower— the block determines whether the matrix is a lower triangular matrix.
| Values |
|
| Default value |
|
| Program usage name |
|
| Tunable |
No |
| Evaluatable |
No |