Presentation is loading. Please wait.

Presentation is loading. Please wait.

Basic Operations MultiplicationDeterminants Cramer’s RuleIdentityInverses Solving Systems of equations APPENDIX.

Similar presentations


Presentation on theme: "Basic Operations MultiplicationDeterminants Cramer’s RuleIdentityInverses Solving Systems of equations APPENDIX."— Presentation transcript:

1 Basic Operations MultiplicationDeterminants Cramer’s RuleIdentityInverses Solving Systems of equations APPENDIX

2 A rectangular array of numbers. What is a matrix? MATRICES: BASIC OPERATIONS Menu Appendix DONUTS EATEN MonTuesWedThurs Tom158114 Jerry2092 Steve3135 This matrix has… 3 rows and 4 columns. We describe a matrix by It’s ROWs and COLLUMNs We need to know the dimensions of a matrix before we can do much with it.

3 What is a matrix? A rectangular array of numbers. A axb matrix has “a” rows and “b” columns. MATRICES: BASIC OPERATIONS Menu Appendix

4 First column First row Second row Third row Second column Third column Fourth column Row number Column number MATRICES: BASIC OPERATIONS Menu Appendix

5 MATRICES: BASIC OPERATIONS Menu Appendix What is entry 23? What is entry 32? What is entry 43? What is entry 34?

6 If A and B are two matrices of the same size (same dimensions), MATRICES: BASIC OPERATIONS Menu Appendix then the sum of the matrices is a matrix C=A+B whose entries are the sums of the corresponding entries of A and B

7 Addition, Subtraction Just add elements Just subtract elements Multiply each row by each column MATRICES: BASIC OPERATIONS Menu Appendix

8 Properties of matrix addition: 1.Matrix addition is commutative (order of addition does not matter) 2.Matrix addition is associative 3.Addition of the zero matrix MATRICES: BASIC OPERATIONS Menu Appendix

9 MATRICES: BASIC OPERATIONS Menu Appendix Add the following:

10 Multiplication by a scalar If A is a matrix and c is a scalar, then the product cA is a matrix whose entries are obtained by multiplying each of the entries of A by c MATRICES: MULTIPLICATION Menu Appendix

11 MATRICES: BASIC OPERATIONS Menu Appendix

12 Matrix multiplication is associative Distributive law Multiplication by identity matrix Multiplication by zero matrix MATRICES: MULTIPLICATION Menu Appendix

13 Here’s how multiplying matrices works: MATRICES: MULTIPLICATION Menu Appendix

14 Here’s how multiplying matrices works: MATRICES: MULTIPLICATION Menu Appendix

15 Here’s how multiplying matrices works: MATRICES: MULTIPLICATION Menu Appendix

16 THE RULES: The number of columns in the first matrix must be the same as the number of rows in the second 2 x 33 x 2 The resulting matrix has the dimensions of the outer numbers 2 x 2 MATRICES: MULTIPLICATION Menu Appendix

17 A) Can you multiply these matrices? B) If so, what are the dimensions of the resulting matrix? 2 x 2 3 x 2 2 x 2 2 x 32 x 3 3 x 2 3 x 2 3 x 2 2 x 3 2 x 2 4 x 2 2 X 3 2 X 2 3 X 3 MATRICES: MULTIPLICATION Menu Appendix

18 Weird Matrix Thing: If A and B are Matrices, A x B is not the same as B x A MATRICES: MULTIPLICATION Menu Appendix

19 MORE MATRIX RULES ASSOCIATIVE PROPERTYA(BC) = (AB)C If A B and C are Matrices… ASSOCIATIVE PROPERTY (scalar)c(AB) = (cA)B = A(cB) DISTRIBUTIVE PROPERTY (kinda) Left Distributive Prop.A(B+C) = AB + AC Right Distributive Prop.(A+B)C = AC + BC MATRICES: MULTIPLICATION Menu Appendix

20 Practice Problems MATRICES: MULTIPLICATION Menu Appendix 2 x 2 2 X 2 3 x 2 2 x 2 3 X 2

21 Practice Problems MATRICES: MULTIPLICATION Menu Appendix

22 The determinant of a square matrix is a number obtained in a specific manner from the matrix. For a 1x1 matrix: For a 2x2 matrix: What is a determinant? Product along red arrow minus product along blue arrow MATRICES: DETERMINANTS Menu Appendix

