Linear Algebra (wi1403lr) Lecture no.4

Size: px
Start display at page:

Download "Linear Algebra (wi1403lr) Lecture no.4"

Transcription

1 Linear Algebra (wi1403lr) Lecture no.4 EWI / DIAM / Numerical Analysis group Matthias Möller 29/04/2014 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

2 Review of lecture no Solution Sets of Linear Systems homogeneous linear systems always have trivial solution have nontrivial solutions if and only if there are free variables inhomogeneous linear systems solution=particular solution+homogeneous solution parametric form of solutions: (translated) lines, planes, etc. geometric interpretation of solution sets M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

3 Review of lecture no.3, cont d 1.7 Linear Independence definition relation between linear independence of matrix columns and existence of nontrivial solutions to the matrix equation criteria for linear dependence of indexed set {v 1,..., v p } v j can be written as linear combination of v 1,..., v j 1 set contains more vectors than there are entries in each vector set contains the zero vector M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

4 Learning objectives of lecture no.4 You will learn to describe manipulations of vectors by transformations to derive and analyse linear matrix transformations to identify different types of mappings/transformations M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

5 Describe the shade mathematically! M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

6 Describe the shade mathematically! aircraft shade M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

7 Formal description... The aircraft is a three-dimensional object that should be mapped to the two-dimensional ground M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

8 Formal description... The aircraft is a three-dimensional object (domain of T ) that should be mapped (i.e. transformed by mapping T ) to the two-dimensional ground (codomain of T ). T x R 3 Domain R 2 Codomain Range T (x) M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

9 ...in words Transformation A transformation T from R n to R m is a rule that assigns to each vector x R n a vector T (x) R m. We use the notation T : R n R m The set R n is called the domain of T, and R m is called the codomain of T. For a particular x R n, the vector T (x) R m is called the image of x under the action of the transformation T. The set of all images T (x) is called the range of T. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

10 Matrix transformation Let transformation T : R n R m be defined as [ ] T (x) := x, x = Give values for domain and codomain, aka n and m. 1 2 Compute the image b = T (x) of the vector x = 2. 3 x 2 x 3 3 Find vector x whose image is b = [ ] 0 4 Is vector x = in the range of T? 0 x 1 x 2 x 3 [ ] 2. Is it unique? 2 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

11 Matrix transformation Let transformation T : R n R m be defined as [ ] T (x) := x, x = Give values for domain and codomain, aka n and m. 1 2 Compute the image b = T (x) of the vector x = 2. 3 x 2 x 3 3 Find vector x whose image is b = [ ] 0 4 Is vector x = in the range of T? 0 x 1 x 2 x 3 [ ] 2. Is it unique? 2 See EXAMPLE 1 for another worked out example. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

12 Matrix transformation Take home lesson 1 Finding the image b (in the codomain) of a vector x (in the domain) amounts to multiplying it with the matrix A x b = Ax 2 Finding all vectors x (in the domain) that are transformed into the image vector b (in the codomain) under the multiplication by matrix A amounts to solving the equation Ax = b. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

13 Matrix transformation Quiz: Let T (x) := Ax with n m transformation matrix A. Then the domain of T is the codomain of T is the range of T is M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

14 Matrix transformation Quiz: Let T (x) := Ax with n m transformation matrix A. Then the domain of T is R n since A has n columns the codomain of T is the range of T is M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

15 Matrix transformation Quiz: Let T (x) := Ax with n m transformation matrix A. Then the domain of T is R n since A has n columns the codomain of T is R m since A has m rows the range of T is M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

16 Matrix transformation Quiz: Let T (x) := Ax with n m transformation matrix A. Then the domain of T is R n since A has n columns the codomain of T is R m since A has m rows the range of T is the set of all linear combinations of the columns of A M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

17 Special matrix transformation The identity transformation x x maps each vector x in R 3 to x in R 3. What is the image of x = x 2? x 3 x 1 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

18 Special matrix transformation The scaled identity transformation x k x scales each vector x in R 3 to kx in R 3. What is the image of x = x 2 with k = 2? x 3 x 1 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

