SlideShare a Scribd company logo
9.2 Matrices
Chapter 9 Systems and Matrices
Concepts and Objectives
⚫ Find the sum and difference of two matrices.
⚫ Find scalar multiples of a matrix.
⚫ Find the product of two matrices.
Introduction to Matrices
⚫ A matrix (plural matrices) is a rectangular array of
numbers enclosed in brackets. Each number is called an
element of the matrix.
⚫ A row in a matrix is a set of numbers that are aligned
horizontally. A column is a set of numbers that are
aligned vertically.
⚫ We generally use capital letters for the names of
matrices.
⚫ Examples:
1 3 1 2 7
1 2
, 4 0 , 0 5 6
3 4
5 1 7 8 2
A B C
−
   
     
= = = −
     
     
   
Introduction to Matrices (cont.)
⚫ A matrix is often referred to by its size or dimensions:
m × n indicating m rows and n columns.
⚫ Matrix entries are defined first by row and then by
column.
⚫ For example, to locate the entry in matrix A defined
as aij, we look for the entry in row I, column j in
matrix A. Shown below, the entry in row 2, column 3
is a23.
11 12 13
21 22 23
31 32 33
a a a
A a a a
a a a
 
 
=
 
 
 
Introduction to Matrices (cont.)
⚫ A square matrix is a matrix with dimensions n × n,
meaning that it has the same number of rows as
columns. The 3 × 3 matrix on the previous slide is an
example of a square matrix.
⚫ A row matrix is a matrix consisting of one row with
dimensions 1 × n:
⚫ A column matrix is a matrix consisting of one column
with dimensions m × 1:
 
11 12 13
a a a
11
21
31
a
a
a
 
 
 
 
 
Adding and Subtracting Matrices
⚫ We use matrices to list data or to represent systems.
Because the entries are numbers, we can perform
operations on matrices. We add or subtract matrices by
adding or subtracting corresponding entries.
⚫ In order to do this, the entries must correspond.
Therefore, addition and subtraction of matrices is
only possible when the matrices have the same
dimensions.
Adding and Subtracting Matrices
⚫ Example: Find the sum of A and B, given
and .
a b e f
A B
c d g h
   
= =
   
   
Adding and Subtracting Matrices
⚫ Example: Find the sum of A and B, given
Add the corresponding entries.
and .
a b e f
A B
c d g h
   
= =
   
   
a b e f
A B
c d g h
a e b f
c g d h
   
+ = +
   
   
+ +
 
=  
+ +
 
Adding and Subtracting Matrices
⚫ Example: Find the sum and difference of A and B.
2 3 8 1
and
0 1 5 4
A B
− −
   
= =
   
   
Adding and Subtracting Matrices
⚫ Example: Find the sum and difference of A and B.
2 3 8 1
and
0 1 5 4
A B
− −
   
= =
   
   
( ) 6 2
2 8 3 1
5 5
0 5 1 4
A B
 
− + + −  
+ = =
   
+ +  
 
Adding and Subtracting Matrices
⚫ Example: Find the sum and difference of A and B.
2 3 8 1
and
0 1 5 4
A B
− −
   
= =
   
   
( ) 6 2
2 8 3 1
5 5
0 5 1 4
A B
 
− + + −  
+ = =
   
+ +  
 
( ) 10 4
2 8 3 1
5 3
0 5 1 4
A B
−
 
− − − −  
− = =
   
− −
− −  
 
Finding Scalar Multiples
⚫ Besides adding and subtracting whole matrices, there
are other situations in which we need to multiply a
matrix by a constant called a scalar.
⚫ The process of scalar multiplication involves multiplying
each entry in a matrix by a scalar.
Finding Scalar Multiples (cont.)
⚫ Example: A university needs to add to its inventory of
computers, computer tables, and chairs in two labs due
to increased enrollment. They estimate that 15% more
equipment is needed in both labs.
Converting the data to a
matrix, we have
Lab A Lab B
Computers 15 27
Tables 16 34
Chairs 16 34 15 27
16 34
16 34
C
 
 
=
 
 
 
