Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Matrix_pal
Matrix operation palette
Description
Matrix palette contains all blocks that you need to do simple and complex matrix operations.
Blocks
- CUMSUM — Cumulative Sum
- EXTRACT — Matrix extractor
- EXTTRI — Triangular or Diagonal Extraction
- MATBKSL — Left matrix division
- MATCATH — Horizontal Concatenation
- MATCATV — Vertical Concatenation
- MATDET — Matrix Determinant
- MATDIAG — Create Diagonal Matrix
- MATDIV — Matrix division
- MATEIG — Matrix Eigenvalues
- MATEXPM — Matrix Exponential
- MATINV — Matrix Inverse
- MATLU — LU Factorization
- MATMAGPHI — Complex from/to Magnitude and Angle Conversion
- MATMUL — Matrix Multiplication
- MATPINV — Matrix PseudoInverse
- MATRESH — Matrix Reshape
- MATSING — SVD Decomposition
- MATSUM — Sum of Matrix's Elements
- MATTRAN — Matrix Transpose
- MATZCONJ — Conjugate of Matrix's Elements
- MATZREIM — Complex decomposition/composition
- RICC — Riccati Equation
- ROOTCOEF — Polynomial Coefficient Computation
- SQRT — Square root
- SUBMAT — Sub-matrix Extraction
Report an issue | ||
<< Matrix operation palette | Matrix operation palette | CUMSUM >> |