A STUDY OF
MATRICES
What are Matrices?
A matrix is the form used to describe a set of numbers and is usually shown in rows
and columns (like a table):
1 9 -13
20 5 -6
That is an example of a 2x3 matrix, simply because it has 2 rows and 3 columns.
Matrices are often used to store information, for example, millimetres of rainfall in
a year.
How are Matrices used?
Matrices can also be used to simplify other mathematical functions, they are , for
example, used to solve simultaneous equations. For the purposes of this study I will
only demonstrate a few examples, but the list of uses includes topics as varied as:
•Electronics
•Statics
•Robotics
•Linear Programming
•Optimisation
•Intersection of Planes
•Genetics
Multiplying Matrices
Matrices can be multiplied together using a set method. I will start by taking two
simple 2x2 matrices:
A B
C D
W X
Y Z
=
X
AW+BY AX+BZ
CW+DY CX+DZ
Multiplication (Test)
Now that you know the format, I will put in some numbers to check that it works:
9 13
-6 2
X
3 7
0 -5
=
27+0 63+-65
-18+0 -42+-10
And you should get.....
=
27 -2
-18 -32
Determinant
The determinant is a number given to a matrix that defines it. Not only is
it a useful thing to know, but it is also quite easy to learn. Again lets take
an algebraic matrix first:
A B
C D
To find the
determinant the
formula is:
AD-BC
And a number example....
3 -4
6 7
(3x7)-(-4x6)= 21 - - 24= 21+24 = 45
So the determinant is 45
Inverted Matrices
Finding the inverse of a matrix can be useful when solving equations using Matrices, I will
elaborate on the next slide where I will show how to solve a simultaneous equation using
Matrices. If we take another standard 2x2 matrix:
A B
C D
When
Inverted
becomes....
D -B
-C A
What I have more or less done here is to swap A and D; then made B and C both
negative. The next step is to multiply the matrix by:
1
Determinant
Again I will take a number example to make this clearer:
5 19
-4 6
Will become...
6 -19
4 5
1
(6x5)-(19x-4)
x =
0.057 -0.18
0.038 0.047
Simultaneous Equations
With our current knowledge of Matrices, it becomes quite easy to apply to a real-world
situation. I will take an easier simultaneous equation and solve it just with Matrices. First we
will need to transform the following equation into Matrix form by taking the coefficients....
1 2
3 -5
x + 2y = 4
3x – 5y = 1
When displayed as a Matrix will become...
X
Y
=
4
1
To make this a little more simple I am
going to call the first matrix ‘A’, the
second ‘X’ and the third ‘B’. We can now
rewrite the equation as AX=B.
AX=B
We can get rid of the A by multiplying
both sides of the equation by the inverse
of A (A-1 )
A-1 AX = A-1 B
X=A-1 B
Simultaneous Equations
When we write the equation (X=A-1 B) out in full again we will get...
X
Y
=
-5 -2
-3 1
And remember we have
just inverted A so it will
have swapped around a
bit!
4
1
1
determinant
X
Y =
1
11
-22
-11
X
Y
=
2
1
-
Therefore, x=2, y=1
Determinant (3x3)
At this stage matrices start to become slightly more difficult, like last
time I will run it through in algebra and then try an example:
a1 a2 a3
a4 a5 a6
a7 a8 a9
Determinant= (a1(a5a9-a6a8))-(a2(a4a9-a6a7))+(a3(a4a8-a5a7))
1 5 9
2 6 7
3 4 8
Of course there is reasoning behind all of this which I will explain in my number equivalent:
Determinant= (1[(6x8)-(7x4)])-(5 [(2x8)-(7x3)])+(9 [(2x4)-(6x3)])
= (1(48-28))-(5(16-21))+(9(8-18))
= (1x20)-(5x-5)+(9x-10)
= 20+25+-90
= -45
Determinant (3x3) – Part 1
Alternatively, you may like to use the following procedure. Start by
duplicating rows 1 & 2 outside the brackets :
1 5 9
2 6 7
3 4 8
1 5
2 6
3 4
1 5 9
2 6 7
3 4 8
1 5
2 6
3 4
Now multiply the
digits in each diagonal
together:
1 x 6 x 8 = 48
5 x 7 x 3 = 105
9 x 2 x 4 = 72
Determinant (3x3) – Part
2
Now repeat this procedure with the other set of diagonals shown here:
1 5 9
2 6 7
3 4 8
1 5
2 6
3 4
Now multiply the
digits in each diagonal
together as we did
before:
3 x 6 x 9 = 162
4 x 7 x 1 = 28
8 x 2 x 5 = 80
Now take the second set of numbers from the first:
(48 + 105 + 72) – (162 + 28 + 80) = (225) – ( 270 ) = -45
Which checks out with the answer we got by using the previous method.
It is up to you which method you prefer ...........
Finding the Inverse (3x3) –
Part 1
If we now want to find the inverse of a 3 x 3, I like to use the method shown here. Start by taking each row of
your matrix in turn, so starting with the first number (1), cross out the row and column that pass through it:
1 5 9
2 6 7
3 4 8
This now leaves a 2 x 2 matrix that
we put in a fresh set of brackets in
the same position occupied by the
number 1:
6 7
4 8
Repeating this with the next number in the
row gives us a new 2 x 2 matrix in the next
position:
1 5 9
2 6 7
3 4 8
2 7
3 8
If we continue in this way, by crossing out rows and
columns running through the numbers taken in turn,
we end up with a set of 9 matrices shown on the next
slide ....
Finding the Inverse (3x3) –
Part 2
6 7
4 8
2 7
3 8
2 6
3 4
5 9
4 8
1 9
3 8
1 5
3 4
5 9
6 7
1 9
2 7
1 5
2 6
The next stage is to replace all of these 9, 2 x 2 matrices with
their determinants:
+20 - -5 + -10
- 4 + -19 - -11
+ -19 - -11 + -4
Now we need to alternate + and –
signs, starting with a +:
20 -5 -10
4 -19 -11
-19 -11 -4
=
20 + 5 - 10
- 4 - 19 +11
- 19 + 11 - 4
Finding the Inverse (3x3) –
Part 3
20 + 5 - 10
- 4 - 19 +11
- 19 + 11 - 4
Now comes a time to ‘reflect’!
We reflect all numbers either side of
the diagonal shown:
20 - 4 - 19
+ 5 - 19 +11
- 10 + 11 - 4
Similar to what we did with
the 2x2 matrix, we must
multiply this new matrix by:
1
Determinant
20
- 45
- 4
-- 45
- 19
--45
5
- 45
-19
--45
+11
-45
- 2
-- 45
+ 11
- 45
- 4
-- 45
Or:
- 0.44 0.08 0.42
- 0.11 0.42 - 0.24
0.04 - 0.24 0.08
WCS Specialist Maths An Introduction to Matrices PowerPoint

