x =. x = x 2 x 1 x 2 x 2

Size: px
Start display at page:

Download "x =. x = x 2 x 1 x 2 x 2"

Transcription

1 3 Linear function 31 Introduction In calculus, a vector in the plane R 2 with components 2 and 3 is usually written using notation such as v = 2, 3 For our purposes it turns out to be more convenient to express such a vector as a 2 1 matrix: [ 2 x = 3] More generally, a vector in R n is written as an n 1 matrix When writing vectors in text we usually use the matrix transpose notation to avoid unseemly vertical spacing For instance, we might write x = [6, 1,3,2] T, when we want to say 6 x = The addition and scalar multiplication defined for matrices(section 21) gives an addition and scalar multiplication for vectors, which coincides with the calculus definitions The idea of a function plays a central role in calculus and the same is true for linear algebra For most of the functions in calculus the inputs and outputs are both real numbers, but in linear algebra, the functions we study have inputs and outputs that are vectors For instance, here is a function L from the set R 2 to the set R 3 : () x1 L = x 1 +4x 2 3x x 1 x 2 2 The notation works just like it did in calculus For example, if the input vector is [2,1] T, then the output vector is ([ 2 L = 1]) (2)+4(1) 3(2) (1) = 6 5 (1) 1 x 2 This function satisfies a couple of properties that make it linear, meaning that it is compatible with the addition and scalar multiplication of vectors (the precise definition is given below) Linear functions are the main functions in linear algebra We study them in this section 1

2 3 LINEAR FUNCTION 2 32 Definition and examples Linear function A function L : R n R m is linear if (a) L(x+y) = L(x)+L(y), (b) L(αx) = αl(x), for all x,y R n, α R The notation L : R n R m is used to indicate that the input vectors come from the set R n (= domain of L) and the output vectors are in the set R m (= codomain of L) 321 Example Show that the function L : R 2 R 3 given by L(x) = x 1 +4x 2 3x 1 x 2 is linear Solution First, the input vector x is an element of R 2 (according to the notation L : R 2 R 3 ), so it is of the form x = [x 1,x 2 ] T This is the meaning of x 1 and x 2 in the formula x 2 We need to verify that L satisfies the two properties in the definition of linear function For any x,y R 2, we have () x1 +y L(x+y) = L 1 x 2 +y 2 = (x 1 +y 1 )+4(x 2 +y 2 ) 3(x 1 +y 1 ) (x 2 +y 2 ) (In the formula, x 1 +y 1 plays the role of x 1 and x (x 2 +y 2 ) 2 +y 2 plays the role of x 2 ) = (x 1 +4x 2 )+(y 1 +4y 2 ) (3x 1 x 2 )+(3y 1 y 2 ) (x 2 )+(y 2 ) = x 1 +4x 2 3x 1 x 2 + y 1 +4y 2 3y 1 y 2 x 2 = L(x)+L(y), y 2

3 3 LINEAR FUNCTION 3 so property (a) holds Next, for any x R 2 and α R, we have () αx1 L(αx) = L = (αx 1)+4(αx 2 ) 3(αx αx 1 ) (αx 2 ) 2 (αx 2 ) = α(x 1 +4x 2 ) α(3x 1 x 2 ) = α x 1 +4x 2 3x 1 x 2 α(x 2 ) = αl(x), so property (b) holds Therefore, L is linear 322 Example Show that the function L : R 1 R 2 given by 2x1 L(x) = x 1 is linear Solution For any x,y R 1, we have 2(x1 +y L(x+y) = L([x 1 +y 1 ]) = 1 ) (x 1 +y 1 ) (2x1 )+(2y = 1 ) ( x 1 )+( y 1 ) 2x1 2y1 = + x 1 y 1 = L(x)+L(y), so property (a) holds Next, for any x R 1 and α R, we have 2(αx1 ) L(αx) = L([αx 1 ]) = (αx 1 ) α(2x1 ) 2x1 = = α α( x 1 ) x 1 = αl(x), so property (b) holds Therefore, L is linear x 2 If a is any number, then the function f : R R given by f(x) = ax has as its graph a straight line (through the origin with slope a) In fact, this function is linear in the sense of the above definition (regarding R as the same thing as R 1 ) The next theorem generalizes this statement with the number a being replaced by a matrix A

4 3 LINEAR FUNCTION 4 Theorem Let A be an m n matrix The function L : R n R m defined by L(x) = Ax is linear The function L in the theorem is called the linear function corresponding to the matrix A Proof It should be checked that L makes sense as a function from R n to R m If x is an input vector, then it is an element of R n, and is therefore an n 1 matrix Since A is m n, the product Ax is defined and equals an m 1matrix, which is an element of R m, as desired We now check that L satisfies the two properties of a linear function For any x,y R n, we have L(x+y) = A(x+y) = Ax+Ay = L(x)+L(y), where the second equality is due to the distributive property of matrix multiplication (property (d) in Section 23) This verifies property (a) Next, for any x R n and α R, we have L(αx) = A(αx) = α(ax) = αl(x) where the second equality is due to a property of matrix and scalar multiplication (property (i) in Section 23) This verifies property (b) and finishes the proof that L is linear This gives us another way to check whether a given function is linear: 323 Example Use the last theorem to show that the function L : R 2 R 3 given by L(x) = x 1 +4x 2 3x 1 x 2 is linear Solution We have L(x) = x 1 +4x 2 3x 1 x 2 = where x 2 x 2 A = [ x1 ] = Ax, x 2

5 3 LINEAR FUNCTION 5 Therefore, L is linear by the preceding result The zero vector in R n is the vector 0 = [0,0,,0] T Theorem Let L : R n R m be a function If L is linear, then L(0) = 0 Proof Assume that L is linear We have L(0)+L(0) = L(0+0) = L(0), where the first equality is due to property (a) of a linear function Subtracting L(0) from both sides of this equation gives L(0) = 0, as desired Put another way, the theorem says that if L does not send 0 to 0, then it cannot be linear 324 Example Is the function F : R 1 R 2, given by 2x1 +1 F(x) =, x 1 linear? Explain Solution Note that F(0) = [ [ 2(0) = = 0 (0) 0] 0] (the string says that F(0) 0), so F is not linear according to the preceding theorem 325 Example Is the function F : R 2 R 2, given by x1 x F(x) = 2, x 1 linear? Explain Solution If we can show that the function does not send 0 to 0, then we can quickly conclude that it is not linear (as in the preceding example) However, [ (0)(0) 0 F(0) = = = 0, (0) 0]

