Advanced Algebra Chapter 4 - PowerPoint PPT Presentation

1 / 78
About This Presentation
Title:

Advanced Algebra Chapter 4

Description:

Advanced Algebra Chapter 4 Matrices and Determinants Solving Systems To solve the system: We have to set this up in terms of a coefficient matrix, variable matrix ... – PowerPoint PPT presentation

Number of Views:164
Avg rating:3.0/5.0
Slides: 79
Provided by: jjaco5
Category:

less

Transcript and Presenter's Notes

Title: Advanced Algebra Chapter 4


1
Advanced Algebra Chapter 4
  • Matrices and Determinants ?

2
Matrix Operations4.1
  • Matrix
  • Rectangular array of numbers
  • Dimensions
  • Rows x Columns
  • Entries
  • Elements

3
Comparing Matrices
  • Two matrices are equal iff their dimensions are
    equal and all corresponding entries are equal

4
Adding and Subtracting Matrices
  • Must have the same dimensions to be compatible

5
Adding and Subtracting Matrices
  • Example

6
Adding and Subtracting Matrices
  • Example

7
Adding and Subtracting Matrices
  • Example

8
Scalar Multiplication
  • Any matrix can be multiplied by a real number
    constant, called a scalar
  • This is called scalar multiplication

9
Scalar Multiplication
  • Example

10
Scalar Multiplication
  • Example

11
Matrix Equations
12
Matrix Equations
13
Properties of Matrix Operations
  • Let A, B, and C be matrices with the same
    dimension and let c be a scalar.
  • Associative Property of Addition
  • (A B) C A (B C)

14
Properties of Matrix Operations
  • Let A, B, and C be matrices with the same
    dimension and let c be a scalar.
  • Commutative Property of Addition
  • A B B A

15
Properties of Matrix Operations
  • Let A, B, and C be matrices with the same
    dimension and let c be a scalar.
  • Distributive Property of Addition
  • c(A B) cA cB

16
Properties of Matrix Operations
  • Let A, B, and C be matrices with the same
    dimension and let c be a scalar.
  • Distributive Property of Subtraction c(A B)
    cA - cB

17
p.203 15-23, 33-36
18
Multiplying Matrices4.2
19
Multiplying Matrices
  • The product of two matrices A and B is defined
    provided the number of columns in A is equal to
    the number of rows in B.
  • Inner dimensions must be equal
  • Row 1 times column 1 gives entry 1,1
  • Row 2 times column 1 gives entry 2,1
  • Etc.

20
Multiplying Matrices
21
Multiplying Matrices
22
Multiplying Matrices
23
Multiplying Matrices
24
Properties of Matrix Mult.
  • Associative Property
  • A(BC) (AB)C
  • Left Distributive
  • A(B C) AB BC
  • Right Distributive
  • (A B)C AC BC
  • Associative Property of Scalar Multiplication
  • c(AB) (cA)B A(cB)

25
p.211 23-29
26
Determinants4.3
27
Determinants
  • Numerical answer
  • The only time working with matrices that you will
    get an answer that is not a matrix
  • Can only find determinants of square matrices
  • Used for many matrix applications
  • Solving equations
  • Determining if inverses exist
  • And many, many more! ?

28
Determinant of a 2 x 2
  • The determinant of a 2 x 2 matrix is the
    difference of the products of the entries on the
    diagonals

29
Determinants
  • Example

30
Determinants
  • Example

31
Determinant of a 3 x 3
  • Repeat the 1st two columns to the right of the
    matrix, then subtract the product of the postive
    diagonals from the negative diagonals

32
Determinants
  • Example

33
Determinants
  • Example

34
Determinants
  • Example

35
p.21817-24 All
36
Cramers Rule4.3 (Day 2)
37
Cramers Rule
  • Coefficient Matrix
  • A matrix consisting of only the coefficients of a
    linear system

38
Cramers Rule for 2 x 2 matrices
  • Let A be the coefficient matrix of the linear
    systemIf det A does not equal 0, then the
    system has exactly 1 solution. The solution is

39
Cramers Rule
  • Example

40
Cramers Rule
  • Example

41
Cramers Rule
  • Example

42
Cramers Rule for 3 x 3 matrices


  • Let A be the coefficient matrix of the linear
    systemIf det A does not equal 0, then the
    system has exactly 1 solution. The solution is


43
Cramers Rule

  • Example

44
Cramers Rule

  • Example

45
p.219 39-41, 45-47
46
Extra Credit After Chp 4 Quiz
  • 5 bales of hay are weighed two at a time in all
    possible combininations. The weights in pounds
    are 110, 111, 112, 113, 115, 116, 117, 118, 120,
    and 121. How much does each bale weigh?

47
Identity and Inverse Matrices4.4
48
Identity Matrix
  • Identity
  • Matrix with all 1s on the main diagonal and all
    0s in the remaining places
  • The product of any matrix and the identity matrix
    is the original matrix

49
Identity Matrix
  • Example

50
Identity Matrix
  • Example

51
Inverse Matrices
  • Two matrices are inverses of each other iff their
    product produces the identity matrix
  • Same idea as

52
Inverse Matrices
  • The inverse of the matrix
    is
  • When will an inverse not exist?
  • When det(A) 0

53
Inverse Matrices
  • Example

54
Inverse Matrices
  • Example

55
Matrix Equations
  • Example

56
Matrix Equations
  • Example

57
p.227 13-16, 25-27, 33-36
58
Using Codes4.4 Day 2
59
Cryptograms
  • Cryptogram
  • Message written in code
  • Military use
  • Computer programming
  • Internet

60
Converting Messages
  • Need to assign every letter a number
  • Encode the message using a matrix
  • Decode the matrix using the inverse of that matrix

61
Coding
  • H E L L O _
  • Encoder matrix

62
Uncoding
  • Take resulting matrices and multiply by the
    inverse of the coding matrix to find original
    letters

63
Assignment
  • With a partner, you must create a message and
    encrypt it for another group. All groups will
    use the coding matrix

64
Solving Systems Using Matrices4.5
65
Solving Systems
  • Set up an equation similar to AX B as we did in
    the previous section
  • -Matrix of Variables
  • -Matrix of Constants

66
Solving Systems

  • To solve the systemWe have to set this up in
    terms of a coefficient matrix, variable matrix,
    and an answer matrix

67
Solving Systems
  • Next, we multiply both sides by the inverse of
    the coefficient matrix

68
Solving Systems
  • Simplify

69
Solving Systems
  • Example

70
Solving Systems
  • Example

71
p.233 23-31
72
Augmented Matrices
  • Augmented Matrix
  • Matrix containing the coefficient matrix and the
    matrix of constants

73
How do we use augmented matrices?
  • Treat these like systems of equations
  • Interchange two rows
  • Multiply a row by a nonzero constant
  • Add a multiple of 1 row to another

74
What are we looking for?
  • Get our matrix so we only have 1s on the main
    diagonal and only 0s underneath them

75
Augmented Matrices
  • Example
  • System
  • Matrix

76
Augmented Matrices
  • Example

77
Augmented Matrices

  • Example

78
p.238 1-8
Write a Comment
User Comments (0)
About PowerShow.com