Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Adding & Subtracting Matrices
Maths for Computer Graphics
Solving systems using matrices
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
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.
Section 8.1 – Systems of Linear Equations
4.2 Adding and Subtracting Matrices 4.3 Matrix Multiplication
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
Table of Contents Solving Linear Systems of Equations - Calculator Methods Consider the following augmented matrix... The rows can be written as... Row.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Everything Matrices All the other tricks without all the hassles.
Matrices Chapter 6. Warmup – Solve Trig Equations Unit 5.3 Page 327 Solve 4sinx = 2sinx + √2 1.2sinx = √2 Subtract 2sinx from both sides 2.Sinx = √2/2.
Chapter 8 Matrices and Determinants By Richard Warner, Nate Huyser, Anastasia Sanderson, Bailey Grote.
THU, JAN 8, 2015 Create a “Big Book of Matrices” flip book using 4 pages. Do not make your tabs big! BIG BOOK OF MATRICES What is a Matrix? Adding & Subtracting.
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Section 3.6 – Solving Systems Using Matrices
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Unit 3: Matrices.
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.
Class Opener:. Identifying Matrices Student Check:
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
Matrices on the Graphing Calculator I.. Entering a Matrix into the calculator. 1) Press MATRIX (2 nd Matrix) 2) Go  to EDIT (use scroll arrows) 3) Chose.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
Warm- Up Solve the following systems using elimination or substitution : 1. x + y = 6 -3x + y = x + 4y = 7 x + 2y = 7.
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
13.4 Product of Two Matrices
Lesson 43: Working with Matrices: Multiplication
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Matrix Operations Free powerpoints at
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6.
Larger Systems of Linear Equations
Matrix Operations Free powerpoints at
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
Math-2 (honors) Matrix Algebra
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrices.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.

Matrices  A rectangular array of numbers is called a matrix (plural is matrices)  I It is defined by the number of rows (m) and the number of columns (n) “m by n matrix” EExample: is a 2 x 3 matrix

Matrices  Each number in the matrix has a position A =  Each item in the matrix is called an element a 11 a 12 a 13 a 21 a 22 a 23

What is the dimension of each matrix? 3 x 3 3 x 5 2 x 2 4 x 1 1 x 4 (or square matrix) (Also called a column matrix) (or square matrix) (Also called a row matrix)

Augmented Matrices  System of Linear Equation  expressed in a matrix : Augmented matrix has the coefficients of all the variables (in order) along with the answers in the last column.

Using the Calculator to Solve  [2 nd ] [matrix] EDIT[ENTER]  MATRIX [A] IS A 3 x 4 matrix (3 rows x 4 columns)  then enter all the data into the matrix  Once data is entered, quit then  [2 nd ] [matrix] MATH  scroll down to B: rref [ENTER] [2 ND ] [MATRIX] [A] [ENTER]  You will get a new matrix - the last column is your answer for x, y and z.

Practice:  1. 4x + 6y = x - 4y + 2z = x - 5y + 5z = 10  8x - 2y = 7 2x - 2y + 6z = 10 5x - 5z = 5  2x + 2y + 2z = -2 5y + 10z = 0

Adding Matrices  In order to add matrices each one must have the same number of rows and also the same number of columns. (You can add a 3 x 2 matrix to another 3 x 2 matrix, but not to a 1 x 5 matrix).  Matrix equality occurs when 2 matrices have the same dimensions and the same entries.

Adding Matrices  To add matrices that are the same size, add the elements in each position.

Adding Matrices  Example: = =

Scalar Multiplication of Matrices  The first type of multiplication we will investigate is called scalar multiplication.  In scalar multiplication each element in a matrix is multiplied by a number, called a scalar.

Scalar Multiplication of Matrices Example: x 11 2 x = 2 x -9 2 x 6 = x -4 2 x scalar

Scalar Multiplication of Matrices  Try: = 1/3 -9 1

Scalar Multiplication of Matrices  Answer: = /

Adding Matrices  Try: =

Adding Matrices  Answer: = =