How.com.vn English: PDF downloadDownload ArticleHow.com.vn English: PDF downloadDownload 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.

Part 1
Part 1 of 2:

Finding the Determinant

How.com.vn English: PDF downloadDownload Article
  1. How.com.vn English: Step 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]
  2. How.com.vn English: Step 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. How.com.vn English: Step 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. How.com.vn English: Step 4 Find the determinant of the 2 x 2 matrix.
    Remember, the matrix 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 * 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. How.com.vn English: Step 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. How.com.vn English: Step 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. How.com.vn English: Step 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]
    • Cross out the row and column of that element. In our case, select element a12 (with a value of 5). Cross out row one (1 5 3) and column two .
    • Treat the remaining elements as a 2x2 matrix. In our example, the matrix is
    • Find the determinant of this 2x2 matrix. Use the ad - bc formula. (2*2 - 7*4 = -24)
    • Multiply by the chosen element of the 3x3 matrix. -24 * 5 = -120
    • Determine whether to multiply by -1. Use the sign chart or the (-1)ij formula. We chose element a12, which is - on the sign chart. We must change the sign of our answer: (-1)*(-120) = 120.
  8. How.com.vn English: Step 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
    • 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. How.com.vn English: Step 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.
  10. Advertisement
Part 2
Part 2 of 2:

Making the Problem Easier

How.com.vn English: PDF downloadDownload Article
  1. How.com.vn English: Step 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. How.com.vn English: Step 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.
    • For example, say you have a 3 x 3 matrix:
    • In order to cancel out the 9 in position a11, we can multiply the second row by -3 and add the result to the first. The new first row is [9 -1 2] + [-9 -3 0] = [0 -4 2].
    • The new matrix is Try to use the same trick with columns to turn a12 into a 0 as well.
  3. How.com.vn English: Step 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.)
    • You can use the method of minors or the elementary row operations to find the inverse of a 3 x 3 matrix.[11]
    • If you use the latter method to find the inverse of a matrix A, begin by setting up the formula [A | I]. Where I is the 3 x 3 identity matrix.[12]
    • Then, use elementary row operations to reduce the left-hand side of the formula to I. The resulting formula will be [I | A-1], where A-1 is the inverse of A.[13]
  4. Advertisement

Community Q&A

Search
Add New Question
  • Question
    Why is the formula for the determinant (b^2-4ac)^(1/2) instead of ad-bc?
    How.com.vn English: Community Answer
    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?
    How.com.vn English: Community Answer
    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?
    How.com.vn English: 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

      Tips

      • 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!
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      How.com.vn English: Mario Banuelos, PhD
      Co-authored by:
      Associate Professor of Mathematics
      This article was co-authored by Mario Banuelos, PhD. Mario Banuelos is an Associate Professor of Mathematics at California State University, Fresno. With over eight years of teaching experience, Mario specializes in mathematical biology, optimization, statistical models for genome evolution, and data science. Mario holds a BA in Mathematics from California State University, Fresno, and a Ph.D. in Applied Mathematics from the University of California, Merced. Mario has taught at both the high school and collegiate levels. This article has been viewed 1,669,832 times.
      8 votes - 40%
      Co-authors: 28
      Updated: August 8, 2022
      Views: 1,669,832
      Categories: Linear Algebra
      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,669,832 times.

      Reader Success Stories

      • How.com.vn English: Anonymous

        Anonymous

        Oct 18, 2017

        "I'm a liberal arts math student in college and my teacher didn't have time to post a review for the exam..." more
        Rated this article:
      Share your story

      Did this article help you?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement