Linear Equations in Linear Algebra

Similar documents
Linear Equations in Linear Algebra

Linear Equations in Linear Algebra

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

ICS 6N Computational Linear Algebra Vector Equations

System of Linear Equations

Linear equations in linear algebra

Homework Set #8 Solutions

Chapter 1: Systems of Linear Equations

Matrix equation Ax = b

Chapter 1: Linear Equations

Math 4377/6308 Advanced Linear Algebra

Chapter 1: Linear Equations

Solutions of Linear system, vector and matrix equation

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

MTH 464: Computational Linear Algebra

Study Guide for Linear Algebra Exam 2

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

Linear Equations in Linear Algebra

22m:033 Notes: 1.3 Vector Equations

VECTORS [PARTS OF 1.3] 5-1

Linear transformations

Solving Linear Systems Using Gaussian Elimination

We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3.

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

Linear Equations and Vectors

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns

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

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer.

1 Last time: multiplying vectors matrices

Math Linear algebra, Spring Semester Dan Abramovich

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists

Linear Equations in Linear Algebra

Span & Linear Independence (Pop Quiz)

Chapter 1. Vectors, Matrices, and Linear Spaces

Math 54 HW 4 solutions

1 Last time: inverses

1 - Systems of Linear Equations

Section 3.3. Matrix Equations

Lecture 03. Math 22 Summer 2017 Section 2 June 26, 2017

Span and Linear Independence

Chapter 3. Vector spaces

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

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124

Review for Chapter 1. Selected Topics

Linear independence, span, basis, dimension - and their connection with linear systems

1 Last time: row reduction to (reduced) echelon form

MODEL ANSWERS TO THE FIRST QUIZ. 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini

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

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

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

1. TRUE or FALSE. 2. Find the complete solution set to the system:

Linear Algebra 1 Exam 1 Solutions 6/12/3

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

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

Row Reduction and Echelon Forms

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

2018 Fall 2210Q Section 013 Midterm Exam II Solution

Announcements August 31

Math 3C Lecture 20. John Douglas Moore

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

Math 54 Homework 3 Solutions 9/

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

MA 1B PRACTICAL - HOMEWORK SET 3 SOLUTIONS. Solution. (d) We have matrix form Ax = b and vector equation 4

3 - Vector Spaces Definition vector space linear space u, v,

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

1 Last time: determinants

Math "Matrix Approach to Solving Systems" Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25

LINEAR ALGEBRA SUMMARY SHEET.

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Math Linear Algebra Final Exam Review Sheet

Linear Algebra Homework and Study Guide

Linear Algebra I Lecture 8

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010

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

MATH 2360 REVIEW PROBLEMS

Linear Algebra Exam 1 Spring 2007

Linear Equations in Linear Algebra

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

MATH SOLUTIONS TO PRACTICE PROBLEMS - MIDTERM I. 1. We carry out row reduction. We begin with the row operations

Linear Equations in Linear Algebra

LS.1 Review of Linear Algebra

Chapter 2. Systems of Equations and Augmented Matrices. Creighton University

Math 3013 Problem Set 4

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Relationships Between Planes

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS

Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur

1. Determine by inspection which of the following sets of vectors is linearly independent. 3 3.

CHAPTER 1 Systems of Linear Equations

Examples: u = is a vector in 2. is a vector in 5.

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Linear Independence x

Multiple Choice Questions

Lecture Summaries for Linear Algebra M51A

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

Transcription:

1 Linear Equations in Linear Algebra 1.3 VECTOR EQUATIONS

VECTOR EQUATIONS Vectors in 2 A matrix with only one column is called a column vector, or simply a vector. An example of a vector with two entries is! w = " w 1 w 2 where w 1 and w 2 are any real numbers. $ %, The set of all vectors with 2 entries is denoted by (read r-two ). 2 Slide 1.3-2

VECTOR EQUATIONS The stands for the real numbers that appear as entries in the vector, and the exponent 2 indicates that each vector contains 2 entries. 2 Two vectors in are equal if and only if their corresponding entries are equal. 2 Given two vectors u and v in, their sum is the vector u+ vobtained by adding corresponding entries of u and v. Given a vector u and a real number c, the scalar multiple of u by c is the vector cu obtained by multiplying each entry in u by c. Slide 1.3-3

VECTOR EQUATIONS " Example 1: Given u = 1 % $ ' and v = 2 $ ', find 2 5 ( 3)v 4u + ( 3)v 4u,, and. " 4u = $ 4 8 % " ' ( 3)v = $ 6 15 Solution:, and " 4u + ( 3)v = $ 4 8 % " '+ $ 6 15 " % ' % " ' = $ 2 7 % % ' Slide 1.3-4

GEOMETRIC DESCRIPTIONS OF 2 Consider a rectangular coordinate system in the plane. Because each point in the plane is determined by an ordered pair of numbers, we can identify a geometric point (a, b) with the column vector. So we may regard plane. 2! " a b as the set of all points in the $ % Slide 1.3-5

PARALLELOGRAM RULE FOR ADDITION 2 If u and v in are represented as points in the plane, then u+ vcorresponds to the fourth vertex of the parallelogram whose other vertices are u, 0, and v. See the figure below. Slide 1.3-6

VECTORS IN 3 and n 3 3 1 Vectors in are column matrices with three entries. They are represented geometrically by points in a three-dimensional coordinate space, with arrows from the origin. If n is a positive integer, (read r-n ) denotes the collection of all lists (or ordered n-tuples) of n real numbers, usually written as n 1column matrices, such as! $ u = " u 1 u 2 u n %. n Slide 1.3-7

ALGEBRAIC PROPERTIES OF The vector whose entries are all zero is called the zero vector and is denoted by 0. For all u, v, w in and all scalars c and d: (i) (ii) (iii) (iv), where udenotes ( 1)u (v) (vi) n n u+ v= v+ u (u + v) + w = u + (v + w) u+ 0= 0+ u= u u + ( u) = u+ u= 0 c(u + v) = cu + cv ( c+ d)u= cu+ du Slide 1.3-8

LINEAR COMBINATIONS (vii) (viii) cd ( u)=(cd)(u) 1u = u n Given vectors v 1, v 2,..., v p in and given scalars c 1, c 2,..., c p, the vector y defined by y= v +... + v c c 1 1 p p is called a linear combination of v 1,, v p with weights c 1,, c p. The weights in a linear combination can be any real numbers, including zero. Slide 1.3-9

LINEAR COMBINATIONS " 1 % $ ' 2 " 7 % $ ' Example 2: Let a 1 = $ 2 ', a 2 = 5 and b = $ 4 '. $ 5 ' 6 $ 3 ' " % Determine whether b can be generated (or written) as a linear combination of a 1 and a 2. That is, determine whether weights x 1 and x 2 exist such that xa + x a = b 1 1 2 2 ----(1) If vector equation (1) has a solution, find it.! $ Slide 1.3-10

LINEAR COMBINATIONS Solution: Use the definitions of scalar multiplication and vector addition to rewrite the vector equation x 1 2 7 2 + x 5 = 4 5 6 3 1 2, which is same as a 1 a 2 a 3 x 2 7 1 x2 2x + 5x = 4 1 2 5x 6x 3 1 2 Slide 1.3-11

LINEAR COMBINATIONS and x + 2x 7 1 2 2x + 5x = 4 1 2 5x + 6x 3 1 2. ----(2) The vectors on the left and right sides of (2) are equal if and only if their corresponding entries are both equal. That is, x 1 and x 2 make the vector equation (1) true if and only if x 1 and x 2 satisfy the following system. x + 2x = 7 1 2 2x + 5x = 4 1 2 5x + 6x = 3 1 2 ----(3) Slide 1.3-12

LINEAR COMBINATIONS To solve this system, row reduce the augmented matrix of the system as follows. " $ $ $ 1 2 7 2 5 4 5 6 3 % " ' $ ' $ ' $ 1 2 7 0 9 18 0 16 32 % " ' $ ' $ ' $ 1 2 7 0 1 2 0 16 32 % " ' $ ' $ ' $ 1 0 3 0 1 2 0 0 0 % ' ' ' The solution of (3) is and. Hence b is a linear combination of a 1 and a 2, with weights x = 3 and 1 x =. That is, 1 2 7 2 2 x = x = 2 2 1 3 3 2 + 2 5 = 4 5 6 3. Slide 1.3-13

LINEAR COMBINATIONS Now, observe that the original vectors a 1, a 2, and b are the columns of the augmented matrix that we row reduced: 1 2 7 2 5 4 5 6 3 a 1 a 2 b Write this matrix in a way that identifies its columns. [ a a b] 1 2 ----(4) Slide 1.3-14

LINEAR COMBINATIONS A vector equation x x x 1 1 2 2 n n a + a +... + a = b has the same solution set as the linear system whose augmented matrix is $. ----(5)! " a 1 a 2 a n b In particular, b can be generated by a linear combination of a 1,, a n if and only if there exists a solution to the linear system corresponding to the matrix (5). % Slide 1.3-15

LINEAR COMBINATIONS Definition: If v 1,, v p are in, then the set of all linear combinations of v 1,, v p is denoted by Span {v 1,, v p } and is called the subset of n spanned (or generated) by v 1,, v p. That is, Span {v 1,..., v p } is the collection of all vectors that can be written in the form with c 1,, c p scalars. n cv + c v +... + c v 1 1 2 2 p p Slide 1.3-16

A GEOMETRIC DESCRIPTION OF SPAN {V} 3 Let v be a nonzero vector in. Then Span {v} is the set of all scalar multiples of v, which is the set of points on the line in 3 through v and 0. See the figure below. Slide 1.3-17

A GEOMETRIC DESCRIPTION OF SPAN {U, V} 3 3 If u and v are nonzero vectors in, with v not a multiple of u, then Span {u, v} is the plane in that contains u, v, and 0. 3 In particular, Span {u, v} contains the line in through u and 0 and the line through v and 0. See the figure below. Slide 1.3-18

1 Linear Equations in Linear Algebra 1.4 THE MATRIX EQUATION A x= b

MATRIX EQUATION A x= b m n Definition: If A is an matrix, with columns a 1,, a n, and if x is in n, then the product of A and x, denoted by Ax, is the linear combination of the columns of A using the corresponding entries in x as weights; that is, Ax =! a 1 a 2 a " n! $ % " Ax is defined only if the number of columns of A equals the number of entries in x. x 1 x 2 x n $ % = x 1 a 1 + x 2 a 2 +...+ x n a n Slide 1.4-2

MATRIX EQUATION A x= b Example 1: For v 1, v 2, v 3 in combination + vector. 3v 5v 7v 1 2 3 m, write the linear as a matrix times a Solution: Place v 1, v 2, v 3 into the columns of a matrix A and place the weights 3, 5, and 7 into a vector x. That is, 3v 1 5v 2 + 7v 3 = " v 1 v 2 v $ 3 " % $ ' $ $ 3 5 7 % ' ' = Ax. ' Slide 1.4-3

MATRIX EQUATION A x= b Now, write the system of linear equations as a vector equation involving a linear combination of vectors. For example, the following system is equivalent to! x 1 1 " 0 x + 2x x = 4 1 2 3 $! + x 2 2 % " 5 5x + 3x = 1 2 3 $! + x 3 % " 1 3 $! = 4 % " 1 $ % ----(1) ----(2) Slide 1.4-4

MATRIX EQUATION A x= b As in the given example (1), the linear combination on the left side is a matrix times a vector, so that (2) becomes " $ 1 2 1 0 5 3 " % $ ' $ $ $ x 1 x 2 x 3 Equation (3) has the form is called a matrix equation. A x= b % ' " ' = $ 4 ' 1 ' % ' ----(3). Such an equation Slide 1.4-5

MATRIX EQUATION A x= b m n Theorem 3: If A is an matrix, with columns a1,, an, and if b is in, then the matrix equation m A x= has the same solution set as the vector equation 1 1 2 2 which, in turn, has the same solution set as the system of linear equations whose augmented matrix is b xa + x a +... + x a = b [ a a L a b] 1 2 n n n., Slide 1.4-6

EXISTENCE OF SOLUTIONS A x= b The equation has a solution if and only if b is a linear combination of the columns of A. Theorem 4: Let A be an m nmatrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false. m A x= b a. For each b in, the equation has a solution. b. Each b in m is a linear combination of the columns of A. c. The columns of A span m. d. A has a pivot position in every row. Slide 1.4-7

