Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Maths for Computer Graphics
Fundamentals of matrices
100’s of free ppt’s from library
Objective Video Example by Mrs. G Give It a Try Lesson 4.1  Add and subtract matrices  Multiply a matrix by a scalar number  Solve a matrix equation.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
13.1 Matrices and Their Sums
AIM: How do we perform basic matrix operations? DO NOW:  Describe the steps for solving a system of Inequalities  How do you know which region is shaded?
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
Sec 4.1 Matrices.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
Sections 2.4 and 2.5 Matrix Operations
Lesson 43: Working with Matrices: Multiplication
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrices Rules & Operations.
Matrix Operations Free powerpoints at
Matrix Operations.
1.5 Matricies.
Matrix Operations.
Matrix Operations Free powerpoints at
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
Multiplying Matrices.
7.3 Matrices.
Matrix Operations.
Matrices Elements, Adding and Subtracting
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Warm-Up 3) 1) 4) Name the dimensions 2).
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
Matrices.
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
Matrix Operations Ms. Olifer.
What is the dimension of the matrix below?
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

Where do you sit?

What is a matrix? How do you classify matrices? How do you identify elements of a matrix?

Matrix a matrix (plural matrices, or less commonly matrixes) is a rectangular array of numbers Example:

Elements of a Matrix individual entries of a matrix arranged in rows and columns Rows are first (right to left) Columns (up and down) Dimensions (size) Written by # of rows and # of columns Square matrix – when the # of rows and columns are the same (ex. 2x2) Rows are first (right to left) Columns (up and down) Dimensions (size) Written by # of rows and # of columns Square matrix – when the # of rows and columns are the same (ex. 2x2)

Naming elements A = Name a 23 B = Name b 23 A = Name a 23 B = Name b

warm up – please get started on this while I take attendance AIdentify the following 1. b22 B2. c13 3. a31 C4. Which one is a square matrix? 5. Find the dimensions of A,B, and C. AIdentify the following 1. b22 B2. c13 3. a31 C4. Which one is a square matrix? 5. Find the dimensions of A,B, and C

Find your seat Use the card that I gave you to find your seat.

Adding and Subtracting Matrices  Matrices must have the same dimensions in order to add or subtract them.  Add or subtract the elements that are in the same position (ex. A23 + B23)  When you subtract matrices, add the opposite (change the signs in the 2 nd matrix)  The resulting matrix will have the same dimensions.

Examples A+B2. A-B3. B-A

Scalar Multiplication ALL Multiply ALL elements A Find -2A

Now you try J K Find 3J – ½ K

Multiplying Matrices **Rule** The # of columns from the first matrix MUST match the # of rows from the second matrix The # of columns from the first matrix MUST match the # of rows from the second matrix Steps 1.Check your dimensions 2.Draw a blank template for the resulting matrix. 3.Multiply the first row from the first matrix times the first columns of the second 4.Add the products of each element 5.Multiply the first row from the first matrix times the second column of the second matrix 6.Add the products. 7.Continue the process Example A = B = AB =

Let’s try another one!

One More!