Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Chapter 4 Section 3 Matrix Multiplication. Scalar Multiplication Scalar Product - multiplying each element in a matrix by a scalar (real number) –Symbol:
Section 13-4: Matrix Multiplication
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,
12.1 Addition of Matrices. Matrix: is any rectangular array of numbers written within brackets; represented by a capital letter; classified by its dimensions.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
4.1 Using Matrices to Represent Data
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
4.2 Operations with Matrices Scalar multiplication.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Class Opener:. Identifying Matrices Student Check:
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
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.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
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.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
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-
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
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 4 Section 1 Organizing Data into Matrices.
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. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
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.
Sections 2.4 and 2.5 Matrix Operations
Matrices and Matrix Operations
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Introduction to Matrices
Matrix Operations.
What we’re learning today:
Matrix Operations.
Matrix Operations SpringSemester 2017.
7.3 Matrices.
الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . الوحدة السابعة : المصفوفات . تنظيم البيانات فى مصفوفات . 1 جمع المصفوفات وطرحها.
Introduction to Matrices
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
2.2 Introduction to Matrices
MATRICES Operations with Matrices Properties of Matrix Operations
[MATRICES ].
Matrix Operations Chapter 4, Sections 1, 2, 3.
3.5 Perform Basic Matrix Operations
12.1 Addition of Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
[MATRICES ].
Presentation transcript:

Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition

 Goal: To find the sum and difference of two matrices and the product of a matrix and a scalar

Section 5.1: Matrix Addition  Matrix: a rectangular array of numbers written within brackets  Represented by a capital letter  Classified by its dimensions: rows (horizontal) by columns (vertical)  m rows and n columns: m x n “m by n”  A =

Section 5.1: Matrix Addition  Element: each number in a matrix  Each element is identified by its position, given by the row and column number  Square Matrix: a matrix with the same number of rows as columns  Row Matrix: a matrix that has only one row  Column Matrix: a matrix that has only one column

Section 5.1: Matrix Addition  Matrix Addition and Subtraction: Can only add/subtract matrices with the same dimensions (if matrices are different sizes their sum or difference is undefined) Ex: A = 2 1 B = Find: A + B and A – B

Section 5.1: Matrix Addition  Scalar: any real number when dealing with matrices  Scalar Product: denoted by cA where c is a real number and A is a matrix  EX: Find cA if c = -2 and A =

Section 5.1: Matrix Addition  Example: A = 8 3 and B = Find the following: a)-3A b)-3A + 2B c)4B – A

Section 5.1: Matrix Addition  Matrix Equation: Use properties of matrix addition and subtraction along with scalar multiplication to solve Ex: If 7[ x y ] = [3x 9] + [12 -2y ]

Section 5.1: Matrix Addition  Homework:  Practice Exercises: Pg. 201 #2-26 (even)