PROOF OF THEOREM 4 Statements (a), (b), and (c) are logically equivalent. So, it suffices to show (for an arbitrary matrix A) that (a) and (d) are either both true or false. Let U be an echelon form of A. m Given b in, we can row reduce the augmented matrix! A b $! to an augmented matrix U d $ for " % " % some d in m :! A b $ " %...! U d $ " % If statement (d) is true, then each row of U contains a pivot position, and there can be no pivot in the augmented column. Slide 1.4-8

PROOF OF THEOREM 4 So A x= b has a solution for any b, and (a) is true. If (d) is false, then the last row of U is all zeros. Let d be any vector with a 1 in its last entry.! " $ % Then U d represents an inconsistent system. Since row operations are reversible, [ U d] can be transformed into the form A b. The new system is false. A x= b [ ] is also inconsistent, and (a) Slide 1.4-9

COMPUTATION OF Ax Example 2: Compute Ax, where x x 1 = x 2 and. x 3 Solution: From the definition, 2 3 4 A = 1 5 3 6 2 8 2 3 4 x 2 3 4 1 1 5 3 x = x 1 + x 5 + x 3 2 1 2 3 6 2 8 x 6 2 8 3 Slide 1.4-10

COMPUTATION OF Ax 2x 3 4 1 x x 2 3 = x + 5x + 3x 1 2 3 6x 2x 8x 1 2 3 2x + 3x + 4x = x + 5x 3x 6x 2x + 8x 1 2 3 1 2 3 1 2 3. ---(1) The first entry in the product Ax is a sum of products (a dot product), using the first row of A and the entries in x. Slide 1.4-11

COMPUTATION OF Ax That is,. Similarly, the second entry in Ax can be calculated by multiplying the entries in the second row of A by the corresponding entries in x and then summing the resulting products. 2 3 4 x 2 3 4 1 x + x + x 1 2 3 x = 2 x3 x1 1 5 3 x = x + 5x 3x 2 1 2 3 x3 Slide 1.4-12

ROW-VECTOR RULE FOR COMPUTING Ax Likewise, the third entry in Ax can be calculated from the third row of A and the entries in x. If the product Ax is defined, then the ith entry in Ax is the sum of the products of corresponding entries from row i of A and from the vertex x. The matrix with 1s on the diagonal and 0s elsewhere is called an identity matrix and is denoted by I. For example, 1 0 0 0 1 0 0 0 1 is an identity matrix. Slide 1.4-13

PROPERTIES OF THE MATRIX-VECTOR PRODUCT Ax Theorem 5: If A is an matrix, u and v are vectors in, and c is a scalar, then a. n b.. m n A(u + v) = Au + Av; Ac (u) = c( Au) n = 3 A = a a a 1 2 3 Proof: For simplicity, take,, and u, v in. 3 i =1, 2,3, For let u i and v i be the ith entries in u and v, respectively. Slide 1.4-14

PROPERTIES OF THE MATRIX-VECTOR PRODUCT Ax A (u + v) To prove statement (a), compute as a linear combination of the columns of A using the entries in u+ vas weights. u + v A(u + v) = [ a a a ] u + v u + v 1 1 1 2 3 2 2 3 3 = ( u + v)a + ( u + v )a + ( u + v )a 1 1 1 2 2 2 3 3 3 Entries in u + v 1 1 2 2 3 3 1 1 2 2 3 3 Columns of A = ( ua + u a + ua ) + ( va + va + va ) = Au+ Av Slide 1.4-15

PROPERTIES OF THE MATRIX-VECTOR PRODUCT Ax Ac (u) To prove statement (b), compute as a linear combination of the columns of A using the entries in cu as weights. cu1 Ac ( u) = [ a a a ] cu = ( cu)a + ( cu)a + ( cu)a cu3 = cu ( a ) + cu ( a ) + cu ( a ) 1 2 3 2 1 1 2 2 3 3 1 1 2 2 3 3 = cu ( a + ua + ua ) 1 1 2 2 3 3 = ca ( u) Slide 1.4-16