23 Product along red arrow minus product along blue arrow MATRICES: DETERMINANTS Menu Appendix Find the determinant

24 The determinant of a square matrix is a number obtained in a specific manner from the matrix. What is a determinant? MATRICES: DETERMINANTS Menu Appendix What if the matrix isn’t square?? Then there is NO DETERMINANT.

25 6.837 Linear Algebra Review Determinant of a Matrix Used for inversion If det(A) = 0, then A has no inverse Can be found using factorials, pivots, and cofactors! Lots of interpretations – for more info, take 18.06 MATRICES: DETERMINANTS Menu Appendix

26 Consider the matrix Notice (1) A matrix is an array of numbers (2) A matrix is enclosed by square brackets The determinant of a matrix is a number The symbol for the determinant of a matrix is a pair of parallel lines Computation of larger matrices is more difficult MATRICES: DETERMINANTS Menu Appendix

27 For ONLY a 3x3 matrix write down the first two columns after the third column Sum of products along red arrow minus sum of products along blue arrow This technique works only for 3x3 matrices MATRICES: DETERMINANTS Menu Appendix

28 0 323 0-88 Sum of red terms = 0 + 32 + 3 = 35 Sum of blue terms = 0 – 8 + 8 = 0 Determinant of matrix A= det(A) = 35 – 0 = 35 MATRICES: DETERMINANTS Menu Appendix Find the determinant

29 MATRICES: CRAMER’s RULE Menu Appendix

30 MATRICES: IDENTITY Menu Appendix

31 Zero matrix: A matrix all of whose entries are zero Identity matrix: A square matrix which has ‘1’ s on the diagonal and zeros everywhere else. MATRICES: IDENTITY Menu Appendix

32 MATRICES: INVERSES Menu Appendix

33 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

34 Solve this system using any method you choose: REDUCED ROW-ECHELON FORM MATRICES: SYSTEM OF EQUATIONS Menu Appendix

35 Solving a System of Equations with Matrices X Y Z To solve this equation, we will take out everything that we don’t change. MATRICES: SYSTEM OF EQUATIONS Menu Appendix

36 Solving a System of Equations with Matrices We want to perform linear operations like adding or subtracting rows, or multiplying/dividing a whole equation by a number. We will do this until our First three columns are 0’s and 1’s This is called REDUCED ROW-ECHELON FORM MATRICES: SYSTEM OF EQUATIONS Menu Appendix

37 Solving a System of Equations with Matrices Add row 1 and row 3 Add row 1 and row 2 Add row 2 and row 3 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

38 Solving a System of Equations with Matrices Row 3 x3 plus row 1 Row 3 x3 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

39 Solving a System of Equations with Matrices Divide the bottom row by 34 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

40 Solving a System of Equations with Matrices Bottom row x4, subtract row 3 from row 2 Row 3 x4 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

41 Solving a System of Equations with Matrices Divide row 2 by 4 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

42 Solving a System of Equations with Matrices Bottom row x7, subtract row 3 from row 1 Row 3 x7 MATRICES: SYSTEM OF EQUATIONS Menu Appendix

43 Solving a System of Equations with Matrices Divide the top row by three MATRICES: SYSTEM OF EQUATIONS Menu Appendix

44 Solving a System of Equations with Matrices X Y Z MATRICES: SYSTEM OF EQUATIONS Menu Appendix

45 MATRICES: APPENDIX Menu Appendix OPENERS ASSIGNMENTS EXTRA PROBLEMS USING A CALCULATOR USING A CALCULATOR

46 MATRICES: OPENERS Menu Appendix ABCDEFGHIJKLMNOPABCDEFGHIJKLMNOP

47 MATRICES: OPENERS O Menu Appendix Solve this system of equations using any method you choose: Gaussian Elimination Reduced Row Echelon Form

48 MATRICES: ASSIGNMENTS Menu Appendix p. 203 p. 211 p.218218 Ch. 4 review booklet

49 MATRICES: EXTRA PROBLEMS Menu Appendix CHAPTER 4 DIGITAL STATIONS

50 MATRICES: EXTRA PROBLEMS Menu Appendix


Download ppt "Basic Operations MultiplicationDeterminants Cramer’s RuleIdentityInverses Solving Systems of equations APPENDIX."

Similar presentations


Ads by Google