Sec 4.1 Matrices.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
100’s of free ppt’s from library
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.1 Using Matrices to Represent Data
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.
Unit 6 : Matrices.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
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
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.
Algebra II Honors Properties Review Chapter 1. We will solve 2x + 4 = 6x – 12 Showing all of the properties used So Let’s go!
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.
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.
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.
Matrix Operations.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Unit 1.8 – Perform Basic Matrix Operations. Unit 1 – Algebra: Linear Systems, Matrices, & Vertex- Edge Graphs  1.8 – Perform Basic Matrix Operations.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
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.
Matrices Addition, subtraction, and scalar operations.
Add and subtract matrices. Multiply by a matrix scalar.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
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.
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Linear Algebra review (optional)
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
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 Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
WarmUp 2-3 on your calculator or on paper..
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
25. Basic matrix operations
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Matrix Multiplication Sec. 4.2
Presentation transcript:

Sec 4.1 Matrices

Matrix (matrices) DEFINITION Entry or Element A rectangular array of numbers Column 1 Column 2 Column 3 Column 4 Row 1 Entry or Element DEFINITION Row 2 Row 3 Row m Dimensions: # Rows x # Columns

Example: Find the dimensions A matrix of m rows and n columns is called a matrix with dimensions m x n Example: Find the dimensions 2 x 3 3 x 3 1 x 2 2 x 1

Equal Matrices Two matrices are equal if they have the same dimensions & the corresponding entries are equivalent Algebraically…

ADDITION & SUBTRACTION of MATRICES

To add matrices, we add the corresponding elements They must have the same dimensions A + B

To subtract matrices, we subtract the corresponding elements. They must have the same dimensions

ADDITIVE INVERSE OF A MATRIX: A matrix with the same dimensions, but the entries are the exact opposite What’s the additive inverse of A ?

Scalar Multiplication: Multiply each # inside the matrix by a real #, k, outside the matrix Think of the distributive property!

Examples:

What are your QUESTIONS?

Solving a Matrix Equation Solve for x and y: Solution Step 1: Simplify

Scalar Multiplication: Write equations & solve: 6x + 8 = 26 6x = 18 x = 3 10 – 2y = 8 -2y = -2 y = 1

Properties of Matrix Operations Let A, B and C be matrices with the same dimension: Associative Property of Addition (A + B) + C = A + (B + C) Commutative Property of Addition A + B = B + A Distributive Property of Addition and Subtraction k(A + B) = kA + kB k(A – B) = kA – kB NOTE: Multiplication is not included!!!

Questions???!!!!