4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Warm Up Distribute. 1. 3(2x + y + 3z) 2. –1(x – y + 2) State the property illustrated. 3. (a + b) + c = a + (b + c) 4. p + q = q + p 6x + 3y + 9z –x +
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
Maths for Computer Graphics
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
CE 311 K - Introduction to Computer Methods Daene C. McKinney
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
4.1 Using Matrices to Represent Data
4.2 Matrix Multiplication Warm-up (IN) Give the dimensions of each matrix. Identify the entry at each location of the matrix. Learning Objective: to multiply.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
4-1 Matrices and Data Warm Up Lesson Presentation Lesson Quiz
Holt Algebra 2 4-1,4-2 Matrices and Data The table shows the top scores for girls in barrel racing at the 2004 National High School Rodeo finals. The data.
Mathematics for Computer Graphics. Lecture Summary Matrices  Some fundamental operations Vectors  Some fundamental operations Geometric Primitives:
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Learner’s Guide to MATLAB® Chapter 2 : Working with Arrays.
Holt Algebra Matrices and Data The table shows the top scores for girls in barrel racing at the 2004 National High School Rodeo finals. The data.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
4.2 An Introduction to Matrices Algebra 2. Learning Targets I can create a matrix and name it using its dimensions I can perform scalar multiplication.
Section 9.4 Systems of Linear Equations: Matrices
1. Write the component form of the vector that
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
9.2 Using Properties of Matrices
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
8.2 Operations With Matrices
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
Matrix Operations.
Section 3.5 Revised ©2012 |
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Sec 4.1 Matrices.
Section 9-1 An Introduction to Matrices Objective: To perform scalar multiplication on a matrix. To solve matrices for variables. To solve problems using.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
4.2 Matrix Multiplication Objectives: Multiply 2 matrices. Use matrix multiplication to solve mathematical and real-world problems. Standard:
14.1 Matrix Addition and Scalar Multiplication OBJ:  To find the sum, difference, or scalar multiples of matrices.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
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.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
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.
Matrix Operations McDougal Littell Algebra 2
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
12-1 Organizing Data Using Matrices
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
Matrix Multiplication
Introduction To Matrices
Matrix Operations SpringSemester 2017.
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
Introduction to Matrices
Warmup Solve each system of equations. 4x – 2y + 5z = 36 2x + 5y – z = –8 –3x + y + 6z = 13 A. (4, –5, 2) B. (3, –2, 4) C. (3, –1, 9) D. no solution.
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Objectives Multiply two matrices.
5 minutes Warm-Up Evaluate each expression for a = -5, b = 1.3, and c = -7. 1) a + b 2) b - c 3) a – b + c 4) -4b Solve each equation. 5) 16 = 2x.
3.5 Perform Basic Matrix Operations
Multiplication of Matrices
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
Matrix A matrix is a rectangular arrangement of numbers in rows and columns Each number in a matrix is called an Element. The dimensions of a matrix are.
1.8 Matrices.
Presentation transcript:

4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices. Evaluate each expression for a=-5, b=1.3 and c=-7. 1.a+b 2. b-c3. a-b+c4. -4b Solve each equation: 5. 16=2x y+8=-y x=10.5 y=-5.75

Matrix – Notes Dimensions – Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices. A rectangular array of #s enclosed in single set of brackets row column Entry (or element) – each # in the matrix address – row 2 column 1

Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices. 2 matrices are equal if they have the same dimensions and corresponding entries are equivalent EX 1 – Solve for x and y:

EX 2 – Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices.

EX 3 – Scalar Multiplication Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices.

EX 4 – Represent the quadrilateral as matrix R E(-4,4) F(3,1) H(-4,-3) G(0,-4) E F G H Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices.

EX 5 – Graph the polygon that is represented by the matrix described below a. 3R b. 1/3R Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar products of matrices.

HW – p #13-45 odd, 59-62, 66 Out – explain how to represent a polygon in the coordinate plane as a matrix. Summary – today I learned…