SlideShare a Scribd company logo
1 of 22
Download to read offline
7.5 Matrices and Matrix
Operations
Chapter 7 Systems of Equations and Inequalities
Concepts and Objectives
⚫ The objectives for this section are
⚫ 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

Classwork
⚫ College Algebra 2e
⚫ 7.5: 6-16, 24-28 (even); 7.3: 24-44 (even);
7.2: 52-68 (×4)
⚫ Quiz 7.3

More Related Content

What's hot

1-25/10 Interior and Exterior Angles
1-25/10 Interior and Exterior Angles1-25/10 Interior and Exterior Angles
1-25/10 Interior and Exterior AnglesBrandeis High School
 
Set Language And Notation
Set Language And NotationSet Language And Notation
Set Language And Notationmissing island
 
4.1 Translations and Reflections
4.1 Translations and Reflections4.1 Translations and Reflections
4.1 Translations and Reflectionssmiller5
 
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
 
angle sum property of triangle
angle sum property of triangleangle sum property of triangle
angle sum property of trianglePriyansh Singh
 
Pythagorean Theorem Lesson
Pythagorean Theorem LessonPythagorean Theorem Lesson
Pythagorean Theorem LessonKe4498
 
Properties of a triangle
Properties of a triangleProperties of a triangle
Properties of a triangleREMYA321
 
Lesson plan angle sum of triangle
Lesson plan   angle sum of triangleLesson plan   angle sum of triangle
Lesson plan angle sum of triangleMathDebate
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operationsJessica Garcia
 
Compute with scientific notation
Compute with scientific notationCompute with scientific notation
Compute with scientific notationJessica Garcia
 
Principles and Strategies of Teaching
Principles and Strategies of TeachingPrinciples and Strategies of Teaching
Principles and Strategies of TeachingDivine Ampongol
 
Repeating decimal to fraction 1
Repeating decimal to fraction 1Repeating decimal to fraction 1
Repeating decimal to fraction 1dave1108
 
Chapter 1 Numbers IGCSE- part 1
Chapter 1 Numbers IGCSE- part 1Chapter 1 Numbers IGCSE- part 1
Chapter 1 Numbers IGCSE- part 1salwa Kamel
 
Lines and angles ( Class 6-7 )
Lines and angles ( Class 6-7 )Lines and angles ( Class 6-7 )
Lines and angles ( Class 6-7 )romilkharia
 
Triangle and its properties
Triangle and its propertiesTriangle and its properties
Triangle and its propertiesyas5
 

What's hot (20)

1-25/10 Interior and Exterior Angles
1-25/10 Interior and Exterior Angles1-25/10 Interior and Exterior Angles
1-25/10 Interior and Exterior Angles
 
SYMMETRY
SYMMETRYSYMMETRY
SYMMETRY
 
Types of sets
Types of setsTypes of sets
Types of sets
 
Set Language And Notation
Set Language And NotationSet Language And Notation
Set Language And Notation
 
4.1 Translations and Reflections
4.1 Translations and Reflections4.1 Translations and Reflections
4.1 Translations and Reflections
 
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)
 
Decimals
DecimalsDecimals
Decimals
 
angle sum property of triangle
angle sum property of triangleangle sum property of triangle
angle sum property of triangle
 
Pythagorean Theorem Lesson
Pythagorean Theorem LessonPythagorean Theorem Lesson
Pythagorean Theorem Lesson
 
Properties of a triangle
Properties of a triangleProperties of a triangle
Properties of a triangle
 
Lesson plan angle sum of triangle
Lesson plan   angle sum of triangleLesson plan   angle sum of triangle
Lesson plan angle sum of triangle
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
Compute with scientific notation
Compute with scientific notationCompute with scientific notation
Compute with scientific notation
 
Principles and Strategies of Teaching
Principles and Strategies of TeachingPrinciples and Strategies of Teaching
Principles and Strategies of Teaching
 
Repeating decimal to fraction 1
Repeating decimal to fraction 1Repeating decimal to fraction 1
Repeating decimal to fraction 1
 
Triangles
TrianglesTriangles
Triangles
 
Chapter 1 Numbers IGCSE- part 1
Chapter 1 Numbers IGCSE- part 1Chapter 1 Numbers IGCSE- part 1
Chapter 1 Numbers IGCSE- part 1
 
07 cube and cube roots
07 cube and cube roots07 cube and cube roots
07 cube and cube roots
 
Lines and angles ( Class 6-7 )
Lines and angles ( Class 6-7 )Lines and angles ( Class 6-7 )
Lines and angles ( Class 6-7 )
 
Triangle and its properties
Triangle and its propertiesTriangle and its properties
Triangle and its properties
 

