SlideShare a Scribd company logo
1 of 29
9.5 The Algebra of Matrices




1 John 1:9 "If we confess our sins, he is faithful and just to
forgive us our sins and to cleanse us from all unrighteousness."
Matrices have many other mathematical applications
apart from solving systems.

In college, math students study Linear Algebra where
many of these applications are explored.
Matrices have many other mathematical applications
apart from solving systems.

In college, math students study Linear Algebra where
many of these applications are explored.




                    Click Me!
Matrices have many other mathematical applications
apart from solving systems.

In college, math students study Linear Algebra where
many of these applications are explored.




                     Click Me!




This section is an elementary look into Linear Algebra.
We can add, subtract, multiply and divide matrices.
We can add, subtract, multiply and divide matrices.


Two matrices are equal if their corresponding
elements are equal.
We can add, subtract, multiply and divide matrices.


Two matrices are equal if their corresponding
elements are equal.

         ⎡ 4     3 ⎤ ⎡ 4 9 ⎤
                   2
         ⎢         ⎥ ⎢       ⎥
         ⎢ − 2        = ⎢ 1
                  0 ⎥     −  0 ⎥
         ⎢ 6
         ⎣         ⎥ ⎢ 3
                    ⎦ ⎣       ⎥
                                ⎦
Addition
  must be of the same dimension (# rows, # columns)
Addition
  must be of the same dimension (# rows, # columns)
To add, add the corresponding elements.

      ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ −10 −3 ⎤
      ⎢      ⎥ + ⎢     ⎥ = ⎢      ⎥
      ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 16 ⎦
Addition
  must be of the same dimension (# rows, # columns)
To add, add the corresponding elements.

      ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ −10 −3 ⎤
      ⎢      ⎥ + ⎢     ⎥ = ⎢      ⎥
      ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 16 ⎦

Subtraction
  same dimension needed
Addition
  must be of the same dimension (# rows, # columns)
To add, add the corresponding elements.

      ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ −10 −3 ⎤
      ⎢      ⎥ + ⎢     ⎥ = ⎢      ⎥
      ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 16 ⎦

Subtraction
  same dimension needed
To subtract, subtract the corresponding elements.

      ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ 4 13 ⎤
      ⎢      ⎥ − ⎢     ⎥ = ⎢    ⎥
      ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 −6 ⎦
Addition and Subtraction of Matrices
can be done on your calculator, but it’s usually faster
to do these operations in your head.
Addition and Subtraction of Matrices
can be done on your calculator, but it’s usually faster
to do these operations in your head.

Do on calculator ...

       ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤
       ⎢      ⎥ + ⎢     ⎥
       ⎣ 2 5 ⎦ ⎣ 0 11 ⎦

       ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤
       ⎢      ⎥ − ⎢     ⎥
       ⎣ 2 5 ⎦ ⎣ 0 11 ⎦
Scaler Multiplication
  a scaler is a constant
Scaler Multiplication
  a scaler is a constant

Scaler Multiplication of a matrix uses the distributive
property ... multiply each element by the scaler.

        ⎡ a11 a12   ⎤ ⎡ c ⋅ a11 c ⋅ a12   ⎤
      c ⎢           ⎥ = ⎢                 ⎥
        ⎢ a21 a22
        ⎣           ⎥ ⎢ c ⋅ a21 c ⋅ a22
                     ⎦ ⎣                   ⎥
                                             ⎦
Algebraic Properties of Matrices
    A, B, C are m x n matrices
    c, d are scalers
Algebraic Properties of Matrices
    A, B, C are m x n matrices
    c, d are scalers


 A+ B= B+ A                  Commutative for Addition
Algebraic Properties of Matrices
    A, B, C are m x n matrices
    c, d are scalers


 A+ B= B+ A                    Commutative for Addition

( A + B) + C = A + ( B + C )   Associative for Addition
Algebraic Properties of Matrices
    A, B, C are m x n matrices
    c, d are scalers


 A+ B= B+ A                    Commutative for Addition

( A + B) + C = A + ( B + C )   Associative for Addition

c ( dA ) = ( cd ) A            Associative for Multiplication
Algebraic Properties of Matrices
    A, B, C are m x n matrices
    c, d are scalers


 A+ B= B+ A                    Commutative for Addition

( A + B) + C = A + ( B + C )   Associative for Addition

c ( dA ) = ( cd ) A            Associative for Multiplication

( c + d ) A = cA + dA          Distributive
Algebraic Properties of Matrices
    A, B, C are m x n matrices
    c, d are scalers


 A+ B= B+ A                    Commutative for Addition

( A + B) + C = A + ( B + C )   Associative for Addition

c ( dA ) = ( cd ) A            Associative for Multiplication

( c + d ) A = cA + dA          Distributive

c ( A + B ) = cA + cB          Distributive
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
      3X − 4A = B
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
      3X − 4A = B
      3X = B + 4A
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
      3X − 4A = B
      3X = B + 4A
     ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤
3X = ⎢       ⎥ + ⎢     ⎥
     ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
       3X − 4A = B
       3X = B + 4A
     ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤
3X = ⎢       ⎥ + ⎢     ⎥
     ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦

     ⎡ 3 −3 ⎤
3X = ⎢      ⎥
     ⎣ 9 6 ⎦
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
       3X − 4A = B
       3X = B + 4A
     ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤
3X = ⎢       ⎥ + ⎢     ⎥
     ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦

     ⎡ 3 −3 ⎤
3X = ⎢      ⎥
     ⎣ 9 6 ⎦

   1 ⎡ 3 −3 ⎤
X = ⎢       ⎥
   3 ⎣ 9 6 ⎦
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
       3X − 4A = B
       3X = B + 4A
     ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤
3X = ⎢       ⎥ + ⎢     ⎥
     ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦
                                    ⎡ 1 −1 ⎤
                                X = ⎢      ⎥
     ⎡ 3 −3 ⎤
3X = ⎢      ⎥                     ⎣ 3 2 ⎦
     ⎣ 9 6 ⎦

   1 ⎡ 3 −3 ⎤
X = ⎢       ⎥
   3 ⎣ 9 6 ⎦
⎡ 4 −1 ⎤         ⎡ −13 1 ⎤
       A = ⎢      ⎥     B = ⎢       ⎥
           ⎣ 3 2 ⎦          ⎣ −3 −2 ⎦
Find matrix X such that
       3X − 4A = B
       3X = B + 4A
     ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤
3X = ⎢       ⎥ + ⎢     ⎥
     ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦
                                     ⎡ 1 −1 ⎤
                                 X = ⎢      ⎥
     ⎡ 3 −3 ⎤
3X = ⎢      ⎥                      ⎣ 3 2 ⎦
     ⎣ 9 6 ⎦
                          Can do this on calculator, but it
   1 ⎡ 3 −3 ⎤            won’t do division by 3 as that
X = ⎢       ⎥
   3 ⎣ 9 6 ⎦          property does not hold for matrices.
HW #10

Don’t cry because it’s over, smile because it happened.
                                       Dr. Seuss

More Related Content

What's hot

4.5 calculation with log and exp
4.5 calculation with log and exp4.5 calculation with log and exp
4.5 calculation with log and exp
math260
 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and exp
math123c
 
4 3polynomial expressions
4 3polynomial expressions4 3polynomial expressions
4 3polynomial expressions
math123a
 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equations
math123c
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
math265
 
2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions
math260
 
6.1 system of linear equations and matrices
6.1 system of linear equations and matrices6.1 system of linear equations and matrices
6.1 system of linear equations and matrices
math260
 
Assessments for class xi
Assessments  for class  xi Assessments  for class  xi
Assessments for class xi
indu psthakur
 
1.3 solving equations
1.3 solving equations1.3 solving equations
1.3 solving equations
math260
 

What's hot (20)

43literal equations
43literal equations43literal equations
43literal equations
 
some important questions for practice clas 12
some important questions for practice clas 12  some important questions for practice clas 12
some important questions for practice clas 12
 
Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)
 
24 variables and evaluation
24 variables and evaluation24 variables and evaluation
24 variables and evaluation
 
4.5 calculation with log and exp
4.5 calculation with log and exp4.5 calculation with log and exp
4.5 calculation with log and exp
 
Sets
SetsSets
Sets
 
41 expressions
41 expressions41 expressions
41 expressions
 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and exp
 
Maclaurin Series
Maclaurin SeriesMaclaurin Series
Maclaurin Series
 
4 3polynomial expressions
4 3polynomial expressions4 3polynomial expressions
4 3polynomial expressions
 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equations
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
 
50 solving equations by factoring
50 solving equations by factoring50 solving equations by factoring
50 solving equations by factoring
 
Per1 himpunan&fungsiumn
Per1 himpunan&fungsiumnPer1 himpunan&fungsiumn
Per1 himpunan&fungsiumn
 
2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions
 
6.1 system of linear equations and matrices
6.1 system of linear equations and matrices6.1 system of linear equations and matrices
6.1 system of linear equations and matrices
 
Assessments for class xi
Assessments  for class  xi Assessments  for class  xi
Assessments for class xi
 
Matrix equations and inverses honors
Matrix equations and inverses honorsMatrix equations and inverses honors
Matrix equations and inverses honors
 
Set theory - worksheet
Set theory - worksheetSet theory - worksheet
Set theory - worksheet
 
1.3 solving equations
1.3 solving equations1.3 solving equations
1.3 solving equations
 

Viewers also liked

Viewers also liked (7)

0909 ch 9 day 9
0909 ch 9 day 90909 ch 9 day 9
0909 ch 9 day 9
 
0912 ch 9 day 12
0912 ch 9 day 120912 ch 9 day 12
0912 ch 9 day 12
 
0908 ch 9 day 8
0908 ch 9 day 80908 ch 9 day 8
0908 ch 9 day 8
 
1103 ch 11 day 3
1103 ch 11 day 31103 ch 11 day 3
1103 ch 11 day 3
 
0913 ch 9 day 13
0913 ch 9 day 130913 ch 9 day 13
0913 ch 9 day 13
 
1001 ch 10 day 1
1001 ch 10 day 11001 ch 10 day 1
1001 ch 10 day 1
 
Salomon quintero 6 a
Salomon quintero 6 aSalomon quintero 6 a
Salomon quintero 6 a
 

Similar to 0911 ch 9 day 11

4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
math123c
 
P2 Matrices Modul
P2 Matrices ModulP2 Matrices Modul
P2 Matrices Modul
guestcc333c
 
Higher nov 2008_p1old
Higher nov 2008_p1oldHigher nov 2008_p1old
Higher nov 2008_p1old
ybamary
 
Unit 5 powerpoint[1] algebra (1)
Unit 5 powerpoint[1] algebra (1)Unit 5 powerpoint[1] algebra (1)
Unit 5 powerpoint[1] algebra (1)
John O'Driscoll
 

Similar to 0911 ch 9 day 11 (20)

Consolidated.m2-satyabama university
Consolidated.m2-satyabama universityConsolidated.m2-satyabama university
Consolidated.m2-satyabama university
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
 
Assignment chapters 3 to 7
Assignment chapters 3 to 7Assignment chapters 3 to 7
Assignment chapters 3 to 7
 
Maths important questions for 2018
Maths important questions for 2018Maths important questions for 2018
Maths important questions for 2018
 
Maths imp questions for 2018
Maths imp questions for 2018Maths imp questions for 2018
Maths imp questions for 2018
 
Em01 ba
Em01 baEm01 ba
Em01 ba
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
 
MATRICES-MATHED204.pptx
MATRICES-MATHED204.pptxMATRICES-MATHED204.pptx
MATRICES-MATHED204.pptx
 
Operation on Matrices.pptx
Operation on Matrices.pptxOperation on Matrices.pptx
Operation on Matrices.pptx
 
Form 4 add maths note
Form 4 add maths noteForm 4 add maths note
Form 4 add maths note
 
P2 Matrices Modul
P2 Matrices ModulP2 Matrices Modul
P2 Matrices Modul
 
8.1 Powerpoint
8.1 Powerpoint8.1 Powerpoint
8.1 Powerpoint
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdf
 
6 polynomial expressions and operations
6 polynomial expressions and operations6 polynomial expressions and operations
6 polynomial expressions and operations
 
46polynomial expressions
46polynomial expressions46polynomial expressions
46polynomial expressions
 
Algebra
AlgebraAlgebra
Algebra
 
Higher nov 2008_p1old
Higher nov 2008_p1oldHigher nov 2008_p1old
Higher nov 2008_p1old
 
Unit 5 powerpoint[1] algebra (1)
Unit 5 powerpoint[1] algebra (1)Unit 5 powerpoint[1] algebra (1)
Unit 5 powerpoint[1] algebra (1)
 
Short notes on mathematics
Short notes on mathematicsShort notes on mathematics
Short notes on mathematics
 

More from festivalelmo

More from festivalelmo (20)

0101 ch 1 day 1
0101 ch 1 day 10101 ch 1 day 1
0101 ch 1 day 1
 
1204 ch 12 day 4
1204 ch 12 day 41204 ch 12 day 4
1204 ch 12 day 4
 
1203 ch 12 day 3
1203 ch 12 day 31203 ch 12 day 3
1203 ch 12 day 3
 
1201 ch 12 day 1
1201 ch 12 day 11201 ch 12 day 1
1201 ch 12 day 1
 
1202 ch 12 day 2
1202 ch 12 day 21202 ch 12 day 2
1202 ch 12 day 2
 
1104 ch 11 day 4
1104 ch 11 day 41104 ch 11 day 4
1104 ch 11 day 4
 
1114 ch 11 day 14
1114 ch 11 day 141114 ch 11 day 14
1114 ch 11 day 14
 
1113 ch 11 day 13
1113 ch 11 day 131113 ch 11 day 13
1113 ch 11 day 13
 
1112 ch 11 day 12
1112 ch 11 day 121112 ch 11 day 12
1112 ch 11 day 12
 
1110 ch 11 day 10
1110 ch 11 day 101110 ch 11 day 10
1110 ch 11 day 10
 
1109 ch 11 day 9
1109 ch 11 day 91109 ch 11 day 9
1109 ch 11 day 9
 
1108 ch 11 day 8
1108 ch 11 day 81108 ch 11 day 8
1108 ch 11 day 8
 
1107 ch 11 day 7
1107 ch 11 day 71107 ch 11 day 7
1107 ch 11 day 7
 
1106 ch 11 day 6
1106 ch 11 day 61106 ch 11 day 6
1106 ch 11 day 6
 
1105 ch 11 day 5
1105 ch 11 day 51105 ch 11 day 5
1105 ch 11 day 5
 
1115 ch 11 day 15
1115 ch 11 day 151115 ch 11 day 15
1115 ch 11 day 15
 
1007 ch 10 day 7
1007 ch 10 day 71007 ch 10 day 7
1007 ch 10 day 7
 
1006 ch 10 day 6
1006 ch 10 day 61006 ch 10 day 6
1006 ch 10 day 6
 
1005 ch 10 day 5
1005 ch 10 day 51005 ch 10 day 5
1005 ch 10 day 5
 
1004 ch 10 day 4
1004 ch 10 day 41004 ch 10 day 4
1004 ch 10 day 4
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

0911 ch 9 day 11

  • 1. 9.5 The Algebra of Matrices 1 John 1:9 "If we confess our sins, he is faithful and just to forgive us our sins and to cleanse us from all unrighteousness."
  • 2. Matrices have many other mathematical applications apart from solving systems. In college, math students study Linear Algebra where many of these applications are explored.
  • 3. Matrices have many other mathematical applications apart from solving systems. In college, math students study Linear Algebra where many of these applications are explored. Click Me!
  • 4. Matrices have many other mathematical applications apart from solving systems. In college, math students study Linear Algebra where many of these applications are explored. Click Me! This section is an elementary look into Linear Algebra.
  • 5. We can add, subtract, multiply and divide matrices.
  • 6. We can add, subtract, multiply and divide matrices. Two matrices are equal if their corresponding elements are equal.
  • 7. We can add, subtract, multiply and divide matrices. Two matrices are equal if their corresponding elements are equal. ⎡ 4 3 ⎤ ⎡ 4 9 ⎤ 2 ⎢ ⎥ ⎢ ⎥ ⎢ − 2 = ⎢ 1 0 ⎥ − 0 ⎥ ⎢ 6 ⎣ ⎥ ⎢ 3 ⎦ ⎣ ⎥ ⎦
  • 8. Addition must be of the same dimension (# rows, # columns)
  • 9. Addition must be of the same dimension (# rows, # columns) To add, add the corresponding elements. ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ −10 −3 ⎤ ⎢ ⎥ + ⎢ ⎥ = ⎢ ⎥ ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 16 ⎦
  • 10. Addition must be of the same dimension (# rows, # columns) To add, add the corresponding elements. ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ −10 −3 ⎤ ⎢ ⎥ + ⎢ ⎥ = ⎢ ⎥ ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 16 ⎦ Subtraction same dimension needed
  • 11. Addition must be of the same dimension (# rows, # columns) To add, add the corresponding elements. ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ −10 −3 ⎤ ⎢ ⎥ + ⎢ ⎥ = ⎢ ⎥ ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 16 ⎦ Subtraction same dimension needed To subtract, subtract the corresponding elements. ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎡ 4 13 ⎤ ⎢ ⎥ − ⎢ ⎥ = ⎢ ⎥ ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎣ 2 −6 ⎦
  • 12. Addition and Subtraction of Matrices can be done on your calculator, but it’s usually faster to do these operations in your head.
  • 13. Addition and Subtraction of Matrices can be done on your calculator, but it’s usually faster to do these operations in your head. Do on calculator ... ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎢ ⎥ + ⎢ ⎥ ⎣ 2 5 ⎦ ⎣ 0 11 ⎦ ⎡ −3 5 ⎤ ⎡ −7 −8 ⎤ ⎢ ⎥ − ⎢ ⎥ ⎣ 2 5 ⎦ ⎣ 0 11 ⎦
  • 14. Scaler Multiplication a scaler is a constant
  • 15. Scaler Multiplication a scaler is a constant Scaler Multiplication of a matrix uses the distributive property ... multiply each element by the scaler. ⎡ a11 a12 ⎤ ⎡ c ⋅ a11 c ⋅ a12 ⎤ c ⎢ ⎥ = ⎢ ⎥ ⎢ a21 a22 ⎣ ⎥ ⎢ c ⋅ a21 c ⋅ a22 ⎦ ⎣ ⎥ ⎦
  • 16. Algebraic Properties of Matrices A, B, C are m x n matrices c, d are scalers
  • 17. Algebraic Properties of Matrices A, B, C are m x n matrices c, d are scalers A+ B= B+ A Commutative for Addition
  • 18. Algebraic Properties of Matrices A, B, C are m x n matrices c, d are scalers A+ B= B+ A Commutative for Addition ( A + B) + C = A + ( B + C ) Associative for Addition
  • 19. Algebraic Properties of Matrices A, B, C are m x n matrices c, d are scalers A+ B= B+ A Commutative for Addition ( A + B) + C = A + ( B + C ) Associative for Addition c ( dA ) = ( cd ) A Associative for Multiplication
  • 20. Algebraic Properties of Matrices A, B, C are m x n matrices c, d are scalers A+ B= B+ A Commutative for Addition ( A + B) + C = A + ( B + C ) Associative for Addition c ( dA ) = ( cd ) A Associative for Multiplication ( c + d ) A = cA + dA Distributive
  • 21. Algebraic Properties of Matrices A, B, C are m x n matrices c, d are scalers A+ B= B+ A Commutative for Addition ( A + B) + C = A + ( B + C ) Associative for Addition c ( dA ) = ( cd ) A Associative for Multiplication ( c + d ) A = cA + dA Distributive c ( A + B ) = cA + cB Distributive
  • 22. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B
  • 23. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B 3X = B + 4A
  • 24. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B 3X = B + 4A ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤ 3X = ⎢ ⎥ + ⎢ ⎥ ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦
  • 25. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B 3X = B + 4A ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤ 3X = ⎢ ⎥ + ⎢ ⎥ ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦ ⎡ 3 −3 ⎤ 3X = ⎢ ⎥ ⎣ 9 6 ⎦
  • 26. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B 3X = B + 4A ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤ 3X = ⎢ ⎥ + ⎢ ⎥ ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦ ⎡ 3 −3 ⎤ 3X = ⎢ ⎥ ⎣ 9 6 ⎦ 1 ⎡ 3 −3 ⎤ X = ⎢ ⎥ 3 ⎣ 9 6 ⎦
  • 27. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B 3X = B + 4A ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤ 3X = ⎢ ⎥ + ⎢ ⎥ ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦ ⎡ 1 −1 ⎤ X = ⎢ ⎥ ⎡ 3 −3 ⎤ 3X = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ 9 6 ⎦ 1 ⎡ 3 −3 ⎤ X = ⎢ ⎥ 3 ⎣ 9 6 ⎦
  • 28. ⎡ 4 −1 ⎤ ⎡ −13 1 ⎤ A = ⎢ ⎥ B = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ −3 −2 ⎦ Find matrix X such that 3X − 4A = B 3X = B + 4A ⎡ −13 1 ⎤ ⎡ 16 −4 ⎤ 3X = ⎢ ⎥ + ⎢ ⎥ ⎣ −3 −2 ⎦ ⎣ 12 8 ⎦ ⎡ 1 −1 ⎤ X = ⎢ ⎥ ⎡ 3 −3 ⎤ 3X = ⎢ ⎥ ⎣ 3 2 ⎦ ⎣ 9 6 ⎦ Can do this on calculator, but it 1 ⎡ 3 −3 ⎤ won’t do division by 3 as that X = ⎢ ⎥ 3 ⎣ 9 6 ⎦ property does not hold for matrices.
  • 29. HW #10 Don’t cry because it’s over, smile because it happened. Dr. Seuss

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n