More Related Content

PPTX
Project business maths
PPT
Distributive property in algebra power point
PPTX
Graph Theory
PPTX
Basic concepts of probability
PPTX
Lesson 3 - matrix multiplication
PDF
6.1 Exponential Functions
PPTX
Matrices
Project business maths
Distributive property in algebra power point
Graph Theory
Basic concepts of probability
Lesson 3 - matrix multiplication
6.1 Exponential Functions
Matrices

What's hot (20)

PPTX
2.4 introduction to logarithm
PPT
Introduction to Matrices
PPTX
Linear, quardratic equations
PPTX
Rational numers ppt
PPT
Matrix basic operations
PPTX
Maths class 10th ppt.pptx
PPTX
Statistical graphs
PPTX
introduction to probability
PPTX
Applications of Linear Algebra
PPTX
Potenciación de Numeros Enteros
PPT
PPTX
Exterior angles of a polygon
PDF
Functions in discrete mathematics
PPTX
Permutations and combinations ppt
PDF
Sets of numbers
PPSX
Signos de agrupacion
PPT
discrete and continuous data
PPTX
PERMUTATION & COMBINATION
PPT
QUADRATIC EQUATIONS
PPTX
Matrices
2.4 introduction to logarithm
Introduction to Matrices
Linear, quardratic equations
Rational numers ppt
Matrix basic operations
Maths class 10th ppt.pptx
Statistical graphs
introduction to probability
Applications of Linear Algebra
Potenciación de Numeros Enteros
Exterior angles of a polygon
Functions in discrete mathematics
Permutations and combinations ppt
Sets of numbers
Signos de agrupacion
discrete and continuous data
PERMUTATION & COMBINATION
QUADRATIC EQUATIONS
Matrices
Ad

Viewers also liked (7)

PPTX
Final matrix ppt
PPTX
presentation on matrix
PPTX
Presentación1
PPTX
Cramers rule
PPTX
Appilation of matrices in real life
PPTX
Presentation on application of matrix
PPT
Matrices And Application Of Matrices
Final matrix ppt
presentation on matrix
Presentación1
Cramers rule
Appilation of matrices in real life
Presentation on application of matrix
Matrices And Application Of Matrices
Ad

Similar to WCS Specialist Maths An Introduction to Matrices PowerPoint (20)

