0% found this document useful (0 votes)
11 views4 pages

How to Calculate Matrix Determinants

The document defines and provides a method for calculating the determinant of a matrix. The determinant of a 2x2 matrix is calculated as ad - bc. For a 3x3 matrix, the determinant equals a times the determinant of one 2x2 sub-matrix minus b times the determinant of another 2x2 sub-matrix plus c times the determinant of the remaining sub-matrix. This method of calculating the determinant by expanding the matrix and using sub-determinants, known as Laplace expansion, can be generalized to matrices of any size following a pattern of signs.

Uploaded by

Khanjan Vyas
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

How to Calculate Matrix Determinants

The document defines and provides a method for calculating the determinant of a matrix. The determinant of a 2x2 matrix is calculated as ad - bc. For a 3x3 matrix, the determinant equals a times the determinant of one 2x2 sub-matrix minus b times the determinant of another 2x2 sub-matrix plus c times the determinant of the remaining sub-matrix. This method of calculating the determinant by expanding the matrix and using sub-determinants, known as Laplace expansion, can be generalized to matrices of any size following a pattern of signs.

Uploaded by

Khanjan Vyas
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Determinant of a Matrix

A Matrix is an array of numbers:

A Matrix
(This one has 2 Rows and 2 Columns)

Determinant
The determinant of a matrix is a special number that can be calculated from the matrix. It
tells us things about the matrix that are useful in systems of linear equations, in calculus and
more.
The symbol for determinant is two vertical lines either side.
Example:
|A| means the determinant of the matrix A

Calculating the Determinant


First of all the matrix must be square (i.e. have the same number of rows as columns). Then
it is just a matter of basic arithmetic. Here is how:

For a 22 Matrix
For a 22 matrix (2 rows and 2 columns):

The determinant is:


|A| = ad - bc
"The determinant of A equals a times d minus b times c"
It is easy to remember when you think of a cross:

Blue means positive (+ad),

Red means negative (-bc)

Example:

|B|

= 48 - 63
= 32-18
= 14

For a 33 Matrix
For a 33 matrix (3 rows and 3 columns):

The determinant is:


|A| = a(ei - fh) - b(di - fg) + c(dh - eg)
"The determinant of A equals ... etc"
It may look complicated, but there is a pattern:

To work out the determinant of a 33 matrix:

Multiply a by the determinant of the 22 matrix that is not in a's row or column.

Likewise for b, and for c

Add them up, but remember that b has a negative sign!

As a formula (remember the vertical bars || mean "determinant of"):

"The determinant of A equals a times the determinant of ... etc"

Example:

|C|

= 6(-27 - 58) - 1(47 - 52) + 1(48 - -22)


= 6(-54) - 1(18) + 1(36)
= -306

For 44 Matrices and Higher


The pattern continues for 44 matrices:

plus a times the determinant of the matrix that is not in a's row or column,

minus b times the determinant of the matrix that is not in b's row or column,

plus c times the determinant of the matrix that is not in c's row or column,

minus d times the determinant of the matrix that is not in d's row or column,

As a formula:

Notice the + - + - pattern (+a... -b... +c... -d...). This is important to remember.
The pattern continues for 55 matrices and higher.

Not The Only Way


This method of calculation is called the "Laplace expansion" ... I like it because the pattern is
easy to remember. But there are other methods (just so you know).

Summary

For a 22 matrix the determinant is ad - bc

For a 33 matrix multiply a by the determinant of the 22 matrix that is not in a's
row or column, likewise for b and c, but remember that b has a negative sign!

The pattern continues for larger matrices: multiply a by the determinant of the
matrix that is not in a's row or column, continue like this across the whole row, but
remember the + - + - pattern.

You might also like