Main Content
Solve Matrix Equation Using Backward Substitution
Solve a matrix equation using the Backward Substitution block.
Open and run the backwardsubstitution_model.slx
model. The model solves the equation using the Backward 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 backwardsubstitution_verify.slx
model. The output matrix in this model equals the input matrix in the previous model.
See Also
Constant | Backward Substitution | Matrix Multiply (Simulink) | Display (Simulink)