Linear Algebra
Blocks
Topics
- Linear Algebra and Least Squares
Solve systems of linear equations.
- LDL Factorization of 3-by-3 Hermitian Positive Definite Matrix
Simulink® model example that shows how to use the LDL Factorization block.
- Solve Matrix Equation Using Backward Substitution
Use Backward Substitution block to solve a system of linear equations. Verify the solution using Matrix Multiply block.
- Solve Matrix Equation Using Forward Substitution
Use Forward Substitution block to solve a system of linear equations. Verify the solution using Matrix Multiply block.
- Find Inverse of Matrix Using the LU Inverse Block
Find inverse of a square matrix using the LU Inverse block.
- Solve Matrix Equation Using LU Solver
Use LU Solver block to solve a matrix equation. Verify the solution using Matrix Multiply block.
- Solve Matrix Equation Using Singular Value Decomposition
Use SVD Solver block to solve a matrix equation. Verify the solution using Matrix Multiply block.
- Solve Matrix Equation Using Cholesky Solver
Use Cholesky Solver block to solve a matrix equation. Verify the solution using Matrix Multiply block.
- Factorize Matrix Using LU Factorization Block
Factorize a matrix using the LU Factorization block.