12.1 Addition of Matrices. Matrix: is any rectangular array of numbers written within brackets; represented by a capital letter; classified by its dimensions.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

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,
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
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.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
13.1 Matrices and Their Sums
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.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
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.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
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 4 Section 1 Organizing Data into Matrices.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
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.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
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.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
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.
2.3 Modeling Real World Data with Matrices
MTH108 Business Math I Lecture 20.
12-1 Organizing Data Using Matrices
Christmas Packets are due on Friday!!!
Matrix Operations Free powerpoints at
Matrix Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Matrix Operations.
Matrix Operations Free powerpoints at
What we’re learning today:
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
7.3 Matrices.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
[MATRICES ].
3.5 Perform Basic Matrix Operations
12.1 Addition of Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
MATRICES MATRIX OPERATIONS.
Matrix Operations Ms. Olifer.
What is the dimension of the matrix below?
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
[MATRICES ].
Presentation transcript:

12.1 Addition of Matrices

Matrix: is any rectangular array of numbers written within brackets; represented by a capital letter; classified by its dimensions Dimensions are the rows × columns Ex: 3 × 24 × 1 column matrix 2 × 2 square matrix 1 × 4 row matrix Each number in a matrix is called an element. We use subscripts to identify position in the matrix, a ij Ex: in matrix A, a 32 is: –7

Two matrices are equal iff they have the same dimensions and all of their corresponding elements are equal Matrix Addition If two matrices, A and B, have the same dimensions, then their sum A + B is a matrix of the same dimensions whose elements are the sums of the corresponding elements of A and B. Properties of Matrix Addition If A, B and C are m × n matrices, then A + B is an m × n matrixClosure A + B = B + ACommutative (A + B) + C = A + (B + C)Associative There exists a unique m × n matrix O such that O + A = A + O = A Additive Identity For each A, there exists a unique matrix, –A, such that A + –A = O Additive Inverse Matrix Subtraction If two matrices, A and B, have the same dimensions, then A – B = A + (–B). *Basically match up elements & add

Ex 1) a) Find A + B b) Find A – B= A + (–B) On Your Own c) Find B – A = B + (–A)

We can multiply a scalar times a matrix. Properties of Scalar Multipication If A, B and O are m × n matrices and c and d are scalars, then cA is an m × n matrix Closure (cd)A = c(dA) Associative 1·A = A Multiplicative Identity 0A = O and cO = O Multiplicative Property of the zero scalar and the zero matrix c(A + B) = cA + cB (c + d)A = cA + dA Distributive Properties

Matrices can be used to solve many real world problems. Ex 2) Carl & Flo are training for a triathlon by running, cycling & swimming. The matrices below show the number of miles that each devotes to each activity, both on weekdays & weekend days. What is the total number of miles that each devotes to each activity in a 7-day week? Weekday Carl Flo Running A = Cycling Swimming Running B = Cycling Swimming Weekend Carl Flo Carl: 52 mi running, 330 mi cycling & 24 mi swimming Flo: 66 mi running, 290 mi cycling & 16 mi swimming

You can also solve a “matrix equation.” 2 ways  (1) thinking algebraically & treating matrix as a whole (2) Element by Element (we will do both ways) Ex 3) Solve Method 1: First distribute the 3 Method 2: 2x + 3 = 1 2x = –2 x = –1 2x + 6 = –2 2x = –8 x = –4 2x + 12 = 6 2x = –6 x = –3 2x + 3 = 5 2x = 2 x = 1

Homework #1201 Pg 600 #4, 5, 8, 10, 14, 16, 19, 20, 23, 25, 27, 29, 35, 37, 39, 43