PPT
Determinants.ppt
PPT
Discrete_Matrices
PPT
determinants and matrices in mathematics.ppt
PPTX
Bba i-bm-u-2- matrix -
PPTX
Algebra 2 01-Systems of Linear Equations and Matrices (RW 2022).pptx
PPT
determinants.ppt
PPT
Determinants
PPT
determinants.ppt
PPTX
Matrices & Determinants PPT , THIS INCLUDE HOW TO SOLVE MATRIX AND DETERMINANT
PPT
Inverse of Matrices, for two by two and three by three
DOCX
Matrices
PPTX
Matrices
PPTX
Precalculus 09 Matrices.pptx
PPTX
Precalculus 09 Matrices.pptx
PPTX
CP1-Chp6-Matrices (2).pptx used for revision
PDF
Matrices
PPTX
Precalculs of matrices all operations and properties
PPT
Matrix algebra
PPTX
Matrix presentation By DHEERAJ KATARIA
PPT
Matrix Algebra : Mathematics for Business
Determinants.ppt
Discrete_Matrices
determinants and matrices in mathematics.ppt
Bba i-bm-u-2- matrix -
Algebra 2 01-Systems of Linear Equations and Matrices (RW 2022).pptx
determinants.ppt
Determinants
determinants.ppt
Matrices & Determinants PPT , THIS INCLUDE HOW TO SOLVE MATRIX AND DETERMINANT
Inverse of Matrices, for two by two and three by three
Matrices
Matrices
Precalculus 09 Matrices.pptx
Precalculus 09 Matrices.pptx
CP1-Chp6-Matrices (2).pptx used for revision
Matrices
Precalculs of matrices all operations and properties
Matrix algebra
Matrix presentation By DHEERAJ KATARIA
Matrix Algebra : Mathematics for Business

Recently uploaded (20)

PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Empowerment Technology for Senior High School Guide
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
advance database management system book.pdf
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
Complications of Minimal Access-Surgery.pdf
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PPTX
Computer Architecture Input Output Memory.pptx
PPTX
History, Philosophy and sociology of education (1).pptx
A powerpoint presentation on the Revised K-10 Science Shaping Paper
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
B.Sc. DS Unit 2 Software Engineering.pptx
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Empowerment Technology for Senior High School Guide
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
advance database management system book.pdf
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Complications of Minimal Access-Surgery.pdf
Share_Module_2_Power_conflict_and_negotiation.pptx
Uderstanding digital marketing and marketing stratergie for engaging the digi...
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
Cambridge-Practice-Tests-for-IELTS-12.docx
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
AI-driven educational solutions for real-life interventions in the Philippine...
Virtual and Augmented Reality in Current Scenario
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
Computer Architecture Input Output Memory.pptx
History, Philosophy and sociology of education (1).pptx