Finding Scalar Multiples (cont.)
⚫ To calculate how much new equipment will be needed,
we multiply all entries in matrix C by 0.15 (15%).
⚫ Because we can’t buy partial equipment, we have to
round up to the nearest integer.
( )
( ) ( )
( ) ( )
( ) ( )
0.15 15 0.15 27 2.25 4.05
0.15 0.15 16 0.15 34 2.4 5.1
0.15 16 0.15 34 2.4 5.1
C
   
   
= =
   
   
 
 
3 5 18 32
3 6 19 40 or
3 6 19 40
C
   
   
+ =
   
   
   
Lab A Lab B
Computers 18 32
Tables 19 40
Chairs 19 40
Finding Scalar Multiples (cont.)
⚫ Example:
8 1
If , what is 3 ?
5 4
A A
 
=  
−
 
8 1 24 3
3 3
5 4 15 12
A
   
= =
   
− −
   
6 2 4 1
If , what is ?
0 3 8 2
B B
−
 
=  
 
6 2 4 3 1 2
1 1
2 2 0 3 8 0 1.5 4
B
− −
   
= =
   
   
Multiplying Two Matrices
⚫ In addition to multiplying a matrix by a scalar, we can
multiply two matrices. Finding the product of two
matrices is only possible when the inner dimensions
are the same, meaning that the number of columns of
the first matrix is equal to the number of rows of the
second matrix.
⚫ If A is an m × r matrix and B is an r × n matrix, then the
product matrix AB is an m × n matrix.
⚫ If the inner dimensions do not match, the product is not
defined.
Multiplying Two Matrices (cont.)
⚫ To obtain the entry cij of AB, we multiply the entries in
row i in row i of A by column j in B and add.
⚫ For example, given matrices A (2 × 3) and B (3 × 3):
⚫ To obtain the entry in row 1, column 1 of AB, multiply
the first row in A by the first column of B and add:
11 12 13
11 12 13
21 22 23
21 22 23
31 32 33
and
b b b
a a a
A B b b b
a a a
b b b
 
   
= =
   
   
 
 
11
11 12 13 21 11 11 12 21 13 31
31
b
a a a b a b a b a b
b
 
  =  +  + 
 
 
 
Multiplying Two Matrices (cont.)
⚫ To obtain the entry in row 1, column 2 of AB, multiply
the first row of A by the second column in B, and add.
⚫ For the entry in row 1, column 3 of AB, multiply the first
row of A by the third column of B, and add.
 
12
11 12 13 22 11 12 12 22 13 32
32
b
a a a b a b a b a b
b
 
  =  +  + 
 
 
 
 
13
11 12 13 23 11 13 12 23 13 33
33
b
a a a b a b a b a b
b
 
  =  +  + 
 
 
 
Multiplying Two Matrices (cont.)
⚫ In the same fashion, multiply the second row of A by the
1st, 2nd, and 3rd columns of B.
⚫ Properties
⚫ Matrix multiplication is associative:
⚫ Matrix multiplication is distributive:
⚫ Matrix multiplication is not commutative:
( ) ( )
AB C A BC
=
( )
( )
C A B CA CB
A B C AC BC
+ = +
+ = +
AB BA

Multiplying Two Matrices (cont.)
⚫ Example: Multiply matrices A and B.
1 2 5 6
and
3 4 7 8
A B
   
= =
   
   
( ) ( ) ( ) ( )
( ) ( ) ( ) ( )
1 2 5 6
3 4 7 8
1 5 2 7 1 6 2 8
3 5 4 7 3 6 4 8
19 22
43 50
AB
   
= 
   
   
 
+ +
=  
+ +
 
 
=  
 
Multiplying Two Matrices (cont.)
⚫ Example: Now multiply B by A:
1 2 5 6
and
3 4 7 8
A B
   
= =
   
   
( ) ( ) ( ) ( )
( ) ( ) ( ) ( )
5 6 1 2
7 8 3 4
5 1 6 3 5 2 6 4
7 1 8 3 7 2 8 4
23 34
31 46
BA
   
= 
   
   
 
+ +
=  
+ +
 
 
=  
 
Notice that
AB BA


More Related Content

What's hot

