Log In Start studying!

Select your language

Suggested languages for you:
StudySmarter - The all-in-one study app.
4.8 • +11k Ratings
More than 3 Million Downloads
Free
|
|

Determinants

Determinants
Illustration

Lerne mit deinen Freunden und bleibe auf dem richtigen Kurs mit deinen persönlichen Lernstatistiken

Jetzt kostenlos anmelden

Nie wieder prokastinieren mit unseren Lernerinnerungen.

Jetzt kostenlos anmelden
Illustration

Did you know that the area of a triangle, the volume of a parallelepiped, and solving a linear system of equations have something in common? Well, yes. They are all calculated via the use of a mathematical quantity, the determinant.

What is the determinant of a matrix?

The determinant of a matrix is a unique number that is associated with a square matrix.

This means that the number can be used to represent that matrix. It has great use in solving linear equations, showing how changes in area and volume occur during linear transformations and explain how variables in integrals change. The determinant of a matrix M is represented asdetM or M.

Types of Determinants

Determinants are of three basic types based on the kind of square matrix. They are the first-order determinant - for a 1 by 1 matrix wherein the determinant of the matrix and the elements of the matrix are the same. A=A. Second-order determinants and third-order determinants which would both be explained in detail hereafter.

Although, there are higher-order determinants such as those of 4 by 4, 5 by 5 matrices, and so on, but we shall not be discussing them. However, we shall begin with the matrix of order 2 afterwards.

Determinant of a matrix of order 2

The determinant of a 2 by 2 matrix is often referred to as a second-order determinant. This is achieved by subtracting the product of the right diagonal elements from the product of the left diagonal elements.

So, for a matrix M=abcd, we have,

M=ad-bc

Find the second-order determinant of the matrix C=5-643.

Solution:

C=5-643 =(5×3)-(-6×4) =15-(-24) =15+24 =39.

Determinant of a matrix of order 3

The determinant of a matrix of order 3 is also called the third-order determinant. This does not follow the simple approach of the determinant of order 2. In fact, it requires the production of a minor.

What is a minor ?

A minor is the determinant of the obtained matrix derived by deleting the respective row and column associated with an element.

When this occurs, a matrix of order 3 becomes of order 2. For instance, if a matrixA=abcdefghi, the determinant is obtained by producing 3 minors obtained by the elimination of the rows and columns associated with the elements of the first row separately. This means that a, b, and c would produce each minor as follows.

When the rows and columns associated with the element a is eliminated you have:

=M11 minor= efhi

The minor M11=ei-fh

When the rows and columns associated with the element b is eliminated you have:

=M12 minor = dfgi

The minorM12=di-fg

When the rows and columns associated with the element c is eliminated you have:

=M13 minor =degh

The minor M13=dh-eg

To note clearly what the minors stand for,

M11 is the minor associated with the element in the first row and first column,

M12 is the minor associated with the element in the first row and second column,

and

M13 is the minor of the element in the first row and third column.

Furthermore, a 3 by 3 matrix has 9 minors, namely bM11, M12, M13, M21, M22,M23, M31, M32 and M33. In addition minors are important because they are used to define cofactors. These cofactors are in turn used in calculating determinants.

What is a Cofactor?

A cofactor is used in calculating determinants, and it has the same numeric value as the minor but may have a different sign. The cofactor is expressed as:

Cij=(-1)i+jMij

where

i is the row index,

j is the column index,

Cij is the cofactor corresponding to the ith row and jth column,

and

Mij is the minor corresponding to the ithrow andjth column.

Remember that only the sign may change when comparing a cofactor to its corresponding minor. Thus you should observe that what i+j is an even number, then Cij = Mij. Meanwhile, instances where i+j is odd, then Cij = -Mij. Therefore, M11 = C11, M12 = -C12, M13 = C13 etc.

After the application of the formula, an easier sign formula was introduced as follows:

+-+-+-+-+

Calculating the determinant

Now we know how to break the 3 by 3 matrix into 2 by 2 minors to find their determinants. After this, we find the cofactor by multiplying the determinant of the minors with the corresponding signs. Then each cofactor is multiplied by its corresponding element. A summation of all products gives the determinant of a 3 by 3 matrix. Therefore, for a matrix M,

M=abcdefghi,

M=a(C11)+b(C12)+c(C13)

You should note that the determinants can be calculated by using any row or column, not just the first row. For instance, the determinant of matrix M can also be calculated (using the second row in this case) as:

M=d(C21)+e(C22)+f(C23)

The examples herein shall use only the first row so as to enable you to try out the examples using different rows or columns.

Find the determinant of the matrixD=142456789.

Solution:

D=142456789

Step 1.

Bring out your minors.

M11=5689=(5×9)-(6×8)M11=45-48=-3M12=4679=(4×9)-(6×7)M12=36-42=-6M13=4578=(4×8)-(5×7)M13=32-35=-3

Step 2.

Since you have the determinants of the minors, find the cofactors

C11=+1(M11)=+1(-3)=-3C12=-1(M12)=-1(-6)=6C13=+1(M13)=+1(-3)=-3

Step 3

Now you calculated the cofactors, find the sum of all products between the elements and their corresponding cofactors.

M=a(C11)+b(C12)+c(C13)D=1(-3) + 4(6)+2(-3)D=-3+24-6D=15

Calculating Determinants Using the Diagonal Method

To calculate the determinant of a matrixM=abcdefghi using a diagonal method, you need to follow the following steps.

Step 1

Write out the elements in the first and second column of the matrix to the right-hand side of the matrix as seen below.

