how to find inverse of a 3x3 matrix

How do you find the inverse? For every m×m square matrix there exist an inverse of it. How would I know if the inverse of a matrix does not exist? Take a look at the example in Figure 2. With over eight years of teaching experience, Mario specializes in mathematical biology, optimization, statistical models for genome evolution, and data science. This inverse matrix calculator help you to find the inverse matrix. Improve this question. ", "It really helps me for my final exam tomorrow. From there, apply the +- matrix and then divide by the determinant. In general, you can skip the multiplication sign, so `5x` is equivalent to `5*x`. If it is zero, then the answer has been found. A frequent misuse of inv arises when … The calculation of the inverse of a 3x3 matrix by hand is no means an easy job, but it is useful to know how it is done. The inverse of a matrix cannot be evaluated by calculators and using shortcuts will be inappropriate. To find the inverse of a 2×2 matrix: swap the positions of a and d, put negatives in front of b and c, and divide everything by the determinant (ad-bc). ", "The steps were clear and straightforward. If it is zero, then the answer has been found. Thanks One is to use Gauss-Jordan elimination and the other is to use the adjugate matrix. Use the ad - bc formula. It is the matrix equivalent of the number "1": A 3x3 Identity Matrix. Figure 2 Matrix Multiplication. In this lesson, we are only going to deal with 2×2 square matrices.I have prepared five (5) worked examples to illustrate the procedure on how to solve or find the inverse matrix using the Formula Method.. Just to provide you with the general idea, two matrices are inverses of each other if their product is the identity matrix. If the determinant is 0, the matrix has no inverse. The determinant of matrix M can be represented symbolically as det(M). Inverse of Matrix Calculator. As a result you will get the inverse calculated on the right. without a calculator.. For more on minor matrices and their uses, see. It does not give only the inverse of a 3x3 matrix, and also it gives you the determinant and adjoint of the 3x3 matrix that you enter. To solve for the inverse of a 3x3 matrix, follow these steps • First, the matrix's determinant. You can also find the inverse using an advanced graphing calculator. The value at cell [r][c] of the result matrix is the product of the values in row r of the first matrix and the values in column c of the second matrix. ", "I was helped mainly with the formula of M^-1. For example, the inverse of 8is 18, the inverse of 20 is 120 and so on.Therefore, a number multiplied by its inverse will always equal 1. Show Instructions. "Studying for a CSET in math and have to review matrices. To find the inverse of a 2×2 matrix: swap the positions of a and d, put negatives in front of b and c, and divide everything by the determinant (ad-bc). But that's all in my past now. The use of different color was a good way to see the idea clearly. We've been helping billions of people around the world continue to learn, adapt, grow, and thrive for over a decade. May God bless you for this article. This post will explore sev… How do you use elementary row operations to get the inverse of a matrix? % of people told us that this article helped them. Find the inverse of the following matrix. Find more Mathematics widgets in Wolfram|Alpha. Solving equations with inverse matrices. Your calculator probably has a function that will automatically convert the decimals to fractions. Division by zero is not defined.). Inverse of a 2×2 Matrix. Similarly, since there is no division operator for matrices, you need to multiply by the inverse matrix. Note that the (+) or (-) signs in the checkerboard diagram do not suggest that the final term should be positive or negative. The inverse of a matrix A is another matrix denoted by A−1and isdefined as: Where I is the identitymatrix. Find inverse of a 3x3 matrix, A. compute “inv(A) * B” where B is also a 3x3 matrix. A-1× A = I. Reduce the left matrix to row echelon form using elementary row operations for the whole matrix (including the right one). We can calculate the Inverse of a Matrix by: Step 1: calculating the Matrix of Minors, Step 2: then turn that into the Matrix of Cofactors, Step 3: then the Adjugate, and; Step 4: multiply that by 1/Determinant. The inverse of a matrix can only be found in the case if the matrix is a square matrix and the determinant of that matrix is a non-zero number. If necessary you On a practical level, the inverse of a matrix is almost never what you want to compute for "real" matrices. The determinant is computed from all the entries of the matrix. The calculator will not understand this operation. By signing up you are agreeing to receive emails according to our privacy policy. Adjoint can be obtained by taking transpose of cofactor matrix of given square matrix. You can check it out here. No calculator, but I'm getting it, thanks to step-by-step, "I could not remember what my high school teacher taught me on how to find the inverse of a 3x3 matrix, so I got it, "Thank you very much. AB = BA = I n. then the matrix B is called an inverse of A. ... Inverse of a 3x3 matrix Cofactor matrix. The inverse of a 3×3 matrix using the cofactor method (MathsCasts By using our site, you agree to our. Practice: Inverse of a 3x3 matrix. How can I find the inverse of a 3x3 MDS matrix? The adjugate matrix is the transpose of the cofactor matrix. Below I have shared program to find inverse of 2×2 and 3×3 matrix. How to Find the Inverse of 3 x 3 Matrix? You need to calculate the determinant of the matrix as an initial step. Is there a better method to compute the above two steps? Compute the determinant of the given matrix Take the transpose of the given matrix Calculate the determinant of 2×2 minor matrices Formulate the matrix of cofactors Finally, divide each term of … How to Find the Determinant of a 3X3 Matrix. Can you please help me find the answer to this problem? It is most definitely not the most efficient way to do it but it is explicit. (Notice that in the formula we divide by det(M). ", "It is straightforward, simple and easy.". If the determinant is 0, then your work is finished, because the matrix has no inverse. Calculate adjoint of matrix. Take a look at the example in Figure 2. The third element keeps its original sign. Finding the cofactor and determinant of a 3x3 matrix. The calculator will find the inverse of the square matrix using the Gaussian elimination method, with steps shown. The matrix … A rather nice (I think) header file containing macros for most 2x2, 3x3 and 4x4 matrix operations has been available with most OpenGL toolkits. First we have to take two matrix in excel. Matrix multiplication is best explained by example. ", "The photos were so understandable and clearly shown. The 3x3 identity matrix is: You can always check your answer by multiplying the matrix and its inverse to see if you get the 3 x 3 identity. Invert a matrix in octave: You are confused about what an inverse of a matrix is, don't nobody here knows what you want with your output, so here are some clues. We'll find the inverse of a matrix using 2 different methods. That is what I selected to enter my example matrix that you also see on the screen. Sometimes there is no inverse at all. First find the determinant of matrix. Thus, the inverse of the given matrix is: Register at BYJU’S and download its app, to learn other interesting mathematical concepts with detailed explanation. Set the matrix (must be square) and append the identity matrix of the same dimension to it. Video transcript. After that, you have to go through numerous lengthy steps, which are more time consuming in order to find the inverse of a matrix. I'm very satisfied. Inverse of a 3 by 3 Matrix As you know, every 2 by 2 matrix A that isn't singular (that is, whose determinant isn't zero) has an inverse, A−1, with the property that AA−1 = A−1A = I2 where I2 is the 2 by 2 identity matrix, 1 0 0 1. Check the determinant of the matrix. Find the inverse of the following matrix. Computer programs exist that work out the inverses of matrices for you, Not all 3x3 matrices have inverses. Learn to find the inverse of matrix, easily, by finding transpose, adjugate and determinant, step by step. Just check out the equation below: With over eight years of teaching experience, Mario specializes in mathematical biology, optimization, statistical models for genome evolution, and data science. From a pedagogical point of view, examples of matrix inversion are invariably coupled with the use of the determinant and 3x3 matrices. How to find the inverse matrix of a 4x4 matrix Last updated: Nov. 3, 2017 Find the inverse of , where $|A|\neq 0$. In our example, the matrix is () Find the determinant of this 2x2 matrix. ", "The method is understandable and really has the element of logic in it. You made my life easy. Using this online calculator, you will receive a detailed step-by-step solution to your problem, which will help you understand the algorithm how to find the inverse matrix using matrix of cofactors. Just follow the steps; your determinant should be -2, and your matrix of co-factors should be (-1&1&1@1&1&1@2&2&0). Otherwise, it doesn't. I wrote a kernel of my own for computing the matrix inverse. Show Instructions. There is also an an input form for calculation. ", "The transpose and how to find the inverse using the liner way helped. But with the arrival of COVID-19, the stakes are higher than ever. The first possible matrix template is for a 2x2 matrix. It is represented by M-1. Learn to find the inverse of matrix, easily, by finding transpose, adjugate and determinant, step by step. They are indicators of keeping (+) or reversing (-) whatever sign the number originally had. Follow edited Sep 17 '20 at 13:25. kelalaka. Find the determinant, then determine the co-factor matrix. How can I create a 3x3 matrix without any fractions in its original form and inverse form? I could easily find steps to find out, "The diagrams were a great help to understand it. NCERT Solutions Class 12 Business Studies, NCERT Solutions Class 12 Accountancy Part 1, NCERT Solutions Class 12 Accountancy Part 2, NCERT Solutions Class 11 Business Studies, NCERT Solutions for Class 10 Social Science, NCERT Solutions for Class 10 Maths Chapter 1, NCERT Solutions for Class 10 Maths Chapter 2, NCERT Solutions for Class 10 Maths Chapter 3, NCERT Solutions for Class 10 Maths Chapter 4, NCERT Solutions for Class 10 Maths Chapter 5, NCERT Solutions for Class 10 Maths Chapter 6, NCERT Solutions for Class 10 Maths Chapter 7, NCERT Solutions for Class 10 Maths Chapter 8, NCERT Solutions for Class 10 Maths Chapter 9, NCERT Solutions for Class 10 Maths Chapter 10, NCERT Solutions for Class 10 Maths Chapter 11, NCERT Solutions for Class 10 Maths Chapter 12, NCERT Solutions for Class 10 Maths Chapter 13, NCERT Solutions for Class 10 Maths Chapter 14, NCERT Solutions for Class 10 Maths Chapter 15, NCERT Solutions for Class 10 Science Chapter 1, NCERT Solutions for Class 10 Science Chapter 2, NCERT Solutions for Class 10 Science Chapter 3, NCERT Solutions for Class 10 Science Chapter 4, NCERT Solutions for Class 10 Science Chapter 5, NCERT Solutions for Class 10 Science Chapter 6, NCERT Solutions for Class 10 Science Chapter 7, NCERT Solutions for Class 10 Science Chapter 8, NCERT Solutions for Class 10 Science Chapter 9, NCERT Solutions for Class 10 Science Chapter 10, NCERT Solutions for Class 10 Science Chapter 11, NCERT Solutions for Class 10 Science Chapter 12, NCERT Solutions for Class 10 Science Chapter 13, NCERT Solutions for Class 10 Science Chapter 14, NCERT Solutions for Class 10 Science Chapter 15, NCERT Solutions for Class 10 Science Chapter 16, NCERT Solutions For Class 9 Social Science, NCERT Solutions For Class 9 Maths Chapter 1, NCERT Solutions For Class 9 Maths Chapter 2, NCERT Solutions For Class 9 Maths Chapter 3, NCERT Solutions For Class 9 Maths Chapter 4, NCERT Solutions For Class 9 Maths Chapter 5, NCERT Solutions For Class 9 Maths Chapter 6, NCERT Solutions For Class 9 Maths Chapter 7, NCERT Solutions For Class 9 Maths Chapter 8, NCERT Solutions For Class 9 Maths Chapter 9, NCERT Solutions For Class 9 Maths Chapter 10, NCERT Solutions For Class 9 Maths Chapter 11, NCERT Solutions For Class 9 Maths Chapter 12, NCERT Solutions For Class 9 Maths Chapter 13, NCERT Solutions For Class 9 Maths Chapter 14, NCERT Solutions For Class 9 Maths Chapter 15, NCERT Solutions for Class 9 Science Chapter 1, NCERT Solutions for Class 9 Science Chapter 2, NCERT Solutions for Class 9 Science Chapter 3, NCERT Solutions for Class 9 Science Chapter 4, NCERT Solutions for Class 9 Science Chapter 5, NCERT Solutions for Class 9 Science Chapter 6, NCERT Solutions for Class 9 Science Chapter 7, NCERT Solutions for Class 9 Science Chapter 8, NCERT Solutions for Class 9 Science Chapter 9, NCERT Solutions for Class 9 Science Chapter 10, NCERT Solutions for Class 9 Science Chapter 12, NCERT Solutions for Class 9 Science Chapter 11, NCERT Solutions for Class 9 Science Chapter 13, NCERT Solutions for Class 9 Science Chapter 14, NCERT Solutions for Class 9 Science Chapter 15, NCERT Solutions for Class 8 Social Science, NCERT Solutions for Class 7 Social Science, NCERT Solutions For Class 6 Social Science, CBSE Previous Year Question Papers Class 10, CBSE Previous Year Question Papers Class 12, How To Find Adjoint Of A Matrix And Inverse Of A Matrix, CBSE Previous Year Question Papers Class 12 Maths, CBSE Previous Year Question Papers Class 10 Maths, ICSE Previous Year Question Papers Class 10, ISC Previous Year Question Papers Class 12 Maths, Compute the determinant of the given matrix, Calculate the determinant of 2×2 minor matrices, Finally, divide each term of the adjugate matrix by the determinant. Next lesson. We're going to use the identity matrix I in the process for inverting a matrix. "Inverse of matrix 3x3|(1&1&0@1&1&1@0&2&1)|". Prerequisite: Finding minors of elements in a 3×3 matrix Adjoint, inverse of a matrix : this page updated 19-jul-17 Mathwords: Terms and Formulas from Algebra I to Calculus written, illustrated, and webmastered by â ¦ I am unsure how to find the cofactor and determinant going along the same type of set up I have for the other matrices. The determinant of a matrix is frequently used in calculus, linear algebra, and advanced geometry. For example, if a problem requires you to divide by a fraction, you can more easily multiply by its reciprocal. If you take two 3x3 matrices and multiply it then you will get a 3x3 matrix as a result. From a numerical analysis point of view, it is almost never desirable to actually compute the inverse of a matrix. Also, learn to find the inverse of 3x3 matrix with the help of a solved example, at BYJU’S. The matrix function will not read the number properly. Another way to think of transposing is that you rewrite the first row as the first column, the middle row becomes the middle column, and the third row becomes the third column. If not, go on to the next steps • Then, transpose the first matrix • Next, find the determinant of the 2x2 matrixes Every dollar contributed enables us to keep providing high-quality how-to help to people like you. If you wish to enter a 3x3 or larger square matrix, you will select the last matrix template shape (6th icon from the left, or the one just to the left of the sigma notation). https://www.mathsisfun.com/algebra/matrix-inverse-minors-cofactors-adjugate.html, http://www.mathcentre.ac.uk/resources/uploaded/sigma-matrices11-2009-1.pdf, http://www.mathwords.com/c/cofactor_matrix.htm, http://mathworld.wolfram.com/MatrixInverse.html, https://people.richland.edu/james/lecture/m116/matrices/inverses.html, Please consider supporting our work with a contribution to wikiHow, For a 3x3 matrix, find the determinant by first, To review finding the determinant of a matrix, see. Matrices are array of numbers or values represented in rows and columns. It is seldom necessary to form the explicit inverse of a matrix. The inverse of a matrix is a matrix such that and equal the identity matrix. Inverse of a 3x3 matrix Last updated: Jan. 2nd, 2019 Let ... Inverse of a 4x4 matrix Find inverse matrix of a 3x3 matrix using Gauss-Jordan elimination Cofactor matrix. Find the adj of the co-factor matrix, then divide through each term by the determinant. The methods shown in the article is as simple as it gets unfortunately; you can do drills and make up your own 3x3 matrices to find the inverse of in order to remember the steps. If you Invert an identity matrix, you get the identity matrix: octave:3> a = [1,0;0,1] a = 1 0 0 1 octave:4> inv(a) ans = 1 0 0 1 The inverse of a matrix is a matrix such that and equal the identity matrix. If the inverse exists, the matrix is said to be nonsingular. The associated inverse matrix will have only integer elements as well. (You won’t always be so lucky.). Then calculate adjoint of given matrix. The second element is reversed. The matrix is nonsingular if and only if . Last Updated: February 9, 2021 We should practice problems to understand the concept. Once you do, you can see that if the matrix is a perfect identity matrix, then the inverse exists. We use the adjugate matrix of the 3x3 matrix. Now, to create the adjoint or the adjugated matrix, reverse the sign of the alternating terms as shown below: The obtained matrix is \(A = \begin{bmatrix} -24&-18 &5 \\ -20& -15 &4 \\ -5 & -4 & 1 \end{bmatrix}\), Adj (A) = \(\begin{bmatrix} -24&-18 &5 \\ -20& -15 &4 \\ -5 & -4 & 1 \end{bmatrix}\times \begin{bmatrix}+ &- &+ \\ -& + & -\\ +&- & + \end{bmatrix}\), Adj (A) =\( \begin{bmatrix} -24&18 &5 \\ 20& -15 &-4 \\ -5 & 4 & 1 \end{bmatrix}\). If you receive an error message when you enter the inverse key, chances are that your original matrix does not have an inverse. Mario has taught at both the high school and collegiate levels. ", "I now know how to find the inverse, finally! ", "This article really helped me. In this lesson, we are only going to deal with 2×2 square matrices.I have prepared five (5) worked examples to illustrate the procedure on how to solve or find the inverse matrix using the Formula Method.. Just to provide you with the general idea, two matrices are inverses of each other if their product is the identity matrix. Creating the Adjugate Matrix to Find the Inverse Matrix, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/9\/97\/Find-the-Inverse-of-a-3x3-Matrix-Step-1-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-1-Version-2.jpg","bigUrl":"\/images\/thumb\/9\/97\/Find-the-Inverse-of-a-3x3-Matrix-Step-1-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-1-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/2\/2c\/Find-the-Inverse-of-a-3x3-Matrix-Step-2-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-2-Version-2.jpg","bigUrl":"\/images\/thumb\/2\/2c\/Find-the-Inverse-of-a-3x3-Matrix-Step-2-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-2-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/e\/ea\/Find-the-Inverse-of-a-3x3-Matrix-Step-3-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-3-Version-2.jpg","bigUrl":"\/images\/thumb\/e\/ea\/Find-the-Inverse-of-a-3x3-Matrix-Step-3-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-3-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/a2\/Find-the-Inverse-of-a-3x3-Matrix-Step-4-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-4-Version-2.jpg","bigUrl":"\/images\/thumb\/a\/a2\/Find-the-Inverse-of-a-3x3-Matrix-Step-4-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-4-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/7\/7b\/Find-the-Inverse-of-a-3x3-Matrix-Step-5-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-5-Version-2.jpg","bigUrl":"\/images\/thumb\/7\/7b\/Find-the-Inverse-of-a-3x3-Matrix-Step-5-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-5-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, Using Linear Row Reduction to Find the Inverse Matrix, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/7\/74\/Find-the-Inverse-of-a-3x3-Matrix-Step-6-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-6-Version-2.jpg","bigUrl":"\/images\/thumb\/7\/74\/Find-the-Inverse-of-a-3x3-Matrix-Step-6-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-6-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/aa\/Find-the-Inverse-of-a-3x3-Matrix-Step-7-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-7-Version-2.jpg","bigUrl":"\/images\/thumb\/a\/aa\/Find-the-Inverse-of-a-3x3-Matrix-Step-7-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-7-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/6\/61\/Find-the-Inverse-of-a-3x3-Matrix-Step-8-Version-2.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-8-Version-2.jpg","bigUrl":"\/images\/thumb\/6\/61\/Find-the-Inverse-of-a-3x3-Matrix-Step-8-Version-2.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-8-Version-2.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/d\/da\/Find-the-Inverse-of-a-3x3-Matrix-Step-9.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-9.jpg","bigUrl":"\/images\/thumb\/d\/da\/Find-the-Inverse-of-a-3x3-Matrix-Step-9.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-9.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, Using a Calculator to Find the Inverse Matrix, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/0\/02\/Find-the-Inverse-of-a-3x3-Matrix-Step-10.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-10.jpg","bigUrl":"\/images\/thumb\/0\/02\/Find-the-Inverse-of-a-3x3-Matrix-Step-10.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-10.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/0\/08\/Find-the-Inverse-of-a-3x3-Matrix-Step-11.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-11.jpg","bigUrl":"\/images\/thumb\/0\/08\/Find-the-Inverse-of-a-3x3-Matrix-Step-11.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-11.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/a\/a6\/Find-the-Inverse-of-a-3x3-Matrix-Step-12.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-12.jpg","bigUrl":"\/images\/thumb\/a\/a6\/Find-the-Inverse-of-a-3x3-Matrix-Step-12.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-12.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/2\/25\/Find-the-Inverse-of-a-3x3-Matrix-Step-13.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-13.jpg","bigUrl":"\/images\/thumb\/2\/25\/Find-the-Inverse-of-a-3x3-Matrix-Step-13.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-13.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/7\/71\/Find-the-Inverse-of-a-3x3-Matrix-Step-14.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-14.jpg","bigUrl":"\/images\/thumb\/7\/71\/Find-the-Inverse-of-a-3x3-Matrix-Step-14.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-14.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/2\/2a\/Find-the-Inverse-of-a-3x3-Matrix-Step-15.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-15.jpg","bigUrl":"\/images\/thumb\/2\/2a\/Find-the-Inverse-of-a-3x3-Matrix-Step-15.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-15.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/d\/de\/Find-the-Inverse-of-a-3x3-Matrix-Step-16.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-16.jpg","bigUrl":"\/images\/thumb\/d\/de\/Find-the-Inverse-of-a-3x3-Matrix-Step-16.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-16.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"

License: Creative Commons<\/a>
\n<\/p>


\n<\/p><\/div>"}, {"smallUrl":"https:\/\/www.wikihow.com\/images\/thumb\/f\/fd\/Find-the-Inverse-of-a-3x3-Matrix-Step-17.jpg\/v4-460px-Find-the-Inverse-of-a-3x3-Matrix-Step-17.jpg","bigUrl":"\/images\/thumb\/f\/fd\/Find-the-Inverse-of-a-3x3-Matrix-Step-17.jpg\/aid369563-v4-728px-Find-the-Inverse-of-a-3x3-Matrix-Step-17.jpg","smallWidth":460,"smallHeight":345,"bigWidth":728,"bigHeight":546,"licensing":"