Summer 2011. * Note – when I teach this to my students, we use post its to cover the row/column we aren’t using!

Slides:



Advertisements
Similar presentations
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
Advertisements

Mathematics. Matrices and Determinants-1 Session.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
12.2 Multiplication of Matrices. Matrix Multiplication The product of two matrices, A m×p and B p×n, is the matrix AB with dimensions m × n. Any element.
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
Properties of Matrix Operations King Saud University.
1 Chapter 3 Matrix Algebra with MATLAB Basic matrix definitions and operations were covered in Chapter 2. We will now consider how these operations are.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below.
4.2 Operations with Matrices Scalar multiplication.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
ECON 1150 Matrix Operations Special Matrices
Properties of Real Numbers Students will be able to recognize properties of real numbers and use them to solve problems.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Pre-Algebra Unit 1 Review. Unit 1 Review 1)Name the property demonstrated. a) a + b = b + a b) a(b + c) = ab + ac.
Fundamentals of Engineering Analysis
Section 1.4 Inverses; Rules of Matrix Arithmetic.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
Pre-Algebra Chapter 2 Review. Chapter 2 Review 1)Name the property demonstrated. a) a + b = b + a b) a(b + c) = ab + ac.
2.3 – Solving Multi-Step Equations. Note: REVERSE Order of Operations! Ex. 1 -7(p + 8) = 21.
8.2 Operations With Matrices
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
Matrix Operations.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Chapter 4 Section 2: Multiplying Matrices. VOCABULARY The product of two matrices A and B is DEFINED provided the number of columns in A is equal to the.
 In this lesson we will go over how to solve a basic matrix equation such as the following: These are matrices, not variables.
Multiplying Matrices Lesson 4.2. Definition of Multiplying Matrices The product of two matrices A and B is defined provided the number of columns in A.
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
Gmail and Hotmail.  2 4  16 runs  1-10 rating  Average rating used as response.
Matrices and Determinants
Linear Algebra Chapter 2 Matrices.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
 Solve each equation; show each step. 8y = = d – (-15) The population of Austin is 900,000. This is about 6 times the population of Houston. What.
Section 3.3 Solving Equations with Distribution Mr. Beltz & Mr. Sparks.
Boolean Algebra. Laws of Boolean Algebra Commutative LawExpression Addition: A + B = B + A Multiplication: A B = B A Associative Addition: A + (B+C) =
Reducing a Set Covering Matrix. S I T E S Cost Areas
EXAMPLE 1 Solve a triangle for the AAS or ASA case Solve ABC with C = 107°, B = 25°, and b = 15. SOLUTION First find the angle: A = 180° – 107° – 25° =
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
2.3 MODELING REAL WORLD DATA WITH MATRICES By the end of the section students will be able to add, subtract, and multiply matrices of various sizes. Students.
2.5 Reasoning and Algebra. Addition Property If A = B then A + C = B + C.
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.
Distributive Property. Mix Problems Homework Distributive Property.
Distributive property Pick 2 different colored highlighters.
MATRIX MULTIPLICATION
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
2.5 Algebra Reasoning. Addition Property: if a=b, then a+c = b+c Addition Property: if a=b, then a+c = b+c Subtraction Property: if a=b, then a-c = b-c.
Linear Algebra Lecture 2.
1.4 Inverses; Rules of Matrix Arithmetic
Properties of Operations
MATHEMATICS Matrix Multiplication
Properties of Addition and Multiplication
Boolean Algebra.
A#40 Vectors Day 6 Paper #1 Review.
2. Matrix Algebra 2.1 Matrix Operations.
Evaluate Determinants & Apply Cramer’s Rule
Who Wants To Be A Millionaire?
} 2x + 2(x + 2) = 36 2x + 2x + 4 = 36 4x + 4 = x =
Solving Linear Equations
Multiplication of Matrices
Linear Algebra Lecture 11.
Warm up: Name the sets of numbers to which each number belongs: -2/9
Warm-Up Find the slope of 4y = 3x + 21 Solve -3x – 5 = x + 12
3.5 Perform Basic Matrix Operations Algebra II.
Matrices - Operations MULTIPLICATION OF MATRICES
Properties of Numbers Review Problems.
Presentation transcript:

Summer 2011

* Note – when I teach this to my students, we use post its to cover the row/column we aren’t using!

Used to solve systems of equations!!

Selected Matrix Rules: A + B = B + ACommutative law of addition (A+B)+C = A+(B+C)Associative law of addition (AB)C = A(BC)Associative law of multiplication A(B+C) = AB+ACLeft distributive law (A+B)C = AC + BCRight distributive law (A T ) T = ADouble transpose rule (AB) T = B T A T Reverse product transpose rule k(AB) = (kA)B = A(kB)A mixed scalar and matrix multiplication rule