Pc 8.2 notes

13
1 March 07, 2012 8.2 Matrices Objective: Perform basic operations with matrices Standard: Linear Algebra 4.0 and 5.0 

description

Operations with mat

Transcript of Pc 8.2 notes

Page 1: Pc 8.2 notes

1

March 07, 2012

8.2 Matrices

Objective: Perform basic operations with matrices

Standard: Linear Algebra 4.0 and 5.0 

Page 2: Pc 8.2 notes

2

March 07, 2012

What's a Matrix?

Page 3: Pc 8.2 notes

3

March 07, 2012

Matrix Addition

Ex. 1﴿

Page 4: Pc 8.2 notes

4

March 07, 2012

Ex. 2﴿

Page 5: Pc 8.2 notes

5

March 07, 2012

Scalar Multiplication

Page 6: Pc 8.2 notes

6

March 07, 2012

Ex. 3﴿

Page 7: Pc 8.2 notes

7

March 07, 2012

Ex. 4﴿

Page 8: Pc 8.2 notes

8

March 07, 2012

Matrix Multiplication

The sum of the products of rows and columns

Page 9: Pc 8.2 notes

9

March 07, 2012

Note: The columns in the first matrix must match the rows in the second matrix. Example: 

Page 10: Pc 8.2 notes

10

March 07, 2012

Ex. 5﴿

Page 11: Pc 8.2 notes

11

March 07, 2012

Order Matters!!

Page 12: Pc 8.2 notes

12

March 07, 2012

The Identity Matrix

Basically, 1s on the diagonal

Page 13: Pc 8.2 notes

13

March 07, 2012

Assignment:

8.2 p. 597#3, 7, 15, 23, 28, 29, 41, 42