Properties of Matrix Operations King Saud University.

Slides:



Advertisements
Similar presentations
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Advertisements

2.3 Matrix Inverses. Numerical equivalent How would we solve for x in: ax = b ? –a -1 a x = a -1 b –x=a -1 b since a -1 a = 1 and 1x = x We use the same.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
1.2 Algebraic Expressions. PROPERTIES - REVIEW  a+b=b+a or a∙b=b·a  a+(b+c) = (a+b)+c a ∙ (b ∙ c) = (a ∙ b) ∙ c a ∙ (b ∙ c) = (a ∙ b) ∙ c  a+0=a 
2005/8Matrices-1 Matrices. 2005/8Matrices-2 A Matrix over a Field F (R or C) m rows n columns size: m×n ij-entry: a ij  F (ij-component)
Properties of Real Numbers. 2 PROPERTIES OF REAL NUMBERS COMMUTATIVE PROPERTY: Addition:a + b = b + a = = =
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
1 Operations with Matrice 2 Properties of Matrix Operations
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Properties of Real Numbers
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
Systems of Linear Equation and Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
Chap. 2 Matrices 2.1 Operations with Matrices
MAT 2401 Linear Algebra 2.3 The Inverse of a Matrix
Properties of Real Numbers Students will be able to recognize properties of real numbers and use them to solve problems.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Properties of Addition and Multiplication. Commutative Property In the sum you can add the numbers in any order. a+b = b+a In the product you can multiply.
Commutative Properties The Commutative Property is when a change in the order of the numbers does not change the answer. For example, addition would be:
Properties and Mental Computation p. 80. Math talk What are some math properties that we use? Why do you think we have them? Do you ever use them?
Properties of Real Numbers List of Properties of Real Numbers Commutative Associative Distributive Identity Inverse.
Properties of Real Numbers 1.Objective: To apply the properties of operations. 2.Commutative Properties 3.Associative Properties 4.Identity Properties.
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.
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.
Properties of Inverse Matrices King Saud University.
Properties of Addition and Multiplication Why is it important to recognize these properties? It helps us with mental math. It helps us recognize patterns.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Section 4Chapter 1. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives Properties of Real Numbers Use the distributive property.
Properties of Algebra (aka all the rules that holds the math together!)
PROPERTIES OF REAL NUMBERS. COMMUTATIVE PROPERTY OF ADDITION What it means We can add numbers in any order Numeric Example Algebraic Example
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.
Properties of Real Numbers  N: Natural (1,2,3, …)  W: Whole (0,1,2,3,…)  Z: Integers (… -2,-1,0,1,2,…)  Q: Rationals (m/n; m,n integers)  I: Irrational.
Axioms for Rational Numbers 9/14-9/15. Natural Numbers – Numbers used for counting: 1, 2, 3, and so on. Whole Numbers – Natural numbers and zero: 0, 1,
Properties A property is something that is true for all situations.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
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.
Number Properties. Commutative Property of Addition Words: In a sum, you can add terms in any order. Numbers: 5 + (-6) Algebra: a + b b + a.
Properties of Matrix Operations 2010, 14, Sep. Ki-Seung Lee.
Chapter 4 Systems of Linear Equations; Matrices
MATRIX ALGABRA YULVI ZAIKA.
Linear Algebra Lecture 2.
1.4 Inverses; Rules of Matrix Arithmetic
Properties of Operations
Commutative Property of Addition
A.2 Simplifying Simplify means combine Like Terms.
Drill #3 Evaluate each expression if a = 6, b = ½, and c =
Properties of Real Numbers
Properties of Addition and Multiplication
Properties of Real Numbers
Real Numbers and Number Operations
1.1 Real Numbers & Number Operations
Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
Commutative Properties
Properties of Real Numbers
Linear Algebra Lecture 11.
Properties of Real Numbers
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
Properties of Real Numbers
Properties of Real Numbers
Properties of Numbers Review Problems.
Presentation transcript:

Properties of Matrix Operations King Saud University

Properties of Matrix Addition A+B = B+A A+(B+C)=(A+B)+C (cd)A = c(dA) 1A=A c(A+B) = cA+cB (c+d)A = cA +dA A+0 mn =A A+(-A) = 0 mn If cA=0 mn then c=0 or A=0 mn. Commutative Associative Scalar Associative Scalar identity Scalar distributive 1 Scalar distributive 2 Additive identity Additive Inverse Scalar cancellation property

Properties of Matrix Multiplication A(BC) = (AB)C A(B+C) = AB +AC (A+B)C = AC+BC c(AB) = (cA)B=A(cB) AI n = A I m A = A assuming A is m by n and all operations are defined. –Associative –Left distributive –Right Distributive –Scalar Associative –Multiplicative Identity

Using Properties to Prove Theorems Using these properties we can prove the following theorem (which we have already been assuming). Theorem: For a system of linear equations in n variables, precisely one of the following is true: 1. The system has exactly one solution. 2. The system has an infinite number of solutions. 3. The system has no solutions.

The Transpose of a Matrix We will find it useful at times to talk about the transpose of a matrix. Given an m by n matrix A, we define A t ( A transpose ) to be the n by m matrix:

Properties of Transposes 1. (A t ) t = A 2. (A + B) t = A t +B t 3. (cA) t = c(A t ) 4. (AB) t = B t A t Transpose of a transpose Transpose of a sum Transpose of a scalar product Transpose of a product

What about Mult. Inverses For an n by n matrix A, can we find an n by n matrix A -1 so that AA -1 =A -1 A=I n ? Does this always work?