MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.

Slides:



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

Systems of Linear Equations and Matrices
MAT120 Asst. Prof. Dr. Ferhat PAKDAMAR (Civil Engineer) M Blok - M106 Gebze Technical University Department of Architecture Spring.
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.
MF-852 Financial Econometrics
Matrices and Systems of Equations
Economics 2301 Matrices Lecture 13.
FINANCIAL TRADING AND MARKET MICRO-STRUCTURE MGT 4850 Spring 2011 University of Lethbridge.
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)
Chapter 3 The Inverse. 3.1 Introduction Definition 1: The inverse of an n  n matrix A is an n  n matrix B having the property that AB = BA = I B is.
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
3.8 Matrices.
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
1 Operations with Matrice 2 Properties of Matrix Operations
Properties of Matrix Operations King Saud University.
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
ECON 1150 Matrix Operations Special Matrices
Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Chap. 2 Matrices 2.1 Operations with Matrices
Review of Matrices Or A Fast Introduction.
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
CW Matrix Division We have seen that for 2x2 (“two by two”) matrices A and B then AB  BA To divide matrices we need to define what we mean by division!
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
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 8 Matrices and Determinants Matrix Solutions to Linear Systems.
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.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Chapter 2 Matrices.
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.
Matrices Presentation by : Miss Matkar Pallavi. P.
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;
Matrices, Vectors, Determinants.
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.
Properties of Matrix Operations 2010, 14, Sep. Ki-Seung Lee.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
Chapter 4 Systems of Linear Equations; Matrices
MATRIX ALGABRA YULVI ZAIKA.
Linear Algebra Lecture 2.
7.7 Determinants. Cramer’s Rule
Lecture 2 Matrices Lat Time - Course Overview
1.4 Inverses; Rules of Matrix Arithmetic
Matrix Algebra.
Matrices.
MATRICES Operations with Matrices Properties of Matrix Operations
Section 9.5 Inverses of Matrices
Matrix Algebra.
Multiplication of Matrices
Sec 3.5 Inverses of Matrices
Linear Algebra Lecture 11.
3.5 Perform Basic Matrix Operations Algebra II.
Matrices - Operations INVERSE OF A MATRIX
Presentation transcript:

MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge

Laws of Arithmetic Let A,B,C be matrices of the same size m × n, 0 the m × n zero matrix, and c and d scalars. (1) (Closure Law) A + B is an m × n matrix. (2) (Associative Law) (A + B) + C = A + (B + C) (3) (Commutative Law) A + B = B + A (4) (Identity Law) A + 0 = A (5) (Inverse Law) A + (−A) = 0 (6) (Closure Law) cA is an m × n matrix.

Laws of Arithmetic (II) (7) (Associative Law) c(dA) = (cd)A (8) (Distributive Law) (c + d)A = cA + dA (9) (Distributive Law) c(A + B) = cA + cB (10) (Monoidal Law) 1A = A

Matrix Multiplication Definition of Multiplication 2x − 3y + 4z = 5 as a “product” of the coefficient matrix [2,−3, 4] and the column matrix of unknowns x │ y │ z

Also example of vector multiplication!!!

Vector Multiplication

Vector Multiplication???

Matrix Multiplication Not Commutative or Cancellative

Identity matrix

Linear Systems as a Matrix Product

Ax=b

Laws of Matrix Multiplication Let A,B,C be matrices of the appropriate sizes so that the following multiplications make sense, I a suitably sized identity matrix, and c and d scalars. (1) (Closure Law) The product AB is a matrix. (2) (Associative Law) (AB)C = A(BC) (3) (Identity Law) AI = A and IB = B

Laws of Matrix Multiplication (4) (Associative Law for Scalars) c(AB) = (cA)B = A(cB) (5) (Distributive Law) (A + B)C = AC + BC (6) (Distributive Law) A(B + C) = AB + AC (skip from p.67 to p.101)

Matrix Inverses Let A be a square matrix. Then a (two- sided) inverse for Invertible A is a square matrix B of the same size as A such that AB = I = BA. If such Matrix a B exists, then the matrix A is said to be invertible. Application-if we could make sense of “1/A,” then we could write the solution to the linear system Ax = b as simply x = (1/A)b.

Singular = nonivertable Any nonsquare matrix is noninvertible. Square matrices are classified as either “singular,” i.e., noninvertible, or nonsingular,” i.e., invertible. Since we will mostly be concerned with two-sided inverses, the unqualified term “inverse” will be understood to mean a “two-sided inverse.” Notice that this definition is actually symmetric in A and B. In other words, if B is an inverse for A, then A is an inverse for B.

Examples of Inverses

Laws of Inverses (1) (Uniqueness) If A is invertible, then it has only one inverse, by A −1. (2) (Double Inverse) If A is invertible, then (A −1 ) −1 = A. (3) (2/3 Rule) If any two of the three matrices A, B, and AB are invertible, then so is the third, and moreover, (AB) −1 = B −1 A −1.

Laws of Inverses (4) If A is invertible, then (cA) −1 = (1/c)A −1. (5) (Inverse/Transpose) If A is invertible, then (A T ) −1 = (A −1 ) T. (6) (Cancellation) Suppose A is invertible. If AB = AC or BA = CA, then B = C. skip from p.103 to p.113

Basic Properties of Determinants

Cramer’s Rule Let A be an invertible n×n matrix and b an n×1 column vector. Denote by Bi the matrix obtained from A by replacing the ith column of A by b. Then the linear system Ax = b has unique solution x = (x1, x2,..., xn),

Example Use the Cramer’s rule to solve the system

Solution The coefficient matrix and right-hand- side vectors are