MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Slides:



Advertisements
Similar presentations
Chapter Matrices Matrix Arithmetic
Advertisements

1.5 Elementary Matrices and a Method for Finding
Matrix Definition: An array of numbers in m rows and n colums is called an mxn matrix A square matrix of order n, is an (nxn) matrix.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
Maths for Computer Graphics
Matrices. Special Matrices Matrix Addition and Subtraction Example.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
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)
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
3.8 Matrices.
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
1 Operations with Matrice 2 Properties of Matrix Operations
Properties of Matrix Operations King Saud University.
Compiled By Raj G. Tiwari
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
ECON 1150 Matrix Operations Special Matrices
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
Fin500J Mathematical Foundations in Finance Topic 1: Matrix Algebra Philip H. Dybvig Reference: Mathematics for Economists, Carl Simon and Lawrence Blume,
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
Company LOGO Chapter 1: Matrix, Determinant, System of linear equations Module 1: Matrix Natural Science Department Example 1: The following rectangular.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Linear Algebra 1.Basic concepts 2.Matrix operations.
MAT 2401 Linear Algebra 2.1 Operations with Matrices
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
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.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
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.
Matrices Section 2.6. Section Summary Definition of a Matrix Matrix Arithmetic Transposes and Powers of Arithmetic Zero-One matrices.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Chapter 2 Matrices.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.
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.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
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.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
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.
= y1y1 y2y2 y3y y 1 = = 14 xxx Calculate y 1 : ROW 1 Matrix-Vector 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.
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.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
MTH108 Business Math I Lecture 20.
3.8 Matrices L Al-zaid Math1101.
MATRIX ALGABRA YULVI ZAIKA.
MATRICES.
Linear Algebra Lecture 2.
Lecture 2 Matrices Lat Time - Course Overview
1.4 Inverses; Rules of Matrix Arithmetic
7.3 Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
MATRICES Operations with Matrices Properties of Matrix Operations
Multiplication of Matrices
Linear Algebra Lecture 11.
3.5 Perform Basic Matrix Operations Algebra II.
Matrices - Operations TRANSPOSE OF A MATRIX If :
Presentation transcript:

MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Today Written HW

Review We have defined the following matrix operations “term-by-term” operations Matrix Addition and Subtraction Scalar Multiplication Non-“term-by-term” operations Matrix Multiplication

Review We have studied some of the properties such as… AI=IA=A In general, AB≠BA AB=0 does not imply A=0 or B=0

Preview Look at more properties about these operations. Most of the properties are natural to conceive (inherited from the number system). Sometimes, it may be more effective to remember what properties are not true.

Preview Most properties come with names. We will not emphasize on them. Look at another operation: Transpose

Matrix Addition and Scalar Multiplication Let A,B,C be mxn matrices, 0 the mxn zero matrix, and c and d scalars. 1. A + B = B + A 2. (A + B) + C = A + (B + C) 3. c(dA) = (cd)A 4. c(A + B) = cA + cB 5. (c + d)A = cA + dA

Matrix Addition and Scalar Multiplication Let A,B,C be mxn matrices, 0 the mxn zero matrix, and c and d scalars. 6. A + 0 = A 7. A + (-A) = 0 8. If cA=0, then either c=0 or A=0

Example 1 Solve the matrix equation 3X+A=B where

Matrix Multiplication Let A,B,C be matrices of the appropriate sizes, I a suitably sized identity matrix, and c and d scalars. 1. (AB)C = A(BC) 2. A(B+C)=AB+AC 3. (A+B)C = AC+BC 4. c(AB)=(cA)B=A(cB)

Cancellation Law Q: Does AC=BC imply A=B? A:

Matrix Power Let A be a square matrix, k a non- negative integer.

Laws of Exponents Let A be a square matrix, i, j, k non- negative integers. 1. A i A j = 2. (A i ) j = 3. 0 k = 4. I k =

Transpose of a Matrix Let A=[a ij ] be a mxn matrix, the transpose of A is the nxm matrix A T so that the (i,j)th entry of A T is a ji. (Interchanging the rows and columns of A)

Transpose of a Matrix Let A=[a ij ] be a mxn matrix, the transpose of A is the nxm matrix A T so that the (i,j)th entry of A T is a ji.

Example 2 Scratch: Q: What is the dimension of the transpose?

Properties of Matrix Transpose Let A,B be matrices of the appropriate sizes, and c a scalar. 1. (A T ) T = A 2. (A + B) T = A T + B T 3. (cA) T = cA T 4. (AB) T = B T A T

Properties of Matrix Transpose Let A,B be matrices of the appropriate sizes, and c a scalar. 1. (A T ) T = A 2. (A + B) T = A T + B T 3. (cA) T = cA T 4. (AB) T = B T A T Why?

Example 3

Symmetric Matrix A square matrix is symmetric if a ij =a ji for all i,j.

Properties of Symmetric Matrices 1. If A is symmetric, then A T = In fact, A is symmetric if and only if A T = 2. A A T and A T A are symmetric for any matrix A.

Properties of Symmetric Matrices 1. If A is symmetric, then A T = In fact, A is symmetric if and only if A T = 2. A A T and A T A are symmetric for any matrix A.. Why?