19 Special matrix transformation The projection transformation x x projects each vector x in R 3 onto the x 1 x 3 -plane. What is the image of x = x 2? x 3 x 1 What is the transformation matrix for our aircraft example? M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

20 Special matrix transformation The horizontal contraction/expansion transformation [ ] [ ] k 0 kx1 x x = 0 1 contracts (0 < k < 1) or expands (k > 1) each vector x = horizontally. x 2 [ x1 x 2 ] What is the range of the square [0, 0] [1, 1] under T? M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

21 Special matrix transformation The horizontal contraction/expansion transformation [ ] [ ] k 0 kx1 x x = 0 1 contracts (0 < k < 1) or expands (k > 1) each vector x = horizontally. x 2 [ x1 x 2 ] What is the range of the square [0, 0] [1, 1] under T? A similar transformation exists in vertical direction. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

22 Special matrix transformation The horizontal shear transformation [ ] [ ] 1 k x1 + kx x x = deforms each vector x = [ x1 x 2 x 2 ], dragging its x 1 -component to the right (k > 0) and to the left (k < 0), respectively. What is the range of the square [0, 0] [1, 1] under T? M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

23 Special matrix transformation The horizontal shear transformation [ ] [ ] 1 k x1 + kx x x = deforms each vector x = [ x1 x 2 x 2 ], dragging its x 1 -component to the right (k > 0) and to the left (k < 0), respectively. What is the range of the square [0, 0] [1, 1] under T? A similar transformation exists in vertical direction. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

24 Special matrix transformation The reflection transformation [ ] 0 1 x x = 1 0 reflects each vector x = [ x1 x 2 [ x2 x 1 ] ] along the line x 2 = x 1 What is the range of the square [0, 0] [1, 1] under T? M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

25 Special matrix transformation The rotation transformation [ ] cos φ sin φ x x sin φ cos φ rotates each vector x = [ x1 x 2 ] about the origin through angle φ with counterclockwise orientation for positive angle φ. What is the range of the square [0, 0] [1, 1] under T for φ = π/2 and φ = π? M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

26 Special matrix transformation The rotation transformation [ ] cos φ sin φ x x sin φ cos φ rotates each vector x = [ x1 x 2 ] about the origin through angle φ with counterclockwise orientation for positive angle φ. What is the range of the square [0, 0] [1, 1] under T for φ = π/2 and φ = π? More examples on pages M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

27 Linear transformation It follows from the properties of the matrix-vector product that A(u + v) = Au + Av A(cu) = cau This leads to the following for all u, v in R n for all u in R n and scalars c R Definition The arbitrary transformation T is linear if T (u + v) = T u + T v T (cu) = ct u for all u, v in the domain of T for all u in the domain of T and scalars c R Every matrix transformation is linear. Why? M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

28 Properties of linear transformation Quiz: True or false (then give a counterexample) Let T be a linear transformation. Then T (0) = 0 True False T (au + bv) = at (u) + bt (v) True False for all vectors u, v in the domain of T and all scalars a, b the image {T (v 1 ), T (v 2 ), T (v 3 )} of a linearly dependent set {v 1, v 2, v 3 } is linearly dependent, too True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

29 Properties of linear transformation Quiz: True or false (then give a counterexample) Let T be a linear transformation. Then T (0) = 0 True False T (au + bv) = at (u) + bt (v) True False for all vectors u, v in the domain of T and all scalars a, b the image {T (v 1 ), T (v 2 ), T (v 3 )} of a linearly dependent set {v 1, v 2, v 3 } is linearly dependent, too True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

30 Properties of linear transformation Quiz: True or false (then give a counterexample) Let T be a linear transformation. Then T (0) = 0 True False T (au + bv) = at (u) + bt (v) True False for all vectors u, v in the domain of T and all scalars a, b the image {T (v 1 ), T (v 2 ), T (v 3 )} of a linearly dependent set {v 1, v 2, v 3 } is linearly dependent, too True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

31 Properties of linear transformation Quiz: True or false (then give a counterexample) Let T be a linear transformation. Then T (0) = 0 True False T (au + bv) = at (u) + bt (v) True False for all vectors u, v in the domain of T and all scalars a, b the image {T (v 1 ), T (v 2 ), T (v 3 )} of a linearly dependent set {v 1, v 2, v 3 } is linearly dependent, too True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

32 Linear = matrix transformation? Every matrix transformation is linear due to the properties of matrix-vector multiplication. There are transformations which are not linear, e.g. ([ ]) [ ] x1 x1 2 x T := 2 x 2 x 1 4x 2 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

33 Linear = matrix transformation? Every matrix transformation is linear due to the properties of matrix-vector multiplication. There are transformations which are not linear, e.g. ([ ]) [ ] x1 x1 2 x T := 2 x 2 x 1 4x 2 T ([ ]) 1 + T 1 ([ ]) 1 = 1 [ ] [ ] 3 T 3 ([ ]) 0 = 0 Is there a matrix representation of this transformation? [ ] 0 0 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

34 Linear = matrix transformation? Every matrix transformation is linear due to the properties of matrix-vector multiplication. There are transformations which are not linear, e.g. ([ ]) [ ] x1 x1 2 x T := 2 x 2 x 1 4x 2 T ([ ]) 1 + T 1 ([ ]) 1 = 1 [ ] [ ] 3 T 3 ([ ]) 0 = 0 Is there a matrix representation of this transformation? No! [ ] 0 0 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

35 Linear = matrix transformation! Let T : R n R m be a linear transformation. Then there exists a unique matrix A such that T (x) = Ax for all x in R n A is the m n matrix whose jth column is the vector T (e j ), where e j is the jth column of the identity matrix in R n. The matrix A = [T (e 1 ),..., T (e n )] is called the standard matrix for the linear transformation. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

36 Finding the standard matrix Find the standard matrix for the mapping T : R 4 R 4 with x 1 + 2x 2 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 x 2 x 4 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

37 Finding the standard matrix Find the standard matrix for the mapping T : R 4 R 4 with x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

38 Finding the standard matrix Find the standard matrix for the mapping T : R 2 R 2 that 1 performs a horizontal shear that maps e 1 into e 2 + 2e 1 (leaving e 1 unchanged) 2 and then reflects points through the line x 2 = x 1 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

39 Finding the standard matrix Find the standard matrix for the mapping T : R 2 R 2 that 1 performs a horizontal shear that maps e 1 into e 2 + 2e 1 (leaving e 1 unchanged) [ ] [ ] [ ] [ ] 1 k x1 1 k 0 T 1 (x) := = x 2 [ ] k 1! = [ ] 2 k = and then reflects points through the line x 2 = x 1 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

40 Finding the standard matrix Find the standard matrix for the mapping T : R 2 R 2 that 1 performs a horizontal shear that maps e 1 into e 2 + 2e 1 (leaving e 1 unchanged) [ ] [ ] [ ] [ ] 1 k x1 1 k 0 T 1 (x) := = x 2 [ ] k 1! = [ ] 2 k = and then reflects points through the line x 2 = x 1 [ ] [ ] 0 1 x1 T 2 (x) := cf. page x 2 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

41 Finding the standard matrix Find the standard matrix for the mapping T : R 2 R 2 that 1 performs a horizontal shear that maps e 1 into e 2 + 2e 1 (leaving e 1 unchanged) [ ] [ ] [ ] [ ] 1 k x1 1 k 0 T 1 (x) := = x 2 [ ] k 1! = [ ] 2 k = and then reflects points through the line x 2 = x 1 [ ] [ ] 0 1 x1 T 2 (x) := cf. page Solution: Concatenate both transformations by multiplication [ ] ([ ] [ ]) [ ] [ ] x1 0 1 x1 T (x) = T 2 (T 1 (x)) := = x 2 x 2 x 2 M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

42 Types of mappings 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. mapping T reaches all locations in R m 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. no two vectors in R n have the same image M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

43 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 maps R 4 onto R 4 True False is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

44 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 maps R 4 onto R 4 True False 0 There is no vector in R 4 that is mapped to is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

45 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 maps R 4 onto R 4 True False 0 There is no vector in R 4 that is mapped to is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

46 Types of mappings Let T : R n R m be a linear transformation. Then T is one-to-one if and only if the equation T (x) = 0 has only the trivial solution. 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 ; 2 T is one-to-one if and only if the columns of A are linearly independent. M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

47 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 maps R 4 onto R 4 True False is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

48 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 maps R 4 onto R True False The columns span a b c 0 1 with scalars a, b, c is not equal to R is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

49 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping x 1 + 2x x 1 T (x 1, x 2, x 3, x 4 ) = 0 2x 2 + x 4 = x x 3 x 2 x x 4 maps R 4 onto R True False The columns span a b c 0 1 with scalars a, b, c is not equal to R is a one-to-one mapping True False 3 columns with 2 entries each cannot be linearly independent M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

50 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping [ ] x1 5x T (x 1, x 2, x 3 ) = 2 + 4x 3 = x 2 6x 3 [ ] 1 x x 2 x 3 maps R 3 onto R 2 True False is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

51 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping [ ] x1 5x T (x 1, x 2, x 3 ) = 2 + 4x 3 = x 2 6x 3 [ ] 1 x x 2 x 3 maps R 3 onto R 2 True False [ ] [ ] [ ] The columns span a + b + c with scalars a, b, c which is equal to R 2 is a one-to-one mapping True False M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

52 Types of mappings Quiz: True or false (then give a counterexample) The linear mapping [ ] x1 5x T (x 1, x 2, x 3 ) = 2 + 4x 3 = x 2 6x 3 [ ] 1 x x 2 x 3 maps R 3 onto R 2 True False [ ] [ ] [ ] The columns span a + b + c with scalars a, b, c which is equal to R 2 is a one-to-one mapping True False Three columns with two entries each cannot be linearly independent M. Möller (EWI/NA group) LA (wi1403lr) 29/04/ / 28

Linear Algebra (wi1403lr) Lecture no.3

Linear Algebra (wi1403lr) Lecture no.3 Linear Algebra (wi1403lr) Lecture no.3 EWI / DIAM / Numerical Analysis group Matthias Möller 25/04/2014 M. Möller (EWI/NA group) LA (wi1403lr) 25/04/2014 1 / 18 Review of lecture no.2 1.3 Vector Equations

More information

Review for Chapter 1. Selected Topics

Review for Chapter 1. Selected Topics Review for Chapter 1 Selected Topics Linear Equations We have four equivalent ways of writing linear systems: 1 As a system of equations: 2x 1 + 3x 2 = 7 x 1 x 2 = 5 2 As an augmented matrix: ( 2 3 ) 7

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

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

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

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where

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

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

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

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

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

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

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

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

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

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

Determine whether the following system has a trivial solution or non-trivial solution:

Determine whether the following system has a trivial solution or non-trivial solution: Practice Questions Lecture # 7 and 8 Question # Determine whether the following system has a trivial solution or non-trivial solution: x x + x x x x x The coefficient matrix is / R, R R R+ R The corresponding

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. est Review-Linear Algebra Name MULIPLE CHOICE Choose the one alternative that best completes the statement or answers the question Solve the system of equations ) 7x + 7 + x + + 9x + + 9 9 (-,, ) (, -,

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

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

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns Linear Equation: a x + a 2 x 2 +... + a n x n = b. x, x 2,..., x n : variables or unknowns a, a 2,..., a n : coefficients b: constant term Examples: x + 4 2 y + (2 5)z = is linear. x 2 + y + yz = 2 is

More information

Family Feud Review. Linear Algebra. October 22, 2013

Family Feud Review. Linear Algebra. October 22, 2013 Review Linear Algebra October 22, 2013 Question 1 Let A and B be matrices. If AB is a 4 7 matrix, then determine the dimensions of A and B if A has 19 columns. Answer 1 Answer A is a 4 19 matrix, while

More information

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

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

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

MAT 2037 LINEAR ALGEBRA I web:

MAT 2037 LINEAR ALGEBRA I web: MAT 237 LINEAR ALGEBRA I 2625 Dokuz Eylül University, Faculty of Science, Department of Mathematics web: Instructor: Engin Mermut http://kisideuedutr/enginmermut/ HOMEWORK 2 MATRIX ALGEBRA Textbook: Linear

More information

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam MA 242 LINEAR ALGEBRA C Solutions to First Midterm Exam Prof Nikola Popovic October 2 9:am - :am Problem ( points) Determine h and k such that the solution set of x + = k 4x + h = 8 (a) is empty (b) contains

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

Week #4: Midterm 1 Review

Week #4: Midterm 1 Review Week #4: Midterm Review April 5, NAMES: TARDIS : http://math.ucsb.edu/ kgracekennedy/spring 4A.html Week : Introduction to Systems of Linear Equations Problem.. What row operations are allowed and why?...

More information

Section 1.5. Solution Sets of Linear Systems

Section 1.5. Solution Sets of Linear Systems Section 1.5 Solution Sets of Linear Systems Plan For Today Today we will learn to describe and draw the solution set of an arbitrary system of linear equations Ax = b, using spans. Ax = b Recall: the solution

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.4 THE MATRIX EQUATION A = b MATRIX EQUATION A = b m n Definition: If A is an matri, with columns a 1, n, a n, and if is in, then the product of A and, denoted by

More information

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

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015 Chapter : Theory Review: Solutions Math 08 F Spring 05. What two properties must a function T : R m R n satisfy to be a linear transformation? (a) For all vectors u and v in R m, T (u + v) T (u) + T (v)

More information

(i) [7 points] Compute the determinant of the following matrix using cofactor expansion.

(i) [7 points] Compute the determinant of the following matrix using cofactor expansion. Question (i) 7 points] Compute the determinant of the following matrix using cofactor expansion 2 4 2 4 2 Solution: Expand down the second column, since it has the most zeros We get 2 4 determinant = +det

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algera 1.4 THE MATRIX EQUATION A MATRIX EQUATION A mn Definition: If A is an matri, with columns a 1,, a n, and if is in R n, then the product of A and, denoted y A, is the

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.5 SOLUTION SETS OF LINEAR SYSTEMS HOMOGENEOUS LINEAR SYSTEMS A system of linear equations is said to be homogeneous if it can be written in the form A x= 0, where

More information

Math Linear algebra, Spring Semester Dan Abramovich

Math Linear algebra, Spring Semester Dan Abramovich Math 52 - Linear algebra, Spring Semester 22-23 Dan Abramovich Review We saw: an algorithm - row reduction, bringing to reduced echelon form - answers the questions: - consistency (no pivot on right) -

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

Review Notes for Midterm #2

Review Notes for Midterm #2 Review Notes for Midterm #2 Joris Vankerschaver This version: Nov. 2, 200 Abstract This is a summary of the basic definitions and results that we discussed during class. Whenever a proof is provided, I

More information

Lecture 22: Section 4.7

Lecture 22: Section 4.7 Lecture 22: Section 47 Shuanglin Shao December 2, 213 Row Space, Column Space, and Null Space Definition For an m n, a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn, the vectors r 1 = [ a 11 a 12 a 1n

More information

Announcements September 19

Announcements September 19 Announcements September 19 Please complete the mid-semester CIOS survey this week The first midterm will take place during recitation a week from Friday, September 3 It covers Chapter 1, sections 1 5 and

More information

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

Math 2210Q (Roby) Practice Midterm #1 Solutions Fall 2017 Math Q (Roby) Practice Midterm # Solutions Fall 7 SHOW ALL YOUR WORK! Make sure you give reasons to support your answers. If you have any questions, do not hesitate to ask! For this exam no calculators

More information

Lecture 6: Spanning Set & Linear Independency

Lecture 6: Spanning Set & Linear Independency Lecture 6: Elif Tan Ankara University Elif Tan (Ankara University) Lecture 6 / 0 Definition (Linear Combination) Let v, v 2,..., v k be vectors in (V,, ) a vector space. A vector v V is called a linear

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

Math 54 Homework 3 Solutions 9/

Math 54 Homework 3 Solutions 9/ Math 54 Homework 3 Solutions 9/4.8.8.2 0 0 3 3 0 0 3 6 2 9 3 0 0 3 0 0 3 a a/3 0 0 3 b b/3. c c/3 0 0 3.8.8 The number of rows of a matrix is the size (dimension) of the space it maps to; the number of

More information

Linear Combination. v = a 1 v 1 + a 2 v a k v k

Linear Combination. v = a 1 v 1 + a 2 v a k v k Linear Combination Definition 1 Given a set of vectors {v 1, v 2,..., v k } in a vector space V, any vector of the form v = a 1 v 1 + a 2 v 2 +... + a k v k for some scalars a 1, a 2,..., a k, is called

More information

Matrix of Linear Xformations

Matrix of Linear Xformations Matrix of Linear Xformations Theorem: If "L" is a linear transformation mapping R n into R m, there exists an mxn matrix "A" such that Lx Ax. This matrix is called the Standard Matrix for the Linear Transformation

More information

Matrix of Linear Xformations

Matrix of Linear Xformations Matrix of Linear Xformations Theorem: If "L" is a linear transformation mapping R n into R m, there exists an mxn matrix "A" such that Lx Ax. This matrix is called the Standard Matrix for the Linear Transformation

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 2. Linear Transformations Math 4377/638 Advanced Linear Algebra 2. Linear Transformations, Null Spaces and Ranges Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

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

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

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Midterm 1 Review Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Summary This Midterm Review contains notes on sections 1.1 1.5 and 1.7 in your

More information

Lecture 9: Vector Algebra

Lecture 9: Vector Algebra Lecture 9: Vector Algebra Linear combination of vectors Geometric interpretation Interpreting as Matrix-Vector Multiplication Span of a set of vectors Vector Spaces and Subspaces Linearly Independent/Dependent

More information

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

1. TRUE or FALSE. 2. Find the complete solution set to the system: TRUE or FALSE (a A homogenous system with more variables than equations has a nonzero solution True (The number of pivots is going to be less than the number of columns and therefore there is a free variable

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University February 6, 2018 Linear Algebra (MTH

More information

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

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010 Review Notes for Linear Algebra True or False Last Updated: February 22, 2010 Chapter 4 [ Vector Spaces 4.1 If {v 1,v 2,,v n } and {w 1,w 2,,w n } are linearly independent, then {v 1 +w 1,v 2 +w 2,,v n

More information

1111: Linear Algebra I

1111: Linear Algebra I 1111: Linear Algebra I Dr. Vladimir Dotsenko (Vlad) Lecture 13 Dr. Vladimir Dotsenko (Vlad) 1111: Linear Algebra I Lecture 13 1 / 8 The coordinate vector space R n We already used vectors in n dimensions

More information

Linear Independence. Linear Algebra MATH Linear Algebra LI or LD Chapter 1, Section 7 1 / 1

Linear Independence. Linear Algebra MATH Linear Algebra LI or LD Chapter 1, Section 7 1 / 1 Linear Independence Linear Algebra MATH 76 Linear Algebra LI or LD Chapter, Section 7 / Linear Combinations and Span Suppose s, s,..., s p are scalars and v, v,..., v p are vectors (all in the same space

More information

Math 3191 Applied Linear Algebra

Math 3191 Applied Linear Algebra Math 9 Applied Linear Algebra Lecture : Null and Column Spaces Stephen Billups University of Colorado at Denver Math 9Applied Linear Algebra p./8 Announcements Study Guide posted HWK posted Math 9Applied

More information

Math 3A Winter 2016 Midterm

Math 3A Winter 2016 Midterm Math 3A Winter 016 Midterm Name Signature UCI ID # E-mail address There are 7 problems for a total of 115 points. Present your work as clearly as possible. Partial credit will be awarded, and you must

More information

Linear Algebra MATH20F Midterm 1

Linear Algebra MATH20F Midterm 1 University of California San Diego NAME TA: Linear Algebra Wednesday, October st, 9 :am - :5am No aids are allowed Be sure to write all row operations used Remember that you can often check your answers

More information

Criteria for Determining If A Subset is a Subspace

Criteria for Determining If A Subset is a Subspace These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation

More information

1 Last time: inverses

1 Last time: inverses MATH Linear algebra (Fall 8) Lecture 8 Last time: inverses The following all mean the same thing for a function f : X Y : f is invertible f is one-to-one and onto 3 For each b Y there is exactly one a

More information

NAME MATH 304 Examination 2 Page 1

NAME MATH 304 Examination 2 Page 1 NAME MATH 4 Examination 2 Page. [8 points (a) Find the following determinant. However, use only properties of determinants, without calculating directly (that is without expanding along a column or row

More information

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

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay Linear Algebra Summary Based on Linear Algebra and its applications by David C. Lay Preface The goal of this summary is to offer a complete overview of all theorems and definitions introduced in the chapters

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Definition 2.3. We define addition and multiplication of matrices as follows.

Definition 2.3. We define addition and multiplication of matrices as follows. 14 Chapter 2 Matrices In this chapter, we review matrix algebra from Linear Algebra I, consider row and column operations on matrices, and define the rank of a matrix. Along the way prove that the row

More information

MATH 300, Second Exam REVIEW SOLUTIONS. NOTE: You may use a calculator for this exam- You only need something that will perform basic arithmetic.

MATH 300, Second Exam REVIEW SOLUTIONS. NOTE: You may use a calculator for this exam- You only need something that will perform basic arithmetic. MATH 300, Second Exam REVIEW SOLUTIONS NOTE: You may use a calculator for this exam- You only need something that will perform basic arithmetic. [ ] [ ] 2 2. Let u = and v =, Let S be the parallelegram

More information

Lecture 16: 9.2 Geometry of Linear Operators

Lecture 16: 9.2 Geometry of Linear Operators Lecture 16: 9.2 Geometry of Linear Operators Wei-Ta Chu 2008/11/19 Theorem 9.2.1 If T: R 2 R 2 is multiplication by an invertible matrix A, then the geometric effect of T is the same as an appropriate

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

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

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved. 7.5 Operations with Matrices Copyright Cengage Learning. All rights reserved. What You Should Learn Decide whether two matrices are equal. Add and subtract matrices and multiply matrices by scalars. Multiply

More information

web: HOMEWORK 1

web:   HOMEWORK 1 MAT 207 LINEAR ALGEBRA I 2009207 Dokuz Eylül University, Faculty of Science, Department of Mathematics Instructor: Engin Mermut web: http://kisideuedutr/enginmermut/ HOMEWORK VECTORS IN THE n-dimensional

More information

System of Linear Equations

System of Linear Equations Math 20F Linear Algebra Lecture 2 1 System of Linear Equations Slide 1 Definition 1 Fix a set of numbers a ij, b i, where i = 1,, m and j = 1,, n A system of m linear equations in n variables x j, is given

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Math 54. Selected Solutions for Week 5

Math 54. Selected Solutions for Week 5 Math 54. Selected Solutions for Week 5 Section 4. (Page 94) 8. Consider the following two systems of equations: 5x + x 3x 3 = 5x + x 3x 3 = 9x + x + 5x 3 = 4x + x 6x 3 = 9 9x + x + 5x 3 = 5 4x + x 6x 3

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

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra Linear Equations in Linear Algebra.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v,, v p } in n is said to be linearly independent if the vector equation x x x 2 2 p

More information

Additional Problems for Midterm 1 Review

Additional Problems for Midterm 1 Review Additional Problems for Midterm Review About This Review Set As stated in the syllabus, a goal of this course is to prepare students for more advanced courses that have this course as a pre-requisite.

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 1 Material Dr. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University January 9, 2018 Linear Algebra (MTH 464)

More information

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det What is the determinant of the following matrix? 3 4 3 4 3 4 4 3 A 0 B 8 C 55 D 0 E 60 If det a a a 3 b b b 3 c c c 3 = 4, then det a a 4a 3 a b b 4b 3 b c c c 3 c = A 8 B 6 C 4 D E 3 Let A be an n n matrix

More information

6. Linear Transformations.

6. Linear Transformations. 6. Linear Transformations 6.1. Matrices as Transformations A Review of Functions domain codomain range x y preimage image http://en.wikipedia.org/wiki/codomain 6.1. Matrices as Transformations A Review

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

Announcements Monday, September 18

Announcements Monday, September 18 Announcements Monday, September 18 WeBWorK 1.4, 1.5 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 22. Midterms happen during recitation. The exam covers through 1.5. About

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 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

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

Problem Point Value Points

Problem Point Value Points Math 70 TUFTS UNIVERSITY October 12, 2015 Linear Algebra Department of Mathematics Sections 1 and 2 Exam I Instructions: No notes or books are allowed. All calculators, cell phones, or other electronic

More information

1. In this problem, if the statement is always true, circle T; otherwise, circle F.

1. In this problem, if the statement is always true, circle T; otherwise, circle F. Math 1553, Extra Practice for Midterm 3 (sections 45-65) Solutions 1 In this problem, if the statement is always true, circle T; otherwise, circle F a) T F If A is a square matrix and the homogeneous equation

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

Application of linear systems Linear Algebra with Computer Science Application

Application of linear systems Linear Algebra with Computer Science Application Linear Algebra with Computer Science Application February 5, 208 Review. Review: Vectors We introduced vectors as ordered list of numbers [ ] [ ] 3 E.g., u = and v = are vectors in R 4 2 One can identify

More information

Announcements Monday, October 29

Announcements Monday, October 29 Announcements Monday, October 29 WeBWorK on determinents due on Wednesday at :59pm. The quiz on Friday covers 5., 5.2, 5.3. My office is Skiles 244 and Rabinoffice hours are: Mondays, 2 pm; Wednesdays,

More information

Lecture 11. Andrei Antonenko. February 26, Last time we studied bases of vector spaces. Today we re going to give some examples of bases.

Lecture 11. Andrei Antonenko. February 26, Last time we studied bases of vector spaces. Today we re going to give some examples of bases. Lecture 11 Andrei Antonenko February 6, 003 1 Examples of bases Last time we studied bases of vector spaces. Today we re going to give some examples of bases. Example 1.1. Consider the vector space P the

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

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

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

LS.1 Review of Linear Algebra

LS.1 Review of Linear Algebra LS. LINEAR SYSTEMS LS.1 Review of Linear Algebra In these notes, we will investigate a way of handling a linear system of ODE s directly, instead of using elimination to reduce it to a single higher-order

More information

(c)

(c) 1. Find the reduced echelon form of the matrix 1 1 5 1 8 5. 1 1 1 (a) 3 1 3 0 1 3 1 (b) 0 0 1 (c) 3 0 0 1 0 (d) 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 (e) 1 0 5 0 0 1 3 0 0 0 0 Solution. 1 1 1 1 1 1 1 1

More information

Math 1553, Introduction to Linear Algebra

Math 1553, Introduction to Linear Algebra Learning goals articulate what students are expected to be able to do in a course that can be measured. This course has course-level learning goals that pertain to the entire course, and section-level

More information

DEPARTMENT OF MATHEMATICS

DEPARTMENT OF MATHEMATICS DEPARTMENT OF MATHEMATICS. Points: 4+7+4 Ma 322 Solved First Exam February 7, 207 With supplements You are given an augmented matrix of a linear system of equations. Here t is a parameter: 0 4 4 t 0 3

More information

Announcements Wednesday, September 27

Announcements Wednesday, September 27 Announcements Wednesday, September 27 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

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

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

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers.

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers. Linear Algebra - Test File - Spring Test # For problems - consider the following system of equations. x + y - z = x + y + 4z = x + y + 6z =.) Solve the system without using your calculator..) Find the

More information

Linear Algebra 1 Exam 2 Solutions 7/14/3

Linear Algebra 1 Exam 2 Solutions 7/14/3 Linear Algebra 1 Exam Solutions 7/14/3 Question 1 The line L has the symmetric equation: x 1 = y + 3 The line M has the parametric equation: = z 4. [x, y, z] = [ 4, 10, 5] + s[10, 7, ]. The line N is perpendicular

More information