This test uses JavaScript to generate your test and mark it. You therefore need to enable Scripting using the Preferences... item in one of the Menu items for this Browser's window. Once enabled, just Reload (Refresh) this page.

Inverse of a Matrix

(
–14
6 –1
) –1
=
(
)

tickcross



Worked Solution:

The inverse M-1 of a matrix M (if it has one) is the matrix that makes their product equal to the Identity matrix:
M-1 M = M M-1 =
(
10
01
)
For M =
(
ab
cd
)
the product
(
ab
cd
)
(
db
ca
)
is
(
a d – b c0
0a d – b c
)

If we divide the elements of the second matrix by a db c
which for the matrix in this question is (–1)×(–1) – 4×6 = –23
the product will be the Identity Matrix:
So the inverse of
(
–14
6 –1
)
is   
– 1
---
23
(
–1 –4
–6 –1
)
=
(
1
---
23
4
---
23
6
---
23
1
---
23
)


© MEI Produced by Dr Ron Knott, revised 13 December 2006
tom . button [AT] mei . org . uk
Test reference: MatrixInv.html?ref=53753