031 Review Part 2, Problem 8

From Grad Wiki
Revision as of 18:56, 10 October 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

Let  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A= \begin{bmatrix} 1 & 3 & 8 \\ 2 & 4 &11\\ 1 & 2 & 5 \end{bmatrix}.}   Find  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A^{-1}}   if possible.


Foundations:  
To find the inverse of a matrix  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A,}   you augment the matrix  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A}  
with the identity matrix and row reduce  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A}   to the identity matrix.


Solution:

Step 1:  
Step 2:  


Final Answer:  
      

Return to Sample Exam