Systems of Equations and Matrices Review of Matrix Properties Mitchell.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Lesson 12.2 Matrix Multiplication. 3 Row and Column Order The rows in a matrix are usually indexed 1 to m from top to bottom. The columns are usually.
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
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.
4.2 Adding and Subtracting Matrices 4.3 Matrix Multiplication
4.2 Operations with Matrices Scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
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.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Class Opener:. Identifying Matrices Student Check:
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.
Matrix Operations.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
MATRIX: A rectangular arrangement of numbers in rows and columns. The ORDER of a matrix is the number of the rows and columns. The ENTRIES are the numbers.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
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.
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
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.
Systems and Matrices Chapter 5 College Algebra Ocampo.
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,
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
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.
Add and subtract matrices. Multiply by a matrix scalar.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
The Algebra of Matrices Matrix: An array of numbers. Matrix Name (Capital Letter) Matrix Size (row x column) Columns Rows Elements: a rc a 22 = 4.
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.
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
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.)
What we’re learning today:
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
25. Basic matrix operations
4.1 Matrices – Basic Operations
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
1.8 Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Systems of Equations and Matrices Review of Matrix Properties Mitchell

What is a Matrix? A matrix is an ordered set of numbers listed rectangular form Usually named with a capital letter, such as A, B, or C Example. Let A denote the matrix A = This matrix A has three rows and four columns. We say it is a 3x4 matrix. We denote the element (entry) on the second row and fourth column with a2,4

Types of Matrices Square Matrix – Matrix with same number of rows and columns 3X3 Row Matrix – Matrix with only one row Column Matrix – Matrix with only one column Matrices of the same kind – Two matrices of the same size. Both matrices are 3X4

Equality and Addition/Subtraction of Matrices Two matrices are equal if… 1. They are the same size 2. Corresponding (matching in position) elements are equal To Add/Subtract Matrices… Simply add/subtract corresponding numbers. You can only add or subtract matrices if they are same type matrices.

Multiplication Scalar Multiplication Matrix Multiplication

Scalar Multiplication Example A = 2A = Explain: How did we get the matrix 2A? Multiply every element inside matrix A by 2

Now You Try: B = Calculate: 1. 2B 2. -3B 3. 10B

Check your Answers B = Calculate: 1. 2B 2. -3B 3. 10B 2B = -3B = 10B =

Matrix Multiplication Example 1 Matrix Multiplication Example 2

Step 1: Check the number of rows and columns The number of columns in matrix A must equal the number of rows in matrix B Matrix A is a 3 X 2 matrix. Matrix B is a 2 X 4 matrix. They can be multiplied. They make a 3X4 Matrix Matrix W is a 4 X 1 matrix. Matrix Y is a 1 X 4 matrix. They can be multiplied. They make a 4X4 Matrix Matrix M is a 4 X 4 matrix. Matrix N is a 3 X 3 matrix. – They cannot be multiplied… WHY NOT?

Step 2: Multiply row times column and add Multiply each entry in A (going from left to right) by the corresponding entry in B (going from top to bottom) and then add the results.

Now You try Can the two matrices be multiplied? If so multiply them. If not tell why

Check your answers 1. No they cannot be multiplied. You cannot multiply a 1X3 matrix with a 2X1 matrix. The number of columns in the first doesn’t match the number of rows in the second matrix. 2. Yes they can be multiplied

Larger Matrices Remember to multiply each row by each column

Larger Matrices Continued Remember when you multiply the first row it makes the first row of the answer. When you multiply the second row it makes the second row of the answer

Now you try Multiply the two matrices 1. 2.

Check your answers 1. 2.

DO NOW DUE NOW: