Linear algebra comments. Sophie Marques

Similar documents
Matrix operations Linear Algebra with Computer Science Application

Chapter 2 Notes, Linear Algebra 5e Lay

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

Linear Equations in Linear Algebra

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

Review Let A, B, and C be matrices of the same size, and let r and s be scalars. Then

Fall Inverse of a matrix. Institute: UC San Diego. Authors: Alexander Knop

Elementary maths for GMT

ICS 6N Computational Linear Algebra Matrix Algebra

MAT 2037 LINEAR ALGEBRA I web:

Linear Algebra March 16, 2019

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Linear Algebra and Matrix Inversion

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

MATH 152 Exam 1-Solutions 135 pts. Write your answers on separate paper. You do not need to copy the questions. Show your work!!!

What is A + B? What is A B? What is AB? What is BA? What is A 2? and B = QUESTION 2. What is the reduced row echelon matrix of A =

Section 2.2: The Inverse of a Matrix

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

Chapter 2: Matrix Algebra

1 Matrices and Systems of Linear Equations. a 1n a 2n

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C =

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Linear Algebra Exam 1 Spring 2007

Math 2210Q (Roby) Practice Midterm #1 Solutions Fall 2017

Matrices and systems of linear equations

Section 9.2: Matrices.. a m1 a m2 a mn

7.6 The Inverse of a Square Matrix

2. Every linear system with the same number of equations as unknowns has a unique solution.

Math 308 Spring Midterm Answers May 6, 2013

Choose three of: Choose three of: Choose three of:

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

MTH 464: Computational Linear Algebra

Matrices. Chapter Definitions and Notations

Math 4377/6308 Advanced Linear Algebra

Linear Independence x

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc.

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

Mon Feb Matrix algebra and matrix inverses. Announcements: Warm-up Exercise:

CS 246 Review of Linear Algebra 01/17/19

Linear Equations and Matrix

Graduate Mathematical Economics Lecture 1

2018 Fall 2210Q Section 013 Midterm Exam I Solution

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015

Review Solutions for Exam 1

Lecture Notes in Linear Algebra

All of my class notes can be found at

1 Last time: determinants

1 Last time: inverses

MATH10212 Linear Algebra B Homework Week 5

Homework Set #8 Solutions

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Announcements Wednesday, October 10

Elementary Row Operations on Matrices

Chapter 1: Linear Equations

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

ELEMENTARY LINEAR ALGEBRA

Math 313 Chapter 1 Review

What is the Matrix? Linear control of finite-dimensional spaces. November 28, 2010

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns.

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix

Lecture Summaries for Linear Algebra M51A

Chapter 1 Matrices and Systems of Equations

Chapter 1: Linear Equations

Solutions to Exam I MATH 304, section 6

Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds

Math 54 Homework 3 Solutions 9/

MATH10212 Linear Algebra B Homework Week 4

Linear Algebra Practice Problems

a11 a A = : a 21 a 22

Matrix & Linear Algebra

Math Linear Algebra Final Exam Review Sheet

Undergraduate Mathematical Economics Lecture 1

Inverses of Square Matrices

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

Linear transformations

Math 1553 Introduction to Linear Algebra

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

1 Matrices and Systems of Linear Equations

web: HOMEWORK 1

Math 3191 Applied Linear Algebra

Math 3108: Linear Algebra

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

CLASS 12 ALGEBRA OF MATRICES

2.1 Matrices. 3 5 Solve for the variables in the following matrix equation.

Introduction to Determinants

M. Matrices and Linear Algebra

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

LS.1 Review of Linear Algebra

Linear Algebra MATH20F Midterm 1

Systems of Linear Equations and Matrices

Transcription:

Linear algebra comments Sophie Marques Friday 9 th October, 2015

2 Of course this does not cover all the class notes and it is not enough to do the midterm. It is just a way to extract the very very important part of the course and I do not mean that you do not have to know the remaining part. Main Advise: Do not try to learn by heart, try first to understand what is going on and you will remember.

0.1. SYSTEMS 3 What have we learnt? We have learnt at this point how to solve a system of equations, linear transformation, matrices and connection between all these notions. 0.1 Systems We first wanted to solve a system of linear equation: $ & a 1,1 x 1 ` ` a 1,n x n b 1 p q % a m,1 x 1 ` ` a m,n x n b m To this system we associate two matrix: 1. THE COEFFICIENT MATRIX: a 1,1 a 1,n a m,1 a m,n 2. THE AUGMENTED MATRIX: a 1,1 a 1,n b 1 a m,1 a m,n b m Let b b 1 b m P Rn. The faster way to solve a system is to ROW REDUCE the augmented matrix corresponding to it until you obtain the ROW REDUCE ECHE- LON FORM. Write the row reduction that you are doing and make sure it is one of these operation you are doing: 1. Replacement: R i Ð R i ` λr j, λ a scalar;

4 2. Scale: R i Ð λr i, λ a non-zero scalar; 3. Switch: R i Ø R j. (Remember that we are allowed to do such operation because they lead to equivalent augmented matrix corresponding to equivalent system, so you are not changing the solution set of your system, and that is what you want to find. So, mentioning with the symbol that two matrices are equivalent is important.) We have seen two other equivalent ways to see the system above: 1. matrix equation form Ax b. 2. vector equation form a 1 x 1 ` ` a n x n b where a i are the column of the coefficient matrix A. So if I ask you solve the system p q or Ax b or a 1 x 1 ` `a n x n b, the method will be the same as describe above unless mentioned differently. Once you solve a system, you might have to describe the full solution set. If the last column of the augmented matrix is not a pivot column the solution set is empty, and you have nothing to do. Otherwise, the system will have only one solution if there is no free variable here it is also easy or infinitely many if there are free variable and in which case we will express the basics variable in term of the free variables. There are several way to do this, but most likely you might have to give me the solution set in vector parametric form where the parameter are the free variable. That mean that you give a solution of the system on the form x 1 v 0 ` t 1 v 1 ` ` t n v n x n where t i is the parameters and v i are vector in R n. If I ask you for a geometric description. I am looking for how the solution looks like in R n : If you obtain:

0.2. VECTORS 5 1. x 1 x n v 0 ` t 1 v 1, this is a line passing through the point of coordinate v 0 with direction v 1. x 1 2. v 0 ` t 1 v 1 ` t 2 v 2, this is a plane passing through the point x n of coordinate v 0 and with direction v 1 and v 2. x 1 3. v 0`t 1 v 1`t 2 v 2`t 3 v 3, this is a space of 3 dimension though x n the point v 0 and with direction v 1, v 2, v 3 Bigger than this you cannot represent it in your head unfortunately but you can imagine what is going on... 0.2 Vectors 0.2.1 Linear independence A set of vector tv 1,, v n u (for instance the set of the column vector of a matrix) in R m is linearly independent if the homogeneous vector equation x 1 v 1 ` ` x n v n 0 has only one solution, the trivial solution. Otherwise we say that the set is linearly dependent. In order to know if a set of vector is linearly independent of no, you can as usual ROW REDUCE the augmented matrix associated to the system and see if there are free variable of not. Here a characterization of linear dependence. Theorem 0.2.1 (Characterization of linearly dependent sets). An indexed set S tv 1,, v r u of two vectors is linearly dependent if and only

6 if one of the vectors in S is a linear combination of the others. In fact, if S is linearly dependent and v 1 0 then some v j (with j ą 1) is a linear combination of the preceding vectors v 1,, v j 1. 0.2.2 Span A set of vector tv 1,, v n u (for instance the set of the column vector of a matrix) in R m spans R m if the equation x 1 v 1 ` ` x n v n b has at least a solution for all b P R m. We write also Spantv 1,, v n u tx 1 v 1 ` ` x n v n, x 1,, x n P Ru R m. Here we have equivalent way to see the spanning problem, and the fourth point will be the most useful in practice since you can just row reduce the matrix and see if you have a pivot position in each row or not. Let A be an m ˆ n matrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false. 1. For each b in R m, the equation Ax b has a solution. 2. Each b in R m is a linear combination of the column of A. 3. The columns of A span R m. 4. A has a pivot position in every row. 0.3 Linear transformation We have see also linear transformation T : R n Ñ R m. That is a transformation such that and You could also just say that Tpu ` vq Tpuq ` Tpvq, f or all u, v P R n Tpcuq ctpuq, f or all u P R n and cscalar Tpcu ` dvq ctpuq ` dtpvq, f or all u, v P R n and c, d scalars We also have see that a matrix transformation is a (linear) transformation T : R n Ñ R m which maps x into Ax, for a m ˆ n matrix.

0.4. MATRICES 7 We have prove that ANY linear transformation is a matrix transformation and the corresponding matrix is called a standard matrix. You can compute it with computing the image of the standard vector e i by T rtpe 1 q,, Tpe n qs where e i is the i th vector column of the identity matrix I n. We define the notion of one-to-one and onto mapping: A mapping T : R n Ñ R m is said to be onto R m if each b in R m is the image of at least one x in R n. A mapping T : R n Ñ R m is said to be one-to-one if each b in R m is the image of at most one x in R n. That is the characterization of one-to-one you will mostly use in practice for linear transformation: Theorem 0.3.1. Let T : R n Ñ R m be a linear transformation. Then T is one-to-one if and only if the equation Tpxq 0 has only the trivial solution. And now you just have to retranslate in term mentioned before and you will know what to do Theorem 0.3.2. Let T : R n Ñ R m be a linear transformation and let A be the standard matrix for T. Then: 1. T maps R n onto R m if and only if the columns of A span R m (this is also equivalent to every vector of R m is a linear combination of the columns of A) ; 2. T is one-to-one if and only if the columns of A are linearly independent. 0.4 Matrices 1. If A is a mˆn matrix, that is, a matrix with m rows and n columns, then the scalar entry in the ith row and jth column of A is denoted by a i,j and is called the pi, jq entry of A. Each column of A is a list of m real numbers, which identifies with a vector in R m. Often, these columns are denoted by a 1,, a n and the matrix A is written as A ra 1,, a n s

8 Observe that the number a i,j is the ith entry (from the top) of the jth column vector a j. The diagonal entries in an m ˆ n matrix A ra i,j s are a 1,1, a 2,2, a 3,3, and they form the main diagonal of A. A diagonal matrix is a square n ˆ n whose non diagonal entries are zero. An example is the n ˆ n identity matrix. An m ˆ n matrix whose entries are all zero is a zero matrix and is written as 0. The size of a zero matrix is actually clear from the context. 2. (Equality) Two matrix are equal if they have same size (i.e same number or row and same number of column) and if their corresponding columns are equals which amounts to saying that their corresponding entries are equal. 3. (Sum) The sum of two matrix A and B is defined if and only if the two matrices HAVE THE SAME SIZE. The sum of two matrix mˆn is a matrix m ˆ n whose columns is the sum of the corresponding columns. That is, the entries of A`B is the sum of the corresponding entries in A and B. 4. (Scalar multiplication) If r is a scalar and A is a matrix m ˆ n, then the scalar multiple ra is the matrix whose the columns are r times the corresponding column in A. We denote A for p 1qA and A B A ` p 1qB. 5. 1 et A be a matrix m ˆ n and B be a matrix n ˆ p with column b 1, b 2,, b p, then the product AB is defined and it is a m ˆ p matrix whose column are Ab 1, Ab 2,, Ab p. That is, 1. L AB Arb 1,, b p s rab 1,, Ab p s Each column of AB is a linear combination of the column of A using the weights from the corresponding column of B. We have that the pi, jq entry of the matrix AB is nÿ pabq i,j a i,k b k,j k 1 for each i 1,, m and j 1,, p. Be careful, in order for the multiplication to be defined it is necessary that the NUMBER OF COLUMNS OF A equals the NUMBER

0.4. MATRICES 9 OF ROWS IN B. Also the matrix AB has size mˆp. The number of rows is equal to m (number of row of A) and the number of column is equal to p (number of column of B). 6. (Powers) If A is an n ˆ n matrix and if k is a positive integer, then A k denotes the product of copies of A If k 0, A 0 I n. (WARMINGS) A k A A 1. Be careful, in general AB BA. We say that A and B commute with another if AB BA.DO NOT FORGET THIS IS NOT TRUE IN GENERAL. 2. The cancelation laws DO NOT hold for matrix multiplication. That is AB AC, then it is NOT TRUE in general that B C. You could have AB AC but still B C. 3. If a product AB is the zero matrix, you CANNOT conclude in general that either A 0 or B 0. You could have AB 0 but still A 0 or B 0. Given an m ˆ n matrix A, the transpose of A is the n ˆ m matrix, denoted by A T whose columns are formed from the corresponding rows of A. Note that pabq T B T A T and pa T q T A. 0.4.1 Inverse INVERTIBLE MATRICES ARE SQUARE MATRICES. An n ˆ n matrix A is said to be invertible if there is an n ˆ n matrix denoted A 1 such that A 1 A AA 1 I n where I n is the n ˆ n identity matrix. The matrix A 1 is called the inverse of A. A matrix that is not invertible is sometimes called a singular matrix, and an invertible is called a non singular matrix.

10 Theorem 0.4.1. Let A and A 1 ˆ a b c d 1 ad bc. If ad bc 0, then A is invertible ˆ d b c a If ad bc 0, then A is not invertible. The quantity ad bc is called the determinant of A, and we write detpaq ad bc Theorem 0.4.2. If A is invertible n ˆ n matrix, then for each b in R n, the equation Ax b has the unique solution x A 1 b. Note that pa T q 1 pa 1 q T, pabq 1 B 1 A 1 and pa 1 q 1 A. An elementary matrix is one that is obtained by performing a single elementary row operation on the identity matrix. Theorem 0.4.3. An n ˆ n matrix A is invertible if and only if A is row equivalent to I n and in this case. any sequence of elementary row operation that reduces A to I n also transform I n into A 1. Row reduce the augmented matrix ra, Is. If A is row equivalent to I, then ra, Is is row equivalent to ri, A 1 s, Otherwise, A does not have an inverse. Theorem 0.4.4 (The invertible matrix theorem). Let A be a square n ˆ n matrix. Then the following statements are equivalent. That is, for a given A, the statement are either all true or all false. 1. A is an invertible matrix 2. A is row equivalent to the n ˆ n identity matrix. 3. A has n pivot positions. 4. The equation Ax 0 has only the trivial solution 5. The columns of A form a linearly independent set. 6. The linear transformation x ÞÑ Ax is one-to-one. 7. The equation Ax b has at least one solution for each b in R n. 8. The equation Ax b has a unique solution for each b in R n.

0.4. MATRICES 11 9. The columns of A span R n. 10. The linear transformation x ÞÑ Ax maps R n onto R n. 11. There is an n ˆ n matrix C such that CA I. 12. There is an n ˆ n matrix D such that AD I. 13. A T is an invertible matrix. Now you know, that if you let A and B be square matrices. If AB I, then A and B are both invertible, with B A 1 and A B 1. A linear transformation T : R n function S : R n Ñ R n such that Ñ R n is invertible if there exists a S T T S I n That is, for all x P R n, SpTpxqq x and TpSpxqq x. The next theorem shows that if such an S exists, it is unique and must be a linear transformation. We call S the inverse of T and write it as T 1. Theorem 0.4.5. Let T : R Ñ R n be a linear transformation and let A be the standard matrix for T. Then T is invertible if and only if A is an invertible matrix. In that case the linear transformation S given by Spxq A 1 x is the unique function satisfying S T T S I n Note that the standard matrix of the composition of two linear transformation is the product of the standard matrix of this linear transformation (be careful with the order of this product).