Set concepts
Set conceptsSet concepts
Set concepts
AarjavPinara
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
Drishti Bhalla
 
Determinant
Determinant Determinant
Determinant
GpmMaths
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
Rai University
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operationsJessica Garcia
 
Lesson 1 matrix
Lesson 1 matrixLesson 1 matrix
Lesson 1 matrix
Melvy Dela Torre
 
Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)
NirnayMukharjee
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
aakashray33
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
som allul
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
gandhinagar
 
Matrix.
Matrix.Matrix.
Matrix.
Awais Bakshy
 
MATRICES
MATRICESMATRICES
MATRICESdaferro
 
11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series
smiller5
 
Matrices
MatricesMatrices
Matrices
Preeti Kashyap
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
Jonathan Templin
 
Linear functions
Linear functionsLinear functions
Linear functionsFahad Iqbal
 

What's hot (18)

Set concepts
Set conceptsSet concepts
Set concepts
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
 
Alin 2.2 2.4
Alin 2.2 2.4Alin 2.2 2.4
Alin 2.2 2.4
 
Determinant
Determinant Determinant
Determinant
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
Lesson 1 matrix
Lesson 1 matrixLesson 1 matrix
Lesson 1 matrix
 
Introduction of matrices
Introduction of matricesIntroduction of matrices
Introduction of matrices
 
Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
 
Matrix.
Matrix.Matrix.
Matrix.
 
MATRICES
MATRICESMATRICES
MATRICES
 
11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series
 
Matrices
MatricesMatrices
Matrices
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 
Linear functions
Linear functionsLinear functions
Linear functions
 

Similar to 9.2 Matrices

7.5 Matrices and Matrix Operations
7.5 Matrices and Matrix Operations7.5 Matrices and Matrix Operations
7.5 Matrices and Matrix Operations
smiller5
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
AarjavPinara
 
matrices basic operation.ppt
matrices basic operation.pptmatrices basic operation.ppt
matrices basic operation.ppt
Mahesh Kumar Lohano
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
Birinder Singh Gulati
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
Pankaj Das
 
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR fMATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
premkumar24914
 
0.1 Number Theory
0.1 Number Theory0.1 Number Theory
0.1 Number Theory
smiller5
 
1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf
smiller5
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
kganu
 
Matrices & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
SUCCESSSCIENCEACADEM
 
Section 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for everySection 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for every
javed75
 
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
alproelearning
 
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.pptALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ssuser2e348b
 
Calculus and matrix algebra notes
Calculus and matrix algebra notesCalculus and matrix algebra notes
Calculus and matrix algebra notes
VICTOROGOT4
 
CLASSS XII matha project.pdf
CLASSS XII matha project.pdfCLASSS XII matha project.pdf
CLASSS XII matha project.pdf
HarshRuhal2
 
matrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdfmatrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdf
ShafaqMehmood2
 
Ppt on matrices and Determinants
Ppt on matrices and DeterminantsPpt on matrices and Determinants
Ppt on matrices and Determinants
NirmalaSolapur
 

Similar to 9.2 Matrices (20)

7.5 Matrices and Matrix Operations
7.5 Matrices and Matrix Operations7.5 Matrices and Matrix Operations
7.5 Matrices and Matrix Operations
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
matrices basic operation.ppt
matrices basic operation.pptmatrices basic operation.ppt
matrices basic operation.ppt
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR fMATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
 
0.1 Number Theory
0.1 Number Theory0.1 Number Theory
0.1 Number Theory
 
1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
Matrices & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
 
Section 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for everySection 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for every
 
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
 
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.pptALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
 
Calculus and matrix algebra notes
Calculus and matrix algebra notesCalculus and matrix algebra notes
Calculus and matrix algebra notes
 
CLASSS XII matha project.pdf
CLASSS XII matha project.pdfCLASSS XII matha project.pdf
CLASSS XII matha project.pdf
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
Matrices
MatricesMatrices
Matrices
 
matrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdfmatrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdf
 
Ppt on matrices and Determinants
Ppt on matrices and DeterminantsPpt on matrices and Determinants
Ppt on matrices and Determinants
 
matrix
matrixmatrix
matrix
 

