Difference between revisions of "031 Review Part 2, Problem 8"

From Grad Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
!Foundations:    
 
!Foundations:    
 
|-
 
|-
|
+
|To find the inverse of a matrix &nbsp;<math style="vertical-align: -4px">A,</math>&nbsp; you augment the matrix &nbsp;<math style="vertical-align: 0px">A</math>&nbsp;
 +
|-
 +
|with the identity matrix and row reduce &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; to the identity matrix.
 
|}
 
|}
  

Revision as of 19:56, 10 October 2017

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