Main Content
Solve Matrix Equation Using Forward Substitution
Solve a matrix equation using the Forward Substitution block.
Open and run the forwardsubstitution_model.slx
model. The model solves the equation using the Forward Substitution block. The block accepts and matrices as inputs, and outputs the solution matrix .
You can verify the solution by using the Matrix Multiply block to perform the multiplication , as shown in forwardsubstitution_verify.slx
model. The output matrix in this model equals the input matrix in the previous model.
See Also
Constant | Forward Substitution | Matrix Multiply (Simulink) | Display (Simulink)