Step 2

Draw three diagonal lines rightwards, each cutting through three elements, and calculate the product of these elements as seen below.

Step 3

Sum all products of these elements. Thus,

Rightwards diagonal product=aei+bfg+cdh

Step 4

Repeat step 1 and draw three diagonal lines leftwards, each cutting through three elements and calculating the product of these elements as seen below.

Step 5

Sum all products of these elements. Thus,

Leftwards diagonal product=ceg+afh+bdi

Step 6

Subtract the leftward diagonal product from the rightward diagonal product.

M=Rightward diagonal product - leftward diagonal product M=(aei+bfg+cdh)-(ceg+afh+bdi)M=aei+bfg+cdh-ceg-afh-bdi

If the coding system is to be used, then the determinant would be:

M=(r1c1×r2c2×r3c3)+(r1c2×r2c3×r3c1)+(r1c3×r2c1×r3c2)- ((r1c3×r2c2×r3c1)+(r1c1×r2c3×r3c2)+(r1c2×r2c1×r3c3))

Find the determinant of the matrix

D =142456789.

Solution:

Using the diagonal method:

The rightwards diagonal product = (1×5×9)+(4×6×7)+(2×4×8)The rightwards diagonal product =45+168+64The rightwards diagonal product =277The leftwards diagonal product=(2×5×7)+(1×6×8)+(4×4×9)The leftwards diagonal product=70+48+144The leftwards diagonal product=262D=rightwards diagonal product -leftwards diagonal prodctD=277-262D=15

Properties of determinants

There are several properties of determinants in matrices that would ease both understandings as well as solving matrix operations. They are:

  1. The determinants of a matrix are the same across any row or column.

  2. The determinant is equal to 0 when all elements of a row or column are 0.

  3. The determinant of an identity matrix is 1.

  4. When a matrix A is multiplied by a scalar c, the determinant of the new matrix cA is equal to the product of the determinant A and c to the power of the number of rows n of the square matrix. cA=cnA.

  5. When two rows or columns of a matrix are interchanged, the determinant of the new matrix is the product of -1 and the determinant of the old matrix.

  6. When the rows and columns of a matrix are interchanged (transposed), the determinant of the transposed matrix is equal to the determinant of the original matrix. A=AT.

  7. The determinant of an inverse matrix is expressed as: A-1=1A.

  8. When two rows or columns of a matrix are identical, the determinant of the matrix is 0.

  9. The determinant of matrix n times is its determinant n times. An=(A)n

  10. The determinant of ABC equals to the product of determinants A, B and C. ABC=A×B×C.

  11. When a matrix P is derived from adding n-times a row of Q to a different role. Then, P=Q.

  12. Where adj(A) is the adjoint of a matrix A, then, adj(A)=(A)n-1 and adj(adj(A))=(A)(n-1)×(n-1).

Determinants - Key takeaways

  • The determinant of a matrix is a number that is associated with a square matrix.
  • The determinant of a 2 by 2 matrix is often referred to as a second-order determinant.
  • The determinant of a 3 by 3 matrix is also called the third-order determinant.
  • A minor is the determinant of the obtained matrix derived by deleting the respective row and column associated with an element.
  • Cofactor is used in calculating determinants, and it has the same numeric value as the minor but may have a different sign.

Frequently Asked Questions about Determinants

The determinant of a matrix is a number that is associated with a square matrix. This means that the number can be used to represent that matrix. 

The determinant is useful because it represents the array of numbers of the matrix instead of writing out all the numbers.

There are two major methods of calculating the determinant of a matrix; the minor-cofactor method and the diagonal method.

The main property of a matrix determinant is that the determinant is only gotten from a square matrix such as the 2 by 2 or 3 by 3 matrices.

Final Determinants Quiz

Determinants Quiz - Teste dein Wissen

Question


Show answer

Answer

62

Show question

Question


Show answer

Answer

172

Show question

Question


Show answer

Answer

-22

Show question

Question


Show answer

Answer

-5

Show question

Question


Show answer

Answer

0

Show question

Question


Show answer

Answer

-38

Show question

Question


Show answer

Answer

-28

Show question

Question


Show answer

Answer

0

Show question

Question


Show answer

Answer

-50

Show question

Question


Show answer

Answer

62

Show question

Question


Show answer

Answer

-22

Show question

Question


Show answer

Answer

-14

Show question

Question


Show answer

Answer

32

Show question

Question


Show answer

Answer

-8

Show question

Question


Show answer

Answer

17

Show question

60%

of the users don't pass the Determinants quiz! Will you pass the quiz?

Start Quiz

Discover the right content for your subjects

No need to cheat if you have everything you need to succeed! Packed into one app!

Study Plan

Be perfectly prepared on time with an individual plan.

Quizzes

Test your knowledge with gamified quizzes.

Flashcards

Create and find flashcards in record time.

Notes

Create beautiful notes faster than ever before.

Study Sets

Have all your study materials in one place.

Documents

Upload unlimited documents and save them online.

Study Analytics

Identify your study strength and weaknesses.

Weekly Goals

Set individual study goals and earn points reaching them.

Smart Reminders

Stop procrastinating with our study reminders.

Rewards

Earn points, unlock badges and level up while studying.

Magic Marker

Create flashcards in notes completely automatically.

Smart Formatting

Create the most beautiful study materials using our templates.

Sign up to highlight and take notes. It’s 100% free.

Get FREE ACCESS to all of our study material, tailor-made!

Over 10 million students from across the world are already learning smarter.

Get Started for Free
Illustration