banner



how to find the determinant of a 2x2 matrix

Download Article

Download Article

The determinant of a matrix is frequently used in calculus, linear algebra, and advanced geometry. Finding the determinant of a matrix can be confusing at first, but it gets easier once you do it a few times.

  1. 1

    Write your 3 x 3 matrix. We'll start with a 3 x 3 matrix A, and try to find its determinant |A|. Here's the general matrix notation we'll be using, and our example matrix:[1]

    • M = ( a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 ) = ( 1 5 3 2 4 7 4 6 2 ) {\displaystyle M={\begin{pmatrix}a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{pmatrix}}={\begin{pmatrix}1&5&3\\2&4&7\\4&6&2\end{pmatrix}}}
  2. 2

    Choose a single row or column. This will be your reference row or column. You'll get the same answer no matter which one you choose. For now, just pick the first row. Later, we'll give some advice on how to choose the easiest option to calculate.[2]

    • Let's choose the first row of our example matrix A. Circle the 1 5 3. In general terms, circle a11 a12 a13.

    Advertisement

  3. 3

    Cross out the row and column of your first element. Look at the row or column you circled and select the first element. Draw a line through its row and column. You should be left with four numbers. We'll treat these as a 2 x 2 matrix.[3]

    • In our example, our reference row is 1 5 3. The first element is in row 1 and column 1. Cross out all of row 1 and column 1. Write the remaining elements as a 2 x 2 matrix:
    •  1 5 3
       2 4 7
       4 6 2
  4. 4

    Find the determinant of the 2 x 2 matrix. Remember, the matrix ( a b c d ) {\displaystyle {\begin{pmatrix}a&b\\c&d\end{pmatrix}}} has a determinant of ad - bc. You may have learned this by drawing an X across the 2 x 2 matrix. Multiply the two numbers connected by the \ of the X. Then subtract the product of the two numbers connected by the /. Use this formula to calculate the determinate of the matrix you just found.[4]

    • In our example, the determinant of the matrix ( 4 7 6 2 ) {\displaystyle {\begin{pmatrix}4&7\\6&2\end{pmatrix}}} = 4 * 2 - 7 * 6 = -34.
    • This determinant is called the minor of the element we chose in our original matrix.[5] In this case, we just found the minor of a11 .
  5. 5

    Multiply the answer by your chosen element. Remember, you selected an element from your reference row (or column) when you decided which row and column to cross out. Multiply this element by the determinant you just calculated for the 2x2 matrix.[6]

    • In our example, we selected a11, which had a value of 1. Multiply this by -34 (the determinant of the 2x2) to get 1*-34 = -34.
  6. 6

    Determine the sign of your answer. Next, you'll multiply your answer either by 1 or by -1 to get the cofactor of your chosen element. Which you use depends on where the element was placed in the 3x3 matrix. Memorize this simple sign chart to track which element causes which:

    • + - +
      - + -
      + - +
    • Since we chose a11 , marked with a +, we multiply the number by +1. (In other words, leave it alone.) The answer is still -34 .
    • Alternatively, you can find the sign with the formula (-1) i+j , where i and j are the element's row and column.[7]
  7. 7

    Repeat this process for the second element in your reference row or column. Return to the original 3x3 matrix, with the row or column you circled earlier. Repeat the same process with this element:[8]

  8. 8

    Repeat with the third element. You have one more cofactor to find. Calculate i for the third term in your reference row or column. Here's a quick rundown of how you'd calculate the cofactor of a13 in our example:

    • Cross out row 1 and column 3 to get ( 2 4 4 6 ) {\displaystyle {\begin{pmatrix}2&4\\4&6\end{pmatrix}}}
    • Its determinant is 2*6 - 4*4 = -4.
    • Multiply by element a13: -4 * 3 = -12.
    • Element a13 is + on the sign chart, so the answer is -12 .
  9. 9

    Add your three results together. This is the final step. You've calculated three cofactors, one for each element in a single row or column. Add these together and you've found the determinant of the 3x3 matrix.

    • In our example the determinant is -34 + 120 + -12 = 74 .

    Advertisement

  1. 1

    Pick the reference with the most zeroes. Remember, you can pick any row or column as your reference. You'll get the same answer no matter which you pick. If you pick a row or column with zeros, you only need to calculate the cofactor for the nonzero elements. Here's why:[9]

    • Let's say you pick row 2, with elements a21, a22, and a23. To solve this problem, we'll be looking at three different 2x2 matrices. Let's call them A21, A22, and A23.
    • The determinant of the 3x3 matrix is a21|A21| - a22|A22| + a23|A23|.
    • If terms a22 and a23 are both 0, our formula becomes a21|A21| - 0*|A22| + 0*|A23| = a21|A21| - 0 + 0 = a21|A21|. Now we only have to calculate the cofactor of a single element.
  2. 2

    Use row addition to make the matrix easier. If you take the values of one row and add them to a different row, the determinant of the matrix does not change. The same is true of columns. You can do this repeatedly — or multiply the values by a constant before adding — to get as many zeroes in the matrix as possible. This can save you a lot of time.

  3. 3

    Learn the shortcut for triangular matrices. In these special cases, the determinant is simply the product of the elements along the main diagonal, from a11 in the top left to a33 in the lower right. We're still talking about 3x3 matrices, but "triangular" ones have special patterns of nonzero values:[10]

    • Upper triangular matrix: All the non-zero elements are on or above the main diagonal. Everything below is a zero.
    • Lower triangular matrix: All the non-zero elements are on or below the main diagonal.
    • Diagonal matrix: All the non-zero elements are on the main diagonal. (A subset of the above.)

    Advertisement

Add New Question

  • Question

    Why is the formula for the determinant (b^2-4ac)^(1/2) instead of ad-bc?

    Community Answer

    I think the OP was confused. They were referring to the discriminant, something you use in the quadratic formula. The formula for the determinant is different for every matrix, but for a 3x3 one is very hard to type out. It might be easier to Google it.

  • Question

    How do I adjoin a matrix?

    Community Answer

    The adjoint of a square matrix is the transpose of the matrix Cij (cofactor of the original matrix).

  • Question

    What is the formula for the determinant?

    Prem Shah

    Prem Shah

    Community Answer

    The formula to find the determinant for a quadratic formula is (b^2-4ac), which is all in a square root.

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

Video

  • If all elements of a row or column are 0, the determinant of that matrix is 0.

  • This method extends to square matrices of any size. For example, if using this for a 4x4 matrix, your "crossing out" leaves you with a 3x3 matrix, for which you calculate the determinate as described above. Be warned, this gets very tedious by hand!

Thanks for submitting a tip for review!

Advertisement

About This Article

Article SummaryX

1. Write your 3 x 3 matrix.
2. Choose a single row or column.
3. Cross out the row and column of your first element.
4. Find the determinant of the 2 x 2 matrix.
5. Multiply the answer by your chosen element.
6. Find the sign of your answer (+ or -) using the formula (-1)*(i+j), where i and j are the element's row and column. The formula will tell you whether your answer is positive or negative.
7. Repeat this process for the second element in your reference row or column.
8. Repeat with the third element.
9. Add your three results together.

Did this summary help you?

Thanks to all authors for creating a page that has been read 1,564,001 times.

Did this article help you?

how to find the determinant of a 2x2 matrix

Source: https://www.wikihow.com/Find-the-Determinant-of-a-3X3-Matrix

Posted by: craverthoused1955.blogspot.com

0 Response to "how to find the determinant of a 2x2 matrix"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel