Home /
Expert Answers /
Algebra /
help-inverse-of-a-square-matrix-applied-linear-algebra-use-the-following-matrix-for-this-activit-pa347
(Solved): HELP: Inverse of a Square Matrix (Applied Linear Algebra) Use the following matrix for this activit ...
HELP: Inverse of a Square Matrix
(Applied Linear Algebra)
Use the following matrix for this activity. A=???121?01?1??1?50???? Script ? \%Create the square matrix A. \%Use the format command view values as rational numbers rather than decimals. % Create the augmetned matrix [A | I] using the apprpopriately sized identity matrix. Store this omatrix in AugA. \%Use the rref() command to reduce the augmented matrix. Store the reduced matrix in rowreducedAugA. % Store the pivot variables in pivotvarsAugA. \%Retrieve the inverse of matrix A from the reduced augmented matrix [I | Ainv]. Store the inverse omatrix in Ainv1. \%Use the inv() command to find the inverse of matrix A. Store the inverse matrix in Ainv2.