Similar to 7.5 Matrices and Matrix Operations

9.2 Matrices
9.2 Matrices9.2 Matrices
9.2 Matricessmiller5
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and DeterminantsAarjavPinara
 
0.1 Number Theory
0.1 Number Theory0.1 Number Theory
0.1 Number Theorysmiller5
 
1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdfsmiller5
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operationsPankaj Das
 
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 everyjaved75
 
1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponents1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponentssmiller5
 
matrix algebra
matrix algebramatrix algebra
matrix algebrakganu
 
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.pptssuser2e348b
 
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 Cambridgealproelearning
 
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
 
0.2 Real Number Properties
0.2 Real Number Properties0.2 Real Number Properties
0.2 Real Number Propertiessmiller5
 
Calculus and matrix algebra notes
Calculus and matrix algebra notesCalculus and matrix algebra notes
Calculus and matrix algebra notesVICTOROGOT4
 
1.1 Real Number Properties
1.1 Real Number Properties1.1 Real Number Properties
1.1 Real Number Propertiessmiller5
 

Similar to 7.5 Matrices and Matrix Operations (20)

9.2 Matrices
9.2 Matrices9.2 Matrices
9.2 Matrices
 
matrices basic operation.ppt
matrices basic operation.pptmatrices basic operation.ppt
matrices basic operation.ppt
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
0.1 Number Theory
0.1 Number Theory0.1 Number Theory
0.1 Number Theory
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 
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
 
1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponents1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponents
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
Matrices & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
 
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
 
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
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
0.2 Real Number Properties
0.2 Real Number Properties0.2 Real Number Properties
0.2 Real Number Properties
 
MATIX AND TYPES OF MATRIX
MATIX AND TYPES OF MATRIXMATIX AND TYPES OF MATRIX
MATIX AND TYPES OF MATRIX
 
Calculus and matrix algebra notes
Calculus and matrix algebra notesCalculus and matrix algebra notes
Calculus and matrix algebra notes
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
1.1 Real Number Properties
1.1 Real Number Properties1.1 Real Number Properties
1.1 Real Number Properties
 
Matrices
MatricesMatrices
Matrices
 

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 Modelssmiller5
 
4.5 Special Segments in Triangles
4.5 Special Segments in Triangles4.5 Special Segments in Triangles
4.5 Special Segments in Trianglessmiller5
 
1.4 Conditional Statements
1.4 Conditional Statements1.4 Conditional Statements
1.4 Conditional Statementssmiller5
 
1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulas1.3 Distance and Midpoint Formulas
1.3 Distance and Midpoint Formulassmiller5
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functionssmiller5
 
3.2 Graphs of Functions
3.2 Graphs of Functions3.2 Graphs of Functions
3.2 Graphs of Functionssmiller5
 
3.1 Functions
3.1 Functions3.1 Functions
3.1 Functionssmiller5
 
2.5 Transformations of Functions
2.5 Transformations of Functions2.5 Transformations of Functions
2.5 Transformations of Functionssmiller5
 
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 Graphssmiller5
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equationssmiller5
 
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 Graphssmiller5
 
9.6 Binomial Theorem
9.6 Binomial Theorem9.6 Binomial Theorem
9.6 Binomial Theoremsmiller5
 
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 Tablessmiller5
 
13.2 Independent & Dependent Events
13.2 Independent & Dependent Events13.2 Independent & Dependent Events
13.2 Independent & Dependent Eventssmiller5
 
9.5 Counting Principles
9.5 Counting Principles9.5 Counting Principles
9.5 Counting Principlessmiller5
 
13.1 Geometric Probability
13.1 Geometric Probability13.1 Geometric Probability
13.1 Geometric Probabilitysmiller5
 
9.4 Series and Their Notations
9.4 Series and Their Notations9.4 Series and Their Notations
9.4 Series and Their Notationssmiller5
 
9.3 Geometric Sequences
9.3 Geometric Sequences9.3 Geometric Sequences
9.3 Geometric Sequencessmiller5
 
9.2 Arithmetic Sequences
9.2 Arithmetic Sequences9.2 Arithmetic Sequences
9.2 Arithmetic Sequencessmiller5
 

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

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Recently uploaded (20)

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

7.5 Matrices and Matrix Operations

  • 1. 7.5 Matrices and Matrix Operations Chapter 7 Systems of Equations and Inequalities
  • 2. Concepts and Objectives ⚫ The objectives for this section are ⚫ 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 
  • 22. Classwork ⚫ College Algebra 2e ⚫ 7.5: 6-16, 24-28 (even); 7.3: 24-44 (even); 7.2: 52-68 (×4) ⚫ Quiz 7.3