Elementary Matrix Theory

Slides:



Advertisements
Similar presentations
Matrices: Inverse Matrix
Advertisements

Matrices & Systems of Linear Equations
MF-852 Financial Econometrics
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Chapter 4 Systems of Linear Equations; Matrices Section 4 Matrices: Basic Operations.
Section 8.1 – Systems of Linear Equations
1 Operations with Matrice 2 Properties of Matrix Operations
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
259 Lecture 14 Elementary Matrix Theory. 2 Matrix Definition  A matrix is a rectangular array of elements (usually numbers) written in rows and columns.
Matrix Algebra. Quick Review Quick Review Solutions.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
Chapter 2 Systems of Linear Equations and Matrices
8.1 Matrices & Systems of Equations
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
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.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
Operations with Matrices
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
Matrices and Systems of Equations
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
Copyright © Cengage Learning. All rights reserved. 7 Matrices and Determinants.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
Linear Algebra by Dr. Shorouk Ossama.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Linear Equations in Linear Algebra
Chapter 4 Systems of Linear Equations; Matrices
Sections 2.4 and 2.5 Matrix Operations
Linear Algebraic Equations and Matrices
12-1 Organizing Data Using Matrices
10.5 Inverses of Matrices and Matrix Equations
MATHEMATICS Matrix Algebra
Matrix Operations.
Linear Algebraic Equations and Matrices
L9Matrix and linear equation
Matrix Operations.
Matrices 3 1.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
7.3 Matrices.
Unit 3: Matrices
Matrices and Matrix Operations
Section 9.5 Inverses of Matrices
Matrix Algebra.
Linear Equations in Linear Algebra
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
3.5 Perform Basic Matrix Operations
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrix Operations SpringSemester 2017.
Section 8.1 – Systems of Linear Equations
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Elementary Matrix Theory 259 Lecture 14 Elementary Matrix Theory

Matrix Definition A matrix is a rectangular array of elements (usually numbers) written in rows and columns. Example 1: Some matrices:

Matrix Definition Example 1 (cont.): Matrix A is a 3 x 2 matrix of integers. A has 3 rows and 2 columns. Matrix B is a 2 x 2 matrix of rational numbers. Matrix C is a 1 x 4 matrix of real numbers. We also call C a row vector. A matrix consisting of a single column is often called a column vector.

Matrix Definition Notation:

Arithmetic with Matrices Matrices of the same size (i.e. same number of rows and same number of columns), with elements from the same set, can be added or subtracted! The way to do this is to add or subtract corresponding entries!

Arithmetic with Matrices

Arithmetic with Matrices Example 2: For matrices A and B given below, find A+B and A-B.

Arithmetic with Matrices Example 2 (cont): Solution: Note that A+B and A-B are the same size as A and B, namely 2 x 3.

Arithmetic with Matrices Matrices can also be multiplied. For AB to make sense, the number of columns in A must equal the number of rows in B.

Arithmetic with Matrices Example 3: For matrices A and B given below, find AB and BA.

Arithmetic with Matrices Example 3 (cont.): A x B is a 3 x 2 matrix. To get the row i, column j entry of this matrix, multiply corresponding entries of row i of A with column j of B and add. Since B has 2 columns and A has 3 rows, we cannot find the product BA (# columns of 1st matrix must equal # rows of 2cd matrix).

Arithmetic with Matrices Another useful operation with matrices is scalar multiplication, i.e. multiplying a matrix by a number. For scalar k and matrix A, kA=Ak is the matrix formed by multiplying every entry of A by k.

Arithmetic with Matrices Example 4:

Identities and Inverses Recall that for any real number a, a+0 = 0+a = a and (a)(1) = (1)(a) = a. We call 0 the additive identity and 1 the multiplicative identity for the set of real numbers. For any real number a, there exists a real number –a, such that a+(-a) = -a+a = 0. Also, for any non-zero real number a, there exists a real number a-1 = 1/a, such that (a-1)(a) = (a)(a-1) = 1. We all –a and a-1 the additive inverse and multiplicative inverse of a, respectively.

Identities and Inverses For matrices, we also have an additive identity and multiplicative identity!

Identities and Inverses A+0 = 0+A = A and AI = IA = A holds. (HW-check!)

Identities and Inverses Clearly, A+(-A) = -A + A = 0 follows! Note also that B-A = B+(-A) holds for any m x n matrices A and B.

Identities and Inverses Example 5:

Identities and Inverses Example 5 (cont):

Identities and Inverses Example 5 (cont.)

Identities and Inverses Example 5 (cont.)

Identities and Inverses Example 5 (cont):

Identities and Inverses For multiplicative inverses, more work is needed. For example, here is one way to find the matrix A-1, given matrix A, in the 2 x 2 case!

Identities and Inverses

Identities and Inverses From the first matrix equation, we see that e, f, g, and h must satisfy the system of equations: ae + bg = 1 af + bh = 0 ce + dg = 0 cf + dh = 1. It follows that if e, f, g, and h satisfy this system, then the second matrix equation above also holds! Solving the system of equations, we find that ad-bc  0 must hold and e = d/(ad-bc), f = -b/(ad-bc), g = -c/(ad-bc), h = a/(ad-bc). Thus, we have the following result for 2 x 2 matrices:

Identities and Inverses In this case, we say A is invertible. If ad-bc = 0, A-1 does not exist and we say A is not invertible. We call the quantity ad-bc the determinant of matrix A.

Identities and Inverses Example 6: For matrices A and B below, find A-1 and B-1, if possible.

Identities and Inverses Example 6 (cont.) Solution: For matrix A, ad-bc = (1)(4)-(2)(3)= 4-6 = -2 0, so A is invertible. For matrix B, ad-bc = (3)(2)-(1)(6) = 6-6 = 0, so B is not invertible. HW-Check that AA-1 = A-1A = I!! Note: For any n x n matrix, A-1 exists, provided the determinant of A is non-zero.

Linear Systems of Equations One use of matrices is to solve systems of linear equations. Example 7: Solve the system x + 2y = 1 3x + 4y = -1 Solution: This system can be written in matrix form AX=b with:

Linear Systems of Equations Example 7 (cont.) Since we know from Example 6 that A-1 exists, we can multiply both sides of AX = b by A-1 on the left to get: A-1AX = A-1b => X = A-1b. Thus, we get in this case:

Linear Systems of Equations Example 7 (cont.):

References Elementary Linear Algebra (4th ed) by Howard Anton. Cryptological Mathematics by Robert Edward Lewand (section on matrices).