WCS Specialist Maths An Introduction to Matrices PowerPoint

  • 2. What are Matrices? A matrix is the form used to describe a set of numbers and is usually shown in rows and columns (like a table): 1 9 -13 20 5 -6 That is an example of a 2x3 matrix, simply because it has 2 rows and 3 columns. Matrices are often used to store information, for example, millimetres of rainfall in a year.
  • 3. How are Matrices used? Matrices can also be used to simplify other mathematical functions, they are , for example, used to solve simultaneous equations. For the purposes of this study I will only demonstrate a few examples, but the list of uses includes topics as varied as: •Electronics •Statics •Robotics •Linear Programming •Optimisation •Intersection of Planes •Genetics
  • 4. Multiplying Matrices Matrices can be multiplied together using a set method. I will start by taking two simple 2x2 matrices: A B C D W X Y Z = X AW+BY AX+BZ CW+DY CX+DZ
  • 5. Multiplication (Test) Now that you know the format, I will put in some numbers to check that it works: 9 13 -6 2 X 3 7 0 -5 = 27+0 63+-65 -18+0 -42+-10 And you should get..... = 27 -2 -18 -32
  • 6. Determinant The determinant is a number given to a matrix that defines it. Not only is it a useful thing to know, but it is also quite easy to learn. Again lets take an algebraic matrix first: A B C D To find the determinant the formula is: AD-BC And a number example.... 3 -4 6 7 (3x7)-(-4x6)= 21 - - 24= 21+24 = 45 So the determinant is 45
  • 7. Inverted Matrices Finding the inverse of a matrix can be useful when solving equations using Matrices, I will elaborate on the next slide where I will show how to solve a simultaneous equation using Matrices. If we take another standard 2x2 matrix: A B C D When Inverted becomes.... D -B -C A What I have more or less done here is to swap A and D; then made B and C both negative. The next step is to multiply the matrix by: 1 Determinant Again I will take a number example to make this clearer: 5 19 -4 6 Will become... 6 -19 4 5 1 (6x5)-(19x-4) x = 0.057 -0.18 0.038 0.047
  • 8. Simultaneous Equations With our current knowledge of Matrices, it becomes quite easy to apply to a real-world situation. I will take an easier simultaneous equation and solve it just with Matrices. First we will need to transform the following equation into Matrix form by taking the coefficients.... 1 2 3 -5 x + 2y = 4 3x – 5y = 1 When displayed as a Matrix will become... X Y = 4 1 To make this a little more simple I am going to call the first matrix ‘A’, the second ‘X’ and the third ‘B’. We can now rewrite the equation as AX=B. AX=B We can get rid of the A by multiplying both sides of the equation by the inverse of A (A-1 ) A-1 AX = A-1 B X=A-1 B
  • 9. Simultaneous Equations When we write the equation (X=A-1 B) out in full again we will get... X Y = -5 -2 -3 1 And remember we have just inverted A so it will have swapped around a bit! 4 1 1 determinant X Y = 1 11 -22 -11 X Y = 2 1 - Therefore, x=2, y=1
  • 10. Determinant (3x3) At this stage matrices start to become slightly more difficult, like last time I will run it through in algebra and then try an example: a1 a2 a3 a4 a5 a6 a7 a8 a9 Determinant= (a1(a5a9-a6a8))-(a2(a4a9-a6a7))+(a3(a4a8-a5a7)) 1 5 9 2 6 7 3 4 8 Of course there is reasoning behind all of this which I will explain in my number equivalent: Determinant= (1[(6x8)-(7x4)])-(5 [(2x8)-(7x3)])+(9 [(2x4)-(6x3)]) = (1(48-28))-(5(16-21))+(9(8-18)) = (1x20)-(5x-5)+(9x-10) = 20+25+-90 = -45
  • 11. Determinant (3x3) – Part 1 Alternatively, you may like to use the following procedure. Start by duplicating rows 1 & 2 outside the brackets : 1 5 9 2 6 7 3 4 8 1 5 2 6 3 4 1 5 9 2 6 7 3 4 8 1 5 2 6 3 4 Now multiply the digits in each diagonal together: 1 x 6 x 8 = 48 5 x 7 x 3 = 105 9 x 2 x 4 = 72
  • 12. Determinant (3x3) – Part 2 Now repeat this procedure with the other set of diagonals shown here: 1 5 9 2 6 7 3 4 8 1 5 2 6 3 4 Now multiply the digits in each diagonal together as we did before: 3 x 6 x 9 = 162 4 x 7 x 1 = 28 8 x 2 x 5 = 80 Now take the second set of numbers from the first: (48 + 105 + 72) – (162 + 28 + 80) = (225) – ( 270 ) = -45 Which checks out with the answer we got by using the previous method. It is up to you which method you prefer ...........
  • 13. Finding the Inverse (3x3) – Part 1 If we now want to find the inverse of a 3 x 3, I like to use the method shown here. Start by taking each row of your matrix in turn, so starting with the first number (1), cross out the row and column that pass through it: 1 5 9 2 6 7 3 4 8 This now leaves a 2 x 2 matrix that we put in a fresh set of brackets in the same position occupied by the number 1: 6 7 4 8 Repeating this with the next number in the row gives us a new 2 x 2 matrix in the next position: 1 5 9 2 6 7 3 4 8 2 7 3 8 If we continue in this way, by crossing out rows and columns running through the numbers taken in turn, we end up with a set of 9 matrices shown on the next slide ....
  • 14. Finding the Inverse (3x3) – Part 2 6 7 4 8 2 7 3 8 2 6 3 4 5 9 4 8 1 9 3 8 1 5 3 4 5 9 6 7 1 9 2 7 1 5 2 6 The next stage is to replace all of these 9, 2 x 2 matrices with their determinants: +20 - -5 + -10 - 4 + -19 - -11 + -19 - -11 + -4 Now we need to alternate + and – signs, starting with a +: 20 -5 -10 4 -19 -11 -19 -11 -4 = 20 + 5 - 10 - 4 - 19 +11 - 19 + 11 - 4
  • 15. Finding the Inverse (3x3) – Part 3 20 + 5 - 10 - 4 - 19 +11 - 19 + 11 - 4 Now comes a time to ‘reflect’! We reflect all numbers either side of the diagonal shown: 20 - 4 - 19 + 5 - 19 +11 - 10 + 11 - 4 Similar to what we did with the 2x2 matrix, we must multiply this new matrix by: 1 Determinant 20 - 45 - 4 -- 45 - 19 --45 5 - 45 -19 --45 +11 -45 - 2 -- 45 + 11 - 45 - 4 -- 45 Or: - 0.44 0.08 0.42 - 0.11 0.42 - 0.24 0.04 - 0.24 0.08