Determinants
Determinants
Matrix
• A matrix is an array of
numbers that are 1 3
arranged in rows and
columns. -½ 0
• A matrix is “square” if -3 8 ¼
it has the same number
of rows as columns. 2 0 -¾
4 180 11
Determinants
• Every square matrix has
a determinant. 1 3
• The determinant of a
-½ 0
matrix is a number.
• The determinant of a
matrix is represented by
two vertical lines or -3 8 ¼
simply by writing det
2 0 -¾
and writing the matrix
name. eg. |A|, det(A), 4 180 11
det A
Why do we need the determinant
• It is used to help us calculate the inverse of a
matrix and it is used when finding the area of
a triangle.
• The determinant of a matrix is connected to its
eigenvalues.
• Cramer's Rule is a method for solving systems
of linear equations using determinants.
Finding Determinants of Matrices
(For 2× 2 𝑚𝑎𝑡𝑟𝑖𝑥)
3 2
= (3 * 4) - (-5 * 2)
−5 4
= 12 - (-10)
= 22
Finding Determinants of Matrices
(For 3× 3 𝑚𝑎𝑡𝑟𝑖𝑥)
2 0 3 2 0
1 −2 5 1 -2
−1 4 2 -1 4
−11
A = adj( A)
A
2 4
A =
− 4 − 10
−1 1 − 10 − 4
A = (2)(−10) − ( −4)(4) 4 2
5
−1 1 − 10 − 4 1
A = − 4 4 2 =
2
1
− 1 −
2
Inverse of a Matrix
Example: Find the inverse of A.
2 0 3
𝐴 = −1 4 −2
1 −3 5
14 − 9 − 12
adj( A) = 3 7 1
− 1 6 8
14 9 12
− −
14 −9 −12 25 25 25
1 1 3 7 1
A = adj( A) = 3
−1
7 1 =
A 25 25 25 25
− 1 6 8 1 6 8
−
25 25 25
Real Life Example:
You have $10,000 to invest. You want to invest the money
in a stock mutual fund, a bond mutual fund, and a money
market fund. The expected annual returns for these funds
are given in the table.
You want your investment to obtain an overall annual return
of 8%. A financial planner recommends that you invest the
same amount in stocks as in bonds and the money market
combined. How much should you invest in each fund?
X
To isolate the variable matrix, RIGHT multiply by the inverse of A
−1 −1
A AX = A B
−1
X=A B
Solution: ( 5000, 2500, 2500)
Thank You