6 3 LINEAR FUNCTION 6 so all we know is that F has a chance of being linear We see if we can verify property (a) of a linear function Let x,y R 2 We have () x1 +y F(x+y) = F 1 (x1 +y = 1 )(x 2 +y 2 ) x 2 +y 2 (x 1 +y 1 ) x1 x = 2 +x 1 y 2 +y 1 x 2 +y 1 y 2 x 1 +y 1 We are trying to show that this equals x1 x F(x)+F(y) = 2 x 1 = y1 y + 2 y 1 x1 x 2 +y 1 y 2 x 1 +y 1 Since the first components (in red) do not match up, we suspect that F is not linear We cannot write F(x+y) F(x)+F(y), though, since there are choices for x and y that actually give equality (for instance, x = 0 and y = 0) However, in order to show that F fails property (a) it is enough to give a single counterexample Using inspection, we see that if x 1, x 2, y 1, y 2 are all equal to 1, for instance, then the first components are not equal, so this should give our counterexample Everythingwe havedone up to this point can be consideredscratchwork It was done just to come up with an idea for a counterexample To solve the problem, all we really need to write is this: If x = [1,1] T and y = [1,1] T, then ([ [ [ F(x+y) = F = = 2]) 2] 2] so F is not linear [ [ = F(x)+F(y), 1] 1]

7 3 LINEAR FUNCTION 7 33 Image, Preimage, and Kernel Definition of image Let L : R n R m be a function Let x be a vector in R n The image of x under L is L(x) The image of L (denoted iml) is the set of all images L(x) as x ranges through R n In symbols, iml = {L(x) x R n } In other words, given an input vector x, its image is the corresponding output vector And the image of L is the set of all actual output vectors 331 Example Let L : R 3 R 2 be given by x1 3x L(x) = 2 +2x 3 2x 1 +6x 2 x 3 (a) Find the image of [4,1, 7] T under L (b) Is [ 5,7] T in iml? Explain Solution (a) The image of [4,1, 7] T under L is L 4 1 = 7 (4) 3(1)+2( 7) = 2(4)+6(1) ( 7) 13 5 (b) The question amounts to asking if there is a vector x in R 3 such that

8 3 LINEAR FUNCTION 8 L(x) = [ 5,7] T, that is, x1 3x 2 +2x 3 = 2x 1 +6x 2 x Thisequalityofvectorsholdsifandonlyifthevectors componentsarethe same, so this leads to a system of equations with corresponding augmented matrix , which has row echelon form [ There is no pivot in the augmented column, so a solution x = [x 1,x 2,x 3 ] T exists Therefore, [ 5,7] T is in iml ] Definition of preimage Let L : R n R m be a function Let y be a vector in R m The preimage of y under L (denoted L 1 (y)) is the set of all x in R n that have image under L equal to y In symbols: L 1 (y) = {x R n L(x) = y}

9 3 LINEAR FUNCTION 9 Definition of kernel Let L : R n R m be a function The kernel of L (denoted kerl) is the preimage of 0 under L In other words, kerl is the set of all vectorsin R n that have image under L equal to 0 In symbols: kerl = L 1 (0) = {x R n L(x) = 0} 332 Example Let L : R 3 R 2 be given by x1 3x L(x) = 2 +2x 3 2x 1 +6x 2 x 3 (a) Determine whether the vector [2,0, 3] T is in the preimage of [ 4,8] T under L (b) Find L 1 ([ 5,7] T ) (c) Find ker L Solution (a) Asking whether the vector [2,0, 3] T is in the preimage of [ 4,8] T under L is asking whether L([2,0, 3] T ) = [ 4,8] T Since L (0)+2( 3) 4 4 = =, 2(2)+6(0) ( 3) [2,0, 3] T is not in the preimage of [ 4,8] T (b) We seek the set of all vectors x in R 3 for which L(x) = [ 5,7] T, that is, x1 3x 2 +2x 3 5 = 2x 1 +6x 2 x 2 7 Thisequalityofvectorsholdsifandonlyifthevectors componentsarethe same, so this leads to a system of equations with corresponding augmented

10 3 LINEAR FUNCTION 10 matrix [ which has reduced row echelon form (RREF) The preimage of [ 5,7] T is the solution set of the corresponding system, which is {[3t 3,t, 1] T t R} (c) The kernel of L is the preimage of the zero vector, so the solution is just like the solution to (b) except with [0,0] T in place of [ 5,7] T The augmented column in the augmented matrix now consists of 0 s and, since row operations never change a column of all 0 s, we can immediately write down the reduced row echelon form of the system: [ Therefore, kerl = {[3t,t,0] T t R} ] ], 34 Linear operator A special name is given to a linear function L : R n R m in the case m = n, that is, when the domain and the codomain of L are the same: Linear operator A linear operator on R n is a linear function from R n to R n Let L be a linear operator on R 2 (the plane) Since L is a linear function from the plane to itself, we can think of it as simply moving vectors in the plane: an input vector gets moved to the corresponding output vector (A similar statement can be made for a linear operator on R n for any n) 341 Example Let L : R 2 R 2 be projection onto the x 1 -axis (a) Find the image of [2,3] T under L geometrically (b) Find the kernel of L geometrically

11 3 LINEAR FUNCTION 11 (c) Find a general formula for L(x) (d) Use the general formula found in part (c) to redo parts (a) and (b) analytically Solution (a) The image of [2,3] T under L is L([2,3] T ), which is [2,0] T : (b) The kernel of L is the set of all vectors x such that L(x) = 0 This set is the x 2 -axis, so kerl = {[0,t] T t R}: (c) A general formula for L(x) is L(x) = [x 1,0] T (keep the first component the same, but change the second component to 0) (d) Redoing part (a) using the formula, we have L([2,3] T ) = [2,0] T For part (b), we seek the set of all x for which L(x) = 0, that is, [x 1,0] T = [0,0] T This last equation forces x 1 = 0 but places no restriction on x 2, so kerl = {[0,x 2 ] T x 2 R} (which is the same as the set obtained in (b) since x 2 acts as a dummy variable, meaning that renaming it has no effect) 342 Example Let L : R 2 R 2 be 90 counterclockwise rotation

12 3 LINEAR FUNCTION 12 (a) Find the image of [3,1] T under L geometrically (b) Find the preimage of [2, 3] T under L geometrically (c) Find a general formula for L(x) (d) Use the general formula found in part (c) to redo parts (a) and (b) analytically Solution (a) The image of [3,1] T under L is L([3,1] T ), which is [ 1,3] T : (b) The preimage of [2, 3] T under L is the set of all those vectors that L moves to [2, 3] T There is only one such vector, namely [ 3, 2] T, so L 1 ([2, 3] T ) = {[ 3, 2] T }: (c) The general formula for L is L(x) = [ x 2,x 1 ] T (switch components and then negate the first) (Part (a) shows that this formula works for x in the first quadrantand one cancheckthat it worksin the otherthree quadrants as well) (d) Redoing part (a) using the formula, we have L([3,1] T ) = [ 1,3] T

13 3 LINEAR FUNCTION 13 For part (b), we seek the set of all x for which L(x) = [2, 3] T, that is, [ x 2,x 1 ] T = [2, 3] T This equation forces x 1 = 3 and x 2 = 2, so L 1 ([2, 3] T ) = {[ 3, 2] T } The functions given in the last two examples are linear (as can be checked by using the general formulas) The following functions from R 2 to itself are all linear: projection onto line through origin, rotation about origin, reflection across line through origin, dilation (= multiplication by scalar > 1), contraction (= multiplication by scalar between 0 and 1) However, translation by a vector t (which sends x to x+t) is not linear if t is nonzero (since, for instance, it does not send 0 to 0) 35 Matrix of a linear function We have seen that if A is an m n matrix, then we get a linear function L : R n R m by defining L(x) = Ax Here we turn things around and show that if we start with a linear function L : R n R m, then we can use it to build a matrix A so that the above equation holds The construction requires the following notation: In R 2, e 1 = [ [ 1 0, e 0] 2 = ; 1] In R 3, e 1 = 1 0, e 2 = 0 1, e 3 = 0 0 ; and so forth These are the standard unit vectors

14 3 LINEAR FUNCTION 14 Matrix of a linear function Let L : R n R m be a linear function There is a unique m n matrix A such that L(x) = Ax for all x R n Moreover, A = [ L(e 1 ) L(e 2 ) L(e n ) ] The matrix A is called the matrix of L This is a special case of a theorem that will be presented later, so we postpone the proof till then 351 Example Let L : R 2 R 3 be the linear function given by L(x) = x 1 +4x 2 3x 1 x 2 (a) Find the matrix of L (b) Use part (a) to find L([5, 2] T ) (c) Find L([5, 2] T ) directly from the formula for L and verify that it agrees with the answer to part (b) x 2 Solution (a) We have L(e 1 ) = L([1,0] T ) = (1)+4(0) 3(1) (0) = 1 3, (0) 0 and similarly, L(e 2 ) = [4, 1,1] T, so the matrix A of L is A = [ L(e 1 ) L(e 2 ) ] = (b) Using the formula L(x) = Ax, we have L([5, 2] T ) = 1 4 ] 3 1 [ 5 =

15 3 LINEAR FUNCTION 15 (c) The formula for L gives L([5, 2] T ) = (5)+4( 2) 3(5) ( 2) = 3 17, ( 2) 2 in agreement with part (b) 352 Example Let L : R 2 R 2 be reflection across the x 2 -axis (a) Find the matrix of L (b) Use part (a) to find L([1,3] T ) (c) Find L([1,3] T ) geometrically and verify that it agrees with the answer to part (b) Solution (a) The matrix A of L is A = [ L(e 1 ) L(e 2 ) ] = (b) Using the formula L(x) = Ax, we have L([1,3] T ) = = 0 1][ (c) Since reflection across the x 2 -axis negates the first component of a vector and keeps the second component the same, we have L([1,3] T ) = [ 1,3] T, in agreement with part (b) 36 Composition The reader is likely familiar with the concept of a composition of real-valued functions For instance, if f(x) = 2x+3 and g(x) = x 2, then the composition of f and g is given by (g f)(x) = g(f(x)) = (f(x)) 2 = (2x+3) 2 The composition can be described as doing f first and then g In more detail, the composition takes an input x, uses f to produce the output f(x), and then uses g with input f(x) to produce the final output g(f(x))

16 3 LINEAR FUNCTION 16 We can compose linear functions as well: If L : R n R m and M : R m R l are linear functions, then the composition of L and M is the function M L : R n R l given by (M L)(x) = M(L(x)) In order for the composition to make sense, the domain of M must be the same as the codomain of L (both equal to R m above), for otherwise the output produced by L could not be used as an input for M 361 Example Let L : R 2 R 3 be the linear function given by L(x) = x 1 +2x 2 x 1 3x 1 4x 2 and let M : R 3 R 2 be the linear function given by 5x1 +x M(x) = 2 7x 3 x 1 +x 3 Find a formula for the composition M L : R 2 R 2 Solution We have (M L)(x) = M(L(x)) = M x 1 +2x 2 x 1 3x 1 4x 2 5(x1 +2x = 2 )+( x 1 ) 7(3x 1 4x 2 ) (x 1 +2x 2 )+(3x 1 4x 2 ) 17x1 +38x = 2 2x 1 6x 2 Theorem Let L : R n R m and M : R m R l be linear functions, let A be the matrix of L, and let B be the matrix of M (a) M L is linear, (b) the matrix of M L is BA Proof (a) For any x,y R n, we have (M L)(x+y) = M(L(x+y)) = M(L(x)+L(y)) (L is linear) = M(L(x))+M(L(y)) (M is linear) = (M L)(x)+(M L)(y),

17 3 LINEAR FUNCTION 17 so M L satisfies the first property of a linear function Verification of the second property is left to the exercises (see Exercise 3 10) (b) For any x R n, we have (M L)(x) = M(L(x)) = M(Ax) = B(Ax) = (BA)x, so the matrix of M L is BA (by the uniqueness assertion in 35) 362 Example Let L : R 2 R 3 and M : R 3 R 2 be as in Example 361 (a) Find the matrix A of L and the matrix B of M and use these matrices to find the matrix C of the composition M L (b) Use the formula for M L found in Example 361 to find the matrix of M L directly and compare with the answer to part (a) Solution (a) We have A = [ L(e 1 ) L(e 2 ) ] = and B = [ M(e 1 ) M(e 2 ) M(e 3 ) ] = Therefore, according to the theorem, the matrix C of the composition is C = BA = = (b) Using the formula for M L found in Example 361, we have C = [ (M L)(e 1 ) (M L)(e 2 ) ] =, 2 6 in agreement with part (a) 363 Example Let L : R 2 R 2 be 90 counterclockwise rotation and let M : R 2 R 2 be projection onto the x 1 -axis (a) Using geometry, find the matrix A of L and the matrix B of M and then use these matrices to find the matrix C of the composition M L

18 3 LINEAR FUNCTION 18 (b) Using geometry, find the matrix of M L directly and compare with the answer to part (a) Solution (a) Using geometry to see where L and M send the vectors e 1 and e 2, we get A = [ L(e 1 ) L(e 2 ) ] 0 1 = 1 0 and B = [ M(e 1 ) M(e 2 ) ] = Therefore, according to the theorem, the matrix C of the composition is C = BA = = (b) The vectore 1 = [1,0] T is sent by Lto [0,1] T, which is sentby M to [0,0] T, so (M L)(e 1 ) = [0,0] T Similarly, (M L)(e 2 ) = [ 1,0] T Therefore, C = [ (M L)(e 1 ) (M L)(e 2 ) ] 0 1 =, 0 0 in agreement with part (a) 3 Exercises 3 1 Show directly from the definition that the function L : R 3 R 2 given by 2x1 x L(x) = 2 +4x 3 x 1 6x 3 is linear

19 3 LINEAR FUNCTION Show directly from the definition that the function L : R 2 R 1 given by L(x) = [ 5x 1 8x 2 ] is linear 3 3 Let L : R 3 R 2 be the linear function corresponding to the matrix A = (see Section 32 for what this means) (a) Find L([4,1, 3] T ) (b) Determine whether [6,2, 2] T is in L 1 ([4, 8] T ) (c) Find L 1 ([4, 8] T ) and use it to verify your answer to part (b) 3 4 In each case, determine whether the function F is linear: (a) F : R 2 R 1 given by F(x) = [ x 2 1 2] x2, (b) F : R 2 R 2 x1 given by F(x) = cosx Let L : R 2 R 3 be given by x 1 +3x 2 L(x) = 2x 1 6x 2 3x 1 +9x 2 (a) Find the image of [ 2,1] T under L (b) Is [ 2,4,6] T in iml? Explain 3 6 Find the kernel of the linear function L : R 3 R 3 given by L(x) = [0,2x 2 x 3, 6x 2 +3x 3 ] T

20 3 LINEAR FUNCTION Let L : R 2 R 2 be reflection across the 45 line x 2 = x 1 (In calculus, this line is written y = x) (a) Find the image of [2,1] T under L geometrically (b) Find the preimage of [1, 3] T under L geometrically (c) Find a general formula for L(x) (d) Use the general formula found in part (c) to redo parts (a) and (b) analytically 3 8 Let L : R 3 R 2 be the linear function given by 2x1 x L(x) = 2 +5x 3 7x 2 +4x 3 (a) Find the matrix of L (b) Use part (a) to find L([3,2, 1] T ) (c) Find L([3,2, 1] T ) directly fromthe formulaforlandverifythat it agrees with the answer to part (b) 3 9 Let L : R 2 R 2 be 90 clockwise rotation (a) Find the matrix of L (b) Use part (a) to find L([2,1] T ) (c) Find L([2,1] T ) geometrically and verify that it agrees with the answer to part (b) 3 10 Let L : R n R m and M : R m R l be linear functions Verify that (M L)(αx) = α(m L)(x) for all x R n and α R (This is the second part of the verification that M L is linear See the theorem of Section 36 and its proof)

21 3 LINEAR FUNCTION Let L : R 3 R 2 be the linear function given by x1 +4x L(x) = 2 +2x 3 3x 1 x 3 and let M : R 2 R 3 be the linear function given by 7x 1 +x 2 M(x) = x 1 +6x 2 5x 2 Find a formula for the composition M L : R 3 R Let L : R 2 R 2 be reflection across the line x 2 = x 1 and let M : R 2 R 2 be projection onto the x 2 -axis (a) Using geometry, find the matrix A of L and the matrix B of M and then use these matrices to find the matrix C of the composition M L (b) Using geometry, find the matrix of M L directly and compare with the answer to part (a)

1 +( 3) 2 = 8. Each of these is an example of a linear combination of the vectors x 1 and x 2.

1 +( 3) 2 = 8. Each of these is an example of a linear combination of the vectors x 1 and x 2. 4 Span and subspace 4.1 Linear combination Let x 1 = [2, 1,3] T and let x 2 = [4,2,1] T, both vectors in the R 3. We are interested in which other vectors in R 3 we can get by just scaling these two vectors

More information

Span and Linear Independence

Span and Linear Independence Span and Linear Independence It is common to confuse span and linear independence, because although they are different concepts, they are related. To see their relationship, let s revisit the previous

More information

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

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix Math 34H EXAM I Do all of the problems below. Point values for each of the problems are adjacent to the problem number. Calculators may be used to check your answer but not to arrive at your answer. That

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Topic 14 Notes Jeremy Orloff

Topic 14 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 Row reduction and subspaces 4. Goals. Be able to put a matrix into row reduced echelon form (RREF) using elementary row operations.. Know the definitions of null and column

More information

22 Approximations - the method of least squares (1)

22 Approximations - the method of least squares (1) 22 Approximations - the method of least squares () Suppose that for some y, the equation Ax = y has no solutions It may happpen that this is an important problem and we can t just forget about it If we

More information

Answer Key for Exam #2

Answer Key for Exam #2 Answer Key for Exam #. Use elimination on an augmented matrix: 8 6 7 7. The corresponding system is x 7x + x, x + x + x, x x which we solve for the pivot variables x, x x : x +7x x x x x x x x x x x Therefore

More information

1 Last time: multiplying vectors matrices

1 Last time: multiplying vectors matrices MATH Linear algebra (Fall 7) Lecture Last time: multiplying vectors matrices Given a matrix A = a a a n a a a n and a vector v = a m a m a mn Av = v a a + v a a v v + + Rn we define a n a n a m a m a mn

More information

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

1 Last time: determinants

1 Last time: determinants 1 Last time: determinants Let n be a positive integer If A is an n n matrix, then its determinant is the number det A = Π(X, A)( 1) inv(x) X S n where S n is the set of n n permutation matrices Π(X, A)

More information

Linear Independence x

Linear Independence x Linear Independence A consistent system of linear equations with matrix equation Ax = b, where A is an m n matrix, has a solution set whose graph in R n is a linear object, that is, has one of only n +

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

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

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists Vectors, Linear Combinations, and Matrix-Vector Mulitiplication In this section, we introduce vectors, linear combinations, and matrix-vector multiplication The rest of the class will involve vectors,

More information

Linear transformations

Linear transformations Linear Algebra with Computer Science Application February 5, 208 Review. Review: linear combinations Given vectors v, v 2,..., v p in R n and scalars c, c 2,..., c p, the vector w defined by w = c v +

More information

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33 Linear Algebra 1/33 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct

More information

Review Solutions for Exam 1

Review Solutions for Exam 1 Definitions Basic Theorems. Finish the definition: Review Solutions for Exam (a) A linear combination of vectors {v,..., v n } is: any vector of the form c v + c v + + c n v n (b) A set of vectors {v,...,

More information

Sept. 3, 2013 Math 3312 sec 003 Fall 2013

Sept. 3, 2013 Math 3312 sec 003 Fall 2013 Sept. 3, 2013 Math 3312 sec 003 Fall 2013 Section 1.8: Intro to Linear Transformations Recall that the product Ax is a linear combination of the columns of A turns out to be a vector. If the columns of

More information

Approximations - the method of least squares (1)

Approximations - the method of least squares (1) Approximations - the method of least squares () In many applications, we have to consider the following problem: Suppose that for some y, the equation Ax = y has no solutions It could be that this is an

More information

Section 1.8/1.9. Linear Transformations

Section 1.8/1.9. Linear Transformations Section 1.8/1.9 Linear Transformations Motivation Let A be a matrix, and consider the matrix equation b = Ax. If we vary x, we can think of this as a function of x. Many functions in real life the linear

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 6) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

MATH10212 Linear Algebra B Homework Week 4

MATH10212 Linear Algebra B Homework Week 4 MATH22 Linear Algebra B Homework Week 4 Students are strongly advised to acquire a copy of the Textbook: D. C. Lay Linear Algebra and its Applications. Pearson, 26. ISBN -52-2873-4. Normally, homework

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

Math 54 HW 4 solutions

Math 54 HW 4 solutions Math 54 HW 4 solutions 2.2. Section 2.2 (a) False: Recall that performing a series of elementary row operations A is equivalent to multiplying A by a series of elementary matrices. Suppose that E,...,

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 7) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

Section 1.8 Matrices as Linear Transformations

Section 1.8 Matrices as Linear Transformations Section.8 Matrices as Linear Transformations Up to this point in the course, we have thought of matrices as stand alone constructions, objects of interest in their own right. We have learned multiple matrix

More information

Math 344 Lecture # Linear Systems

Math 344 Lecture # Linear Systems Math 344 Lecture #12 2.7 Linear Systems Through a choice of bases S and T for finite dimensional vector spaces V (with dimension n) and W (with dimension m), a linear equation L(v) = w becomes the linear

More information

Span & Linear Independence (Pop Quiz)

Span & Linear Independence (Pop Quiz) Span & Linear Independence (Pop Quiz). Consider the following vectors: v = 2, v 2 = 4 5, v 3 = 3 2, v 4 = Is the set of vectors S = {v, v 2, v 3, v 4 } linearly independent? Solution: Notice that the number

More information

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34 Linear Algebra /34 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct axes)

More information

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:

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: 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: x x = 3 1 2 2x + 4x = 12 1 2 Geometric meaning: Do these

More information

If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined

If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined Question 1 If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined Quang T. Bach Math 18 October 18, 2017 1 / 17 Question 2 1 2 Let A = 3 4 1 2 3

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

MATH240: Linear Algebra Exam #1 solutions 6/12/2015 Page 1

MATH240: Linear Algebra Exam #1 solutions 6/12/2015 Page 1 MATH4: Linear Algebra Exam # solutions 6//5 Page Write legibly and show all work. No partial credit can be given for an unjustified, incorrect answer. Put your name in the top right corner and sign the

More information

Some Notes on Linear Algebra

Some Notes on Linear Algebra Some Notes on Linear Algebra prepared for a first course in differential equations Thomas L Scofield Department of Mathematics and Statistics Calvin College 1998 1 The purpose of these notes is to present

More information

A 2. =... = c c N. 's arise from the three types of elementary row operations. If rref A = I its determinant is 1, and A = c 1

A 2. =... = c c N. 's arise from the three types of elementary row operations. If rref A = I its determinant is 1, and A = c 1 Theorem: Let A n n Then A 1 exists if and only if det A 0 proof: We already know that A 1 exists if and only if the reduced row echelon form of A is the identity matrix Now, consider reducing A to its

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain.

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain. 250 CHAPTER 4 Vector Spaces 14. On R 2, define the operation of addition by (x 1,y 1 ) + (x 2,y 2 ) = (x 1 x 2,y 1 y 2 ). Do axioms A5 and A6 in the definition of a vector space hold? Justify your answer.

More information

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved Fundamentals of Linear Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved 2 PREFACE Linear algebra has evolved as a branch of mathematics with wide range of applications to the natural

More information

Math 2940: Prelim 1 Practice Solutions

Math 2940: Prelim 1 Practice Solutions Math 294: Prelim Practice Solutions x. Find all solutions x = x 2 x 3 to the following system of equations: x 4 2x + 4x 2 + 2x 3 + 2x 4 = 6 x + 2x 2 + x 3 + x 4 = 3 3x 6x 2 + x 3 + 5x 4 = 5 Write your

More information

Section 4.5. Matrix Inverses

Section 4.5. Matrix Inverses Section 4.5 Matrix Inverses The Definition of Inverse Recall: The multiplicative inverse (or reciprocal) of a nonzero number a is the number b such that ab = 1. We define the inverse of a matrix in almost

More information

Inverses of Square Matrices

Inverses of Square Matrices Inverses of Square Matrices A. Havens Department of Mathematics University of Massachusetts, Amherst February 23-26, 2018 Outline 1 Defining Inverses Inverses for Products and Functions Defining Inverse

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

Solutions to Exam I MATH 304, section 6

Solutions to Exam I MATH 304, section 6 Solutions to Exam I MATH 304, section 6 YOU MUST SHOW ALL WORK TO GET CREDIT. Problem 1. Let A = 1 2 5 6 1 2 5 6 3 2 0 0 1 3 1 1 2 0 1 3, B =, C =, I = I 0 0 0 1 1 3 4 = 4 4 identity matrix. 3 1 2 6 0

More information

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

Lecture 03. Math 22 Summer 2017 Section 2 June 26, 2017 Lecture 03 Math 22 Summer 2017 Section 2 June 26, 2017 Just for today (10 minutes) Review row reduction algorithm (40 minutes) 1.3 (15 minutes) Classwork Review row reduction algorithm Review row reduction

More information

Math 3108: Linear Algebra

Math 3108: Linear Algebra Math 3108: Linear Algebra Instructor: Jason Murphy Department of Mathematics and Statistics Missouri University of Science and Technology 1 / 323 Contents. Chapter 1. Slides 3 70 Chapter 2. Slides 71 118

More information

MATH 15a: Applied Linear Algebra Practice Exam 1

MATH 15a: Applied Linear Algebra Practice Exam 1 MATH 5a: Applied Linear Algebra Practice Exam Note: this practice test is NOT a guarantee of what the actual midterm will look like!. Say whether the following functions are linear. If so, write down the

More information

Fact: Every matrix transformation is a linear transformation, and vice versa.

Fact: Every matrix transformation is a linear transformation, and vice versa. Linear Transformations Definition: A transformation (or mapping) T is linear if: (i) T (u + v) = T (u) + T (v) for all u, v in the domain of T ; (ii) T (cu) = ct (u) for all scalars c and all u in the

More information

f(x) x

f(x) x 2 Function 2.1 Function notation The equation f(x) = x 2 + 3 defines a function f from the set R of real numbers to itself (written f : R R). This function accepts an input value x and returns an output

More information

Linear Algebra and Matrix Inversion

Linear Algebra and Matrix Inversion Jim Lambers MAT 46/56 Spring Semester 29- Lecture 2 Notes These notes correspond to Section 63 in the text Linear Algebra and Matrix Inversion Vector Spaces and Linear Transformations Matrices are much

More information

Linear Algebra Exam 1 Spring 2007

Linear Algebra Exam 1 Spring 2007 Linear Algebra Exam 1 Spring 2007 March 15, 2007 Name: SOLUTION KEY (Total 55 points, plus 5 more for Pledged Assignment.) Honor Code Statement: Directions: Complete all problems. Justify all answers/solutions.

More information

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero. Finite Mathematics Chapter 2 Section 2.1 Systems of Linear Equations: An Introduction Systems of Equations Recall that a system of two linear equations in two variables may be written in the general form

More information

Homework 2 Solutions

Homework 2 Solutions Math 312, Spring 2014 Jerry L. Kazdan Homework 2 s 1. [Bretscher, Sec. 1.2 #44] The sketch represents a maze of one-way streets in a city. The trac volume through certain blocks during an hour has been

More information

Math 220 F11 Lecture Notes

Math 220 F11 Lecture Notes Math 22 F Lecture Notes William Chen November 4, 2. Lecture. Firstly, lets just get some notation out of the way. Notation. R, Q, C, Z, N,,,, {},, A B. Everyone in high school should have studied equations

More information

Lecture 3: Linear Algebra Review, Part II

Lecture 3: Linear Algebra Review, Part II Lecture 3: Linear Algebra Review, Part II Brian Borchers January 4, Linear Independence Definition The vectors v, v,..., v n are linearly independent if the system of equations c v + c v +...+ c n v n

More information

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 Abstract Algebra I Randall R. Holmes Auburn University Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 This work is licensed under the Creative Commons Attribution- NonCommercial-NoDerivatives

More information

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

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Linear Algebra Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination

More information

Section 4.4 Functions. CS 130 Discrete Structures

Section 4.4 Functions. CS 130 Discrete Structures Section 4.4 Functions CS 130 Discrete Structures Function Definitions Let S and T be sets. A function f from S to T, f: S T, is a subset of S x T where each member of S appears exactly once as the first

More information

Jane and Joe are measuring the circumference of a dime with a string. Jane' s result is: 55 mm Joe's result is: 58 mm

Jane and Joe are measuring the circumference of a dime with a string. Jane' s result is: 55 mm Joe's result is: 58 mm A LESSON ON ABSOLUTE VALUE Jane and Joe are measuring the circumference of a dime with a string. Jane' s result is: 55 mm Joe's result is: 58 mm Tom knows the true length of the circumference: 56 mm. He

More information

2018 Fall 2210Q Section 013 Midterm Exam I Solution

2018 Fall 2210Q Section 013 Midterm Exam I Solution 8 Fall Q Section 3 Midterm Exam I Solution True or False questions ( points = points) () An example of a linear combination of vectors v, v is the vector v. True. We can write v as v + v. () If two matrices

More information

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES LECTURES 14/15: LINEAR INDEPENDENCE AND BASES MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1. Linear Independence We have seen in examples of span sets of vectors that sometimes adding additional vectors

More information

Mathematics 206 Solutions for HWK 23 Section 6.3 p358

Mathematics 206 Solutions for HWK 23 Section 6.3 p358 Mathematics 6 Solutions for HWK Section Problem 9. Given T(x, y, z) = (x 9y + z,6x + 5y z) and v = (,,), use the standard matrix for the linear transformation T to find the image of the vector v. Note

More information

Linear Algebra I. Ronald van Luijk, 2015

Linear Algebra I. Ronald van Luijk, 2015 Linear Algebra I Ronald van Luijk, 2015 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents Dependencies among sections 3 Chapter 1. Euclidean space: lines and hyperplanes 5 1.1. Definition

More information

LECTURE 7: LINEAR TRANSFORMATION (CHAPTER 4 IN THE BOOK)

LECTURE 7: LINEAR TRANSFORMATION (CHAPTER 4 IN THE BOOK) LECTURE 7: LINEAR TRANSFORMATION (CHAPTER 4 IN THE BOOK) Everything marked by is not required by the course syllabus In this lecture, F is a fixed field and all vector spcaes are over F. One can assume

More information

Solutions of Linear system, vector and matrix equation

Solutions of Linear system, vector and matrix equation Goals: Solutions of Linear system, vector and matrix equation Solutions of linear system. Vectors, vector equation. Matrix equation. Math 112, Week 2 Suggested Textbook Readings: Sections 1.3, 1.4, 1.5

More information

Solving Systems of Equations Row Reduction

Solving Systems of Equations Row Reduction Solving Systems of Equations Row Reduction November 19, 2008 Though it has not been a primary topic of interest for us, the task of solving a system of linear equations has come up several times. For example,

More information

can only hit 3 points in the codomain. Hence, f is not surjective. For another example, if n = 4

can only hit 3 points in the codomain. Hence, f is not surjective. For another example, if n = 4 .. Conditions for Injectivity and Surjectivity In this section, we discuss what we can say about linear maps T : R n R m given only m and n. We motivate this problem by looking at maps f : {,..., n} {,...,

More information

SOLUTIONS TO EXERCISES FOR MATHEMATICS 133 Part 1. I. Topics from linear algebra

SOLUTIONS TO EXERCISES FOR MATHEMATICS 133 Part 1. I. Topics from linear algebra SOLUTIONS TO EXERCISES FOR MATHEMATICS 133 Part 1 Winter 2009 I. Topics from linear algebra I.0 : Background 1. Suppose that {x, y} is linearly dependent. Then there are scalars a, b which are not both

More information

NOTES ON VECTORS, PLANES, AND LINES

NOTES ON VECTORS, PLANES, AND LINES NOTES ON VECTORS, PLANES, AND LINES DAVID BEN MCREYNOLDS 1. Vectors I assume that the reader is familiar with the basic notion of a vector. The important feature of the vector is that it has a magnitude

More information

Usually, when we first formulate a problem in mathematics, we use the most familiar

Usually, when we first formulate a problem in mathematics, we use the most familiar Change of basis Usually, when we first formulate a problem in mathematics, we use the most familiar coordinates. In R, this means using the Cartesian coordinates x, y, and z. In vector terms, this is equivalent

More information

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction MAT4 : Introduction to Applied Linear Algebra Mike Newman fall 7 9. Projections introduction One reason to consider projections is to understand approximate solutions to linear systems. A common example

More information

Chapter 1 Linear Equations. 1.1 Systems of Linear Equations

Chapter 1 Linear Equations. 1.1 Systems of Linear Equations Chapter Linear Equations. Systems of Linear Equations A linear equation in the n variables x, x 2,..., x n is one that can be expressed in the form a x + a 2 x 2 + + a n x n = b where a, a 2,..., a n and

More information

An Introduction To Linear Algebra. Kuttler

An Introduction To Linear Algebra. Kuttler An Introduction To Linear Algebra Kuttler April, 7 Contents Introduction 7 F n 9 Outcomes 9 Algebra in F n Systems Of Equations Outcomes Systems Of Equations, Geometric Interpretations Systems Of Equations,

More information

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

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer. Chapter 3 Directions: For questions 1-11 mark each statement True or False. Justify each answer. 1. (True False) Asking whether the linear system corresponding to an augmented matrix [ a 1 a 2 a 3 b ]

More information

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1 Linear equations We now switch gears to discuss the topic of solving linear equations, and more interestingly, systems

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

2.3 Terminology for Systems of Linear Equations

2.3 Terminology for Systems of Linear Equations page 133 e 2t sin 2t 44 A(t) = t 2 5 te t, a = 0, b = 1 sec 2 t 3t sin t 45 The matrix function A(t) in Problem 39, with a = 0 and b = 1 Integration of matrix functions given in the text was done with

More information

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

Mon Feb Matrix algebra and matrix inverses. Announcements: Warm-up Exercise: Math 2270-004 Week 5 notes We will not necessarily finish the material from a given day's notes on that day We may also add or subtract some material as the week progresses, but these notes represent an

More information

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

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

Matrix-Vector Products and the Matrix Equation Ax = b

Matrix-Vector Products and the Matrix Equation Ax = b Matrix-Vector Products and the Matrix Equation Ax = b A. Havens Department of Mathematics University of Massachusetts, Amherst January 31, 2018 Outline 1 Matrices Acting on Vectors Linear Combinations

More information

Review Packet 1 B 11 B 12 B 13 B = B 21 B 22 B 23 B 31 B 32 B 33 B 41 B 42 B 43

Review Packet 1 B 11 B 12 B 13 B = B 21 B 22 B 23 B 31 B 32 B 33 B 41 B 42 B 43 Review Packet. For each of the following, write the vector or matrix that is specified: a. e 3 R 4 b. D = diag{, 3, } c. e R 3 d. I. For each of the following matrices and vectors, give their dimension.

More information

Row Reduction and Echelon Forms

Row Reduction and Echelon Forms Row Reduction and Echelon Forms 1 / 29 Key Concepts row echelon form, reduced row echelon form pivot position, pivot, pivot column basic variable, free variable general solution, parametric solution existence

More information

Vector Spaces, Orthogonality, and Linear Least Squares

Vector Spaces, Orthogonality, and Linear Least Squares Week Vector Spaces, Orthogonality, and Linear Least Squares. Opening Remarks.. Visualizing Planes, Lines, and Solutions Consider the following system of linear equations from the opener for Week 9: χ χ

More information

Chapter 3 Representations of a Linear Relation

Chapter 3 Representations of a Linear Relation Chapter 3 Representations of a Linear Relation The purpose of this chapter is to develop fluency in the ways of representing a linear relation, and in extracting information from these representations.

More information

Numerical Methods Lecture 2 Simultaneous Equations

Numerical Methods Lecture 2 Simultaneous Equations Numerical Methods Lecture 2 Simultaneous Equations Topics: matrix operations solving systems of equations pages 58-62 are a repeat of matrix notes. New material begins on page 63. Matrix operations: Mathcad

More information

Math 3C Lecture 20. John Douglas Moore

Math 3C Lecture 20. John Douglas Moore Math 3C Lecture 20 John Douglas Moore May 18, 2009 TENTATIVE FORMULA I Midterm I: 20% Midterm II: 20% Homework: 10% Quizzes: 10% Final: 40% TENTATIVE FORMULA II Higher of two midterms: 30% Homework: 10%

More information

Lecture 2 Systems of Linear Equations and Matrices, Continued

Lecture 2 Systems of Linear Equations and Matrices, Continued Lecture 2 Systems of Linear Equations and Matrices, Continued Math 19620 Outline of Lecture Algorithm for putting a matrix in row reduced echelon form - i.e. Gauss-Jordan Elimination Number of Solutions

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.9 THE MATRIX OF A LINEAR TRANSFORMATION THE MATRIX OF A LINEAR TRANSFORMATION Theorem 10: Let T: R n R m be a linear transformation. Then there exists a unique matrix

More information

Ron Paul Curriculum 9th Grade Mathematics Problem Set #2

Ron Paul Curriculum 9th Grade Mathematics Problem Set #2 Problem Set # Find the value of each expression below, and then name the sets of numbers to which each value belongs:.. + 6.8. 7. 8 (.6). 8+ 5 5. 9/ Name the property illustrated by each equation: 6. z

More information

Chapter 4. Solving Systems of Equations. Chapter 4

Chapter 4. Solving Systems of Equations. Chapter 4 Solving Systems of Equations 3 Scenarios for Solutions There are three general situations we may find ourselves in when attempting to solve systems of equations: 1 The system could have one unique solution.

More information

Math 51, Homework-2 Solutions

Math 51, Homework-2 Solutions SSEA Summer 27 Math 5, Homework-2 Solutions Write the parametric equation of the plane that contains the following point and line: 3 2, 4 2 + t 3 t R 5 4 By substituting t = and t =, we get two points

More information

SECTION 1.8 : x = f LEARNING OBJECTIVES

SECTION 1.8 : x = f LEARNING OBJECTIVES SECTION 1.8 : x = f (Section 1.8: x = f ( y) ( y)) 1.8.1 LEARNING OBJECTIVES Know how to graph equations of the form x = f ( y). Compare these graphs with graphs of equations of the form y = f ( x). Recognize

More information

Linear Algebra, 4th day, Thursday 7/1/04 REU Info:

Linear Algebra, 4th day, Thursday 7/1/04 REU Info: Linear Algebra, 4th day, Thursday 7/1/04 REU 004. Info http//people.cs.uchicago.edu/laci/reu04. Instructor Laszlo Babai Scribe Nick Gurski 1 Linear maps We shall study the notion of maps between vector

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors LECTURE 3 Eigenvalues and Eigenvectors Definition 3.. Let A be an n n matrix. The eigenvalue-eigenvector problem for A is the problem of finding numbers λ and vectors v R 3 such that Av = λv. If λ, v are

More information

MATH 212 Linear Algebra I

MATH 212 Linear Algebra I MATH 212 Linear Algebra I Richard Taylor Thompson Rivers University last revision: January 16, 2008 Lec. #1 1 Systems of Linear Equations In your other courses you might have already met with a problem

More information

Announcements Monday, September 25

Announcements Monday, September 25 Announcements Monday, September 25 The midterm will be returned in recitation on Friday. You can pick it up from me in office hours before then. Keep tabs on your grades on Canvas. WeBWorK 1.7 is due Friday

More information

Math 309 Notes and Homework for Days 4-6

Math 309 Notes and Homework for Days 4-6 Math 309 Notes and Homework for Days 4-6 Day 4 Read Section 1.2 and the notes below. The following is the main definition of the course. Definition. A vector space is a set V (whose elements are called

More information

Math 314 Lecture Notes Section 006 Fall 2006

Math 314 Lecture Notes Section 006 Fall 2006 Math 314 Lecture Notes Section 006 Fall 2006 CHAPTER 1 Linear Systems of Equations First Day: (1) Welcome (2) Pass out information sheets (3) Take roll (4) Open up home page and have students do same

More information

1 Introduction. 2 Solving Linear Equations

1 Introduction. 2 Solving Linear Equations 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

Solving Linear Systems Using Gaussian Elimination

Solving Linear Systems Using Gaussian Elimination Solving Linear Systems Using Gaussian Elimination DEFINITION: A linear equation in the variables x 1,..., x n is an equation that can be written in the form a 1 x 1 +...+a n x n = b, where a 1,...,a n

More information