More from smiller5

6.7 Exponential and Logarithmic Models
6.7 Exponential and Logarithmic Models6.7 Exponential and Logarithmic Models
6.7 Exponential and Logarithmic Models
smiller5
 
4.5 Special Segments in Triangles
4.5 Special Segments in Triangles4.5 Special Segments in Triangles
4.5 Special Segments in Triangles
smiller5
 
1.4 Conditional Statements
1.4 Conditional Statements1.4 Conditional Statements
1.4 Conditional Statements
smiller5
 
1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas
smiller5
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functions
smiller5
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functions
smiller5
 
3.1 Functions
3.1 Functions3.1 Functions
3.1 Functions
smiller5
 
2.5 Transformations of Functions
2.5 Transformations of Functions2.5 Transformations of Functions
2.5 Transformations of Functions
smiller5
 
2.2 More on Functions and Their Graphs
2.2 More on Functions and Their Graphs2.2 More on Functions and Their Graphs
2.2 More on Functions and Their Graphs
smiller5
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equations
smiller5
 
1.5 Quadratic Equations (Review)
1.5 Quadratic Equations (Review)1.5 Quadratic Equations (Review)
1.5 Quadratic Equations (Review)
smiller5
 
2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs
smiller5
 
9.6 Binomial Theorem
9.6 Binomial Theorem9.6 Binomial Theorem
9.6 Binomial Theorem
smiller5
 
13.3 Venn Diagrams & Two-Way Tables
13.3 Venn Diagrams & Two-Way Tables13.3 Venn Diagrams & Two-Way Tables
13.3 Venn Diagrams & Two-Way Tables
smiller5
 
13.2 Independent & Dependent Events
13.2 Independent & Dependent Events13.2 Independent & Dependent Events
13.2 Independent & Dependent Events
smiller5
 
9.5 Counting Principles
9.5 Counting Principles9.5 Counting Principles
9.5 Counting Principles
smiller5
 
13.1 Geometric Probability
13.1 Geometric Probability13.1 Geometric Probability
13.1 Geometric Probability
smiller5
 
9.4 Series and Their Notations
9.4 Series and Their Notations9.4 Series and Their Notations
9.4 Series and Their Notations
smiller5
 
9.3 Geometric Sequences
9.3 Geometric Sequences9.3 Geometric Sequences
9.3 Geometric Sequences
smiller5
 
9.2 Arithmetic Sequences
9.2 Arithmetic Sequences9.2 Arithmetic Sequences
9.2 Arithmetic Sequences
smiller5
 

More from smiller5 (20)

6.7 Exponential and Logarithmic Models
6.7 Exponential and Logarithmic Models6.7 Exponential and Logarithmic Models
6.7 Exponential and Logarithmic Models
 
4.5 Special Segments in Triangles
4.5 Special Segments in Triangles4.5 Special Segments in Triangles
4.5 Special Segments in Triangles
 
1.4 Conditional Statements
1.4 Conditional Statements1.4 Conditional Statements
1.4 Conditional Statements
 
1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functions
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functions
 
3.1 Functions
3.1 Functions3.1 Functions
3.1 Functions
 
2.5 Transformations of Functions
2.5 Transformations of Functions2.5 Transformations of Functions
2.5 Transformations of Functions
 
2.2 More on Functions and Their Graphs
2.2 More on Functions and Their Graphs2.2 More on Functions and Their Graphs
2.2 More on Functions and Their Graphs
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equations
 
1.5 Quadratic Equations (Review)
1.5 Quadratic Equations (Review)1.5 Quadratic Equations (Review)
1.5 Quadratic Equations (Review)
 
2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs
 
9.6 Binomial Theorem
9.6 Binomial Theorem9.6 Binomial Theorem
9.6 Binomial Theorem
 
13.3 Venn Diagrams & Two-Way Tables
13.3 Venn Diagrams & Two-Way Tables13.3 Venn Diagrams & Two-Way Tables
13.3 Venn Diagrams & Two-Way Tables
 
13.2 Independent & Dependent Events
13.2 Independent & Dependent Events13.2 Independent & Dependent Events
13.2 Independent & Dependent Events
 
9.5 Counting Principles
9.5 Counting Principles9.5 Counting Principles
9.5 Counting Principles
 
13.1 Geometric Probability
13.1 Geometric Probability13.1 Geometric Probability
13.1 Geometric Probability
 
9.4 Series and Their Notations
9.4 Series and Their Notations9.4 Series and Their Notations
9.4 Series and Their Notations
 
9.3 Geometric Sequences
9.3 Geometric Sequences9.3 Geometric Sequences
9.3 Geometric Sequences
 
9.2 Arithmetic Sequences
9.2 Arithmetic Sequences9.2 Arithmetic Sequences
9.2 Arithmetic Sequences
 

Recently uploaded

Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 

Recently uploaded (20)

Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 

9.2 Matrices

  • 1. 9.2 Matrices Chapter 9 Systems and Matrices
  • 2. Concepts and Objectives ⚫ Find the sum and difference of two matrices. ⚫ Find scalar multiples of a matrix. ⚫ Find the product of two matrices.
  • 3. Introduction to Matrices ⚫ A matrix (plural matrices) is a rectangular array of numbers enclosed in brackets. Each number is called an element of the matrix. ⚫ A row in a matrix is a set of numbers that are aligned horizontally. A column is a set of numbers that are aligned vertically. ⚫ We generally use capital letters for the names of matrices. ⚫ Examples: 1 3 1 2 7 1 2 , 4 0 , 0 5 6 3 4 5 1 7 8 2 A B C −           = = = −                
  • 4. Introduction to Matrices (cont.) ⚫ A matrix is often referred to by its size or dimensions: m × n indicating m rows and n columns. ⚫ Matrix entries are defined first by row and then by column. ⚫ For example, to locate the entry in matrix A defined as aij, we look for the entry in row I, column j in matrix A. Shown below, the entry in row 2, column 3 is a23. 11 12 13 21 22 23 31 32 33 a a a A a a a a a a     =      
  • 5. Introduction to Matrices (cont.) ⚫ A square matrix is a matrix with dimensions n × n, meaning that it has the same number of rows as columns. The 3 × 3 matrix on the previous slide is an example of a square matrix. ⚫ A row matrix is a matrix consisting of one row with dimensions 1 × n: ⚫ A column matrix is a matrix consisting of one column with dimensions m × 1:   11 12 13 a a a 11 21 31 a a a          
  • 6. Adding and Subtracting Matrices ⚫ We use matrices to list data or to represent systems. Because the entries are numbers, we can perform operations on matrices. We add or subtract matrices by adding or subtracting corresponding entries. ⚫ In order to do this, the entries must correspond. Therefore, addition and subtraction of matrices is only possible when the matrices have the same dimensions.
  • 7. Adding and Subtracting Matrices ⚫ Example: Find the sum of A and B, given and . a b e f A B c d g h     = =        
  • 8. Adding and Subtracting Matrices ⚫ Example: Find the sum of A and B, given Add the corresponding entries. and . a b e f A B c d g h     = =         a b e f A B c d g h a e b f c g d h     + = +         + +   =   + +  
  • 9. Adding and Subtracting Matrices ⚫ Example: Find the sum and difference of A and B. 2 3 8 1 and 0 1 5 4 A B − −     = =        
  • 10. Adding and Subtracting Matrices ⚫ Example: Find the sum and difference of A and B. 2 3 8 1 and 0 1 5 4 A B − −     = =         ( ) 6 2 2 8 3 1 5 5 0 5 1 4 A B   − + + −   + = =     + +    
  • 11. Adding and Subtracting Matrices ⚫ Example: Find the sum and difference of A and B. 2 3 8 1 and 0 1 5 4 A B − −     = =         ( ) 6 2 2 8 3 1 5 5 0 5 1 4 A B   − + + −   + = =     + +     ( ) 10 4 2 8 3 1 5 3 0 5 1 4 A B −   − − − −   − = =     − − − −    
  • 12. Finding Scalar Multiples ⚫ Besides adding and subtracting whole matrices, there are other situations in which we need to multiply a matrix by a constant called a scalar. ⚫ The process of scalar multiplication involves multiplying each entry in a matrix by a scalar.
  • 13. Finding Scalar Multiples (cont.) ⚫ Example: A university needs to add to its inventory of computers, computer tables, and chairs in two labs due to increased enrollment. They estimate that 15% more equipment is needed in both labs. Converting the data to a matrix, we have Lab A Lab B Computers 15 27 Tables 16 34 Chairs 16 34 15 27 16 34 16 34 C     =      
  • 14. Finding Scalar Multiples (cont.) ⚫ To calculate how much new equipment will be needed, we multiply all entries in matrix C by 0.15 (15%). ⚫ Because we can’t buy partial equipment, we have to round up to the nearest integer. ( ) ( ) ( ) ( ) ( ) ( ) ( ) 0.15 15 0.15 27 2.25 4.05 0.15 0.15 16 0.15 34 2.4 5.1 0.15 16 0.15 34 2.4 5.1 C         = =             3 5 18 32 3 6 19 40 or 3 6 19 40 C         + =             Lab A Lab B Computers 18 32 Tables 19 40 Chairs 19 40
  • 15. Finding Scalar Multiples (cont.) ⚫ Example: 8 1 If , what is 3 ? 5 4 A A   =   −   8 1 24 3 3 3 5 4 15 12 A     = =     − −     6 2 4 1 If , what is ? 0 3 8 2 B B −   =     6 2 4 3 1 2 1 1 2 2 0 3 8 0 1.5 4 B − −     = =        
  • 16. Multiplying Two Matrices ⚫ In addition to multiplying a matrix by a scalar, we can multiply two matrices. Finding the product of two matrices is only possible when the inner dimensions are the same, meaning that the number of columns of the first matrix is equal to the number of rows of the second matrix. ⚫ If A is an m × r matrix and B is an r × n matrix, then the product matrix AB is an m × n matrix. ⚫ If the inner dimensions do not match, the product is not defined.
  • 17. Multiplying Two Matrices (cont.) ⚫ To obtain the entry cij of AB, we multiply the entries in row i in row i of A by column j in B and add. ⚫ For example, given matrices A (2 × 3) and B (3 × 3): ⚫ To obtain the entry in row 1, column 1 of AB, multiply the first row in A by the first column of B and add: 11 12 13 11 12 13 21 22 23 21 22 23 31 32 33 and b b b a a a A B b b b a a a b b b       = =             11 11 12 13 21 11 11 12 21 13 31 31 b a a a b a b a b a b b     =  +  +       
  • 18. Multiplying Two Matrices (cont.) ⚫ To obtain the entry in row 1, column 2 of AB, multiply the first row of A by the second column in B, and add. ⚫ For the entry in row 1, column 3 of AB, multiply the first row of A by the third column of B, and add.   12 11 12 13 22 11 12 12 22 13 32 32 b a a a b a b a b a b b     =  +  +          13 11 12 13 23 11 13 12 23 13 33 33 b a a a b a b a b a b b     =  +  +       
  • 19. Multiplying Two Matrices (cont.) ⚫ In the same fashion, multiply the second row of A by the 1st, 2nd, and 3rd columns of B. ⚫ Properties ⚫ Matrix multiplication is associative: ⚫ Matrix multiplication is distributive: ⚫ Matrix multiplication is not commutative: ( ) ( ) AB C A BC = ( ) ( ) C A B CA CB A B C AC BC + = + + = + AB BA 
  • 20. Multiplying Two Matrices (cont.) ⚫ Example: Multiply matrices A and B. 1 2 5 6 and 3 4 7 8 A B     = =         ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 1 2 5 6 3 4 7 8 1 5 2 7 1 6 2 8 3 5 4 7 3 6 4 8 19 22 43 50 AB     =            + + =   + +     =    
  • 21. Multiplying Two Matrices (cont.) ⚫ Example: Now multiply B by A: 1 2 5 6 and 3 4 7 8 A B     = =         ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 5 6 1 2 7 8 3 4 5 1 6 3 5 2 6 4 7 1 8 3 7 2 8 4 23 34 31 46 BA     =            + + =   + +     =     Notice that AB BA 