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:

Size: px
Start display at page:

Download "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:"

Transcription

1 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 = x + 4x = Geometric meaning: Do these lines intersect? Solution: 1

2 In general, for a system of two equations in two variables, If the lines intersect at a point, then the system has one solution. If the lines are identical, then there are infinitely many solutions (any point on the line is a solution). If the lines are parallel, then the system does not have any solutions. 2

3 A linear equation in variables x1, x2,..., x n is an equation that can be written as: a1 x1 + a2x anxn = b where b and the coefficients a1, a2,..., a n are real numbers usually known in advance. A system of linear equations (or a linear system) is a collection of one or more linear equations involving the same variables. For example: x + 5x x = x 2x + 7x = is a linear system of two linear equations in 3 unknowns. Note: A linear system has Exactly one solution (a unique solution) No solution Or infinitely many solutions. The system is said to be consistent if it has one solution or infinitely many solutions, it is said to be inconsistent if it has no solution. 3

4 Example 1: Solve: x x = x + 4x = How do you solve this system without graphing? 4

5 Matrix Notation: A matrix is a rectangular array of numbers. If it has m columns and n rows, then it is said to be a size m n matrix. Example 1: x x = x + 4x = Coefficient Matrix: Augmented Matrix: 5

6 Example 2: x x + x = x + 5x = x + 2x + 4x = Does this system have a solution? If so, what is the solution of this system? 6

7 Section 1.2: Row Reduction A rectangular matrix is in echelon form (or row echelon form) if it has the following three properties: 1) All nonzero rows are above any rows of all zeros. 2) Each leading entry of a row is in a column to the right of the leading entry of the row above it. 3) All entries in a column below a leading entry are zeros. If a matrix in echelon form satisfies the following additional conditions, then it is in reduced echelon form (or reduced row echelon form): 4) The leading entry in each nonzero row is 1. 5) Each leading 1 is the only nonzero entry in its column. 5 * * * * * 0 4 * * * * * * * * * * * * * 0 2 * * * * * * * * * * * * 0 * * 0 1 * 0 * * * * * 0 * * * 0 * * * *

8 8 Example 3: Determine if the following matrices are in echelon form. a b c d e f

9 Elementary row operations: We can find the echelon (or reduced echelon) form of any matrix by applying elementary row operations to that matrix. Elementary row operations include the following: 1) (Replacement) Replace one row by the sum of itself and a multiple of another row. 2) (Interchange) Interchange two rows. 3) (Scaling) Multiply all entries in a row by a nonzero constant. Two matrices are called row equivalent if there is a sequence of elementary row operations that transforms one matrix into the other. A pivot position in a matrix A is a location in A that corresponds to a leading 1 in the reduced form. A pivot column is a column of A that contains a pivot position. The variables corresponding to pivot columns are called basic variables, and the other variables are called free variables 9

10 Example 4: Find the echelon form of the matrix:

11 To solve a linear system: Write the augmented matrix representing the system; [ A b ] and perform the necessary row operations on [ A b ] to find the echelon or reduced echelon form of this matrix and rewrite the system. Example 5: Solve the system using row reduction: 2x + x 2x = x + x + x = x + 2x + x =

12

13 Example 6: Solve the system using row reduction: x 2x = x + x + x = x + x 2x =

14

15 Example 7: Solve the system using row reduction: 2x + x 2x = 1 x x = x + 3x 6x =

16 Example 8: Solve the system using row reduction: 2x + x 2x = 1 x x = x + 3x 6x =

17 Theorem 2: Existence and uniqueness A linear system is consistent if and only if the augmented matrix does not have any rows of the form: [ 0 0 b] where b is nonzero. If a linear system is consistent, then it has a unique solution if there are no free variables it has infinitely many solutions if there is at least one free variable. Example 9: Given the following augmented matrices in row-echelon form, what are the solutions?

18 Example 10: Find the general solution of the linear system whose augmented matrix has been reduced to:

19 (Extra) Example 11: Find the general solution of the linear system whose augmented matrix has been reduced to:

20 MATH 2331 Linear Algebra Section 1.3 Vector Equations A matrix with only one column is called a column vector, or simply a vector. For example: Notation: R 2 = the set of all vectors with two entries x 1 = : x1, x2 are real numbers x 2 Two vectors in 2 R are equal if the corresponding entries are equal. 1

21 Vector addition: =, = ; += + +. Scalar multiplication: =, = (the number c is called a scalar ). Example: Let 2 u = 1 and 0 v = 4. 2

22 Geometric Description of ℝ 2 : a We can identify a geometric point ( a, b) with the vector. b Scalar Multiplication 2 1 Example: Let u = ; Display 2u, u, u 2 1 3

23 Vector Addition 4

24 Example: Let 1 u = 1 and 1 v = 2. Display u + v, u v and 3u + 2v. 5

25 Notation: R 3 = the set of all vectors with 3 components x1 x = 2 : x1, x2, x3 are real numbers x 3 Vectors in 3 R are geometrically represented by points in a three-dimensional space. 6

26 Notation: R n = the set of all vectors with n components x1 x 2 = x 3 : xi are real numbers x n Note: The zero vector in n R is the vector whose all entries are 0. u v = u + ( v) Study the algebraic properties of n R in page 27. 7

27 Linear Combinations Definition: Given vectors v 1, v 2,..., v p in the vector y defined by y = c1v1 + c2v cpvp n R and given scalars c 1, c 2,..., c p, is called a linear combination of v 1,, v p with weights c 1,, c p. The weights in a linear combination can be any real numbers, including zero. For vectors u and v ; cu + dv is a linear combination of u and v. For example: Give a linear combination of the vectors: 2 u = 4 and 1 v = 1. 8

28 Questions: If u and v are vectors in two-dimensional space; What are all combinations of u? What are all combinations of u and v? Example: Give a linear combination of the vectors: =0, =5, = Questions: If u, v, w are vectors in three-dimensional space; What are all combinations of u? What are all combinations of u and v? What are all combinations of u,v, and w? 9

29 Example: = 2 1, = 1 1 ; Can you find a linear combination of v and w that equals = 11 4? How about = 0 0? How about 9 b = 1. 5? 10

30

31 Vector Equations: A vector equation x1a1 + x2a xnan = b has the same solution set as the linear system with augmented matrix: a1 a2... an b In particular, b can be written as a linear combination of a1, a2,..., a n if there exists a solution to the linear system corresponding to this augmented matrix. 11

32 Definition: If v1, v2,..., v p are vectors in R n, then { p} Span v, v,..., v = the set of all linear combinations of v, v,..., v is called the subset of R n spanned (or generated) by v1, v2,..., v p. p { 1, 2,..., p} = { n n : i are scalars} Span v v v c v c v c v c Example: Let 1 u = 2 and 1 v = 0. Span{ u } = Span{ v } = Span{ u, v } = 12

33 Example: Let 1 u = v = 0, 1 0 w = 1. 0 Span{ u } = Span{ u, v } = Span{ u, v, w } = 13

34 14

35 Example: Let 1 u = 2 3 and 1 v = 0. 1 Span{ u, v } is a plane through the origin in 3 R. Is 1 b = 6 in that plane? 5 15

36 Extra: Let A = Let W be the set of all linear combinations of the columns of A. Is b in W? 12 b = b =

37 MATH 2331 Linear Algebra Section 1.4 The Matrix Equation Ax = b Let A be an m n matrix with columns a1, a2,..., a n and x be a vector in R n. The PRODUCT of A and x, denoted Ax, is the linear combination of the columns of A using the corresponding entries in x as weights. That is, x1 x Ax = a a a = x a + x a + + x a xn n n n Example: 1

38

39 Example: For u1, u2, u3 R m, write the linear combination 5u 2u + 4u as a matrix product

40 Matrix Equations: An equation in the form Ax = b is called a matrix equation. Linear system: x + x + 2x = x 4x = Vector Equation: Matrix Equation: 3

41 Theorem: Let A be an m n matrix with columns a1, a2,..., a n and x be a vector in R n. The matrix equation equation Ax = b has the same solution set as the vector x a + x a + + x a = b n n which has the same solution set as the system with the augmented matrix a1 a2... an b 4

42 Theorem: The matrix equation Ax = b has a solution if and only if the vector b is a linear combination of the columns of the matrix A. Example: 5

43 1 1 2 b1 Example: Let A = and b = b b 3 Is the equation Ax = b consistent for all possible b 1, b 2, b 3? 6

44 1 0 2 b1 Example: Let A = and b = b b 3 Is the equation Ax = b consistent for all possible b 1, b 2, b 3? 7

45 Theorem: Let A be an m n matrix. The following are equivalent: (i) The equation Ax = b has a solution for any b in R m. (ii) Each b in R m is a linear combination of the columns of A. (iii) The columns of A span R m. (iv) A has a pivot position in every row. 8

46 More about the Matrix-Vector Product Ax : Example: A = and x x. Compute 1 = x2 x 3 Ax. 9

47 Row-vector rule: If Ax is defined, then row1 row1 x row2 row2 x Ax = x = row m row m x That is, the i th entry in Ax is row i times vector x. Example: =

48 Example: = Example: a b = c Homework: Study the properties of the Matrix-Vector product on Page 39 (Theorem 5). 11

49 MATH 2331 Linear Algebra Section 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 Ax = 0. This system always has at least one solution: FACT: The homogeneous equation Ax = 0 has a nontrivial solution if and only if the equation has at least one free variable. Example: Determine if the following homogeneous system has a nontrivial solution: x + x 4x = x + x x = x + 2x 5x =

50

51 Example: Solve the following homogeneous system: x + 2x 2x = x + 4x 4x =

52 Example: Determine if the following homogeneous system has a nontrivial solution: x + x x = 0 x x = x 5x =

53 4 Example: Let A =. Describe the solution set of 0 Ax =.

54 Solutions of nonhomogeneous systems Ax = b Example: Describe the solutions of Ax = b where A = and 5 b =

55 Example: Describe the solution set for the system: x + x 4x = x + x x = x + 2x 5x =

56 Theorem: Suppose the equation Ax = b is consistent for some given b and let p be a particular solution. Then, the solution set of Ax = b is the set of all vectors of the form: w = p + v h where v h is any solution of the system Ax = 0. 7

57 Example: Describe the complete solution set of the system: x + x 4x = x + x x = x + 2x 5x =

58 Example: Let A = Describe the solution set of Ax =

59 MATH 2331 Linear Algebra Section 1.7 Linear Independence Definition: A set of vectors { 1, 2,..., p} the vector equation v v v in R n is said to be linearly independent if c v c v c v p p = 0 has only the TRIVIAL solution. The set is said to be linearly dependent if there exists weights c 1, c 2,..., c p, not all zero, such that c1v 1 + c2v c pv p = 0. In other words: The set { 1, 2,..., p} v v v in R n is linearly dependent if one of the vectors in the set is a linear combination of the other vectors (not including itself). 1

60 1 Example: Let v1 = 2 3 Is the set {,, } relation among them., v2 1 4 = 1 and v3 = v v v linearly independent? If dependent, find a linear dependence 2

61

62

63 FACTS: { 1, 2,..., p} v v v is linearly independent if and only if c1v 1 + c2v c pv p = 0 all ci = 0. If one of the vectors in the set is 0, then the set is linearly dependent. If there is only one non-zero vector in the set, the set is linearly independent. If there are two vectors: { u, v } is linearly dependent if and only if they are parallel (that is, one vector is a multiple of the other). Otherwise, L.I. 3

64 If there are three vectors: { u, v, w } is linearly dependent if and only if they lie in the same PLANE. Otherwise, L.I. Theorem: Any set { 1, 2,..., p} v v v in R n is linearly dependent if p > n. Example: Linearly dependent or independent? S , 1, 1, 1 = S , 1, 0 =

65 S =, S =, S =,, S 1 1 =, 2 1 S , 1, 0 =

66 6 Important fact: Let n A a a a = be a matrix. The columns of A are linearly independent if and only if the equation 0 Ax = has only the trivial solution. Example: Are the columns of A linearly independent? A = A =

67 Question: 2 u R, Span{ u } = 2 u, v R, Span{ u, v } = 3 u, v R, Span{ u, v } = 3 u, v, w R, Span{ u, v, w } = FACT: n linearly independent vectors in R n span the whole space. Extra: Let E = 1, 1, 0, What is the span of this set? 7

68 MATH 2331 Linear Algebra Section 1.8 Linear Transformations A transformation (or mapping, or function) from R n to R m is a rule that assigns to each vector n T :R R x R n a vector T( x) R m. m Domain of T: R n Codomain of T: R m For x R n, T( x) R m is called the image of x. Range of T: the set of all images - { T( x) : x R n } Definition: A transformation T is linear if: (i) T( u + v) = T( u) + T( v), for all u, v in the domain of T. (i) T ( cu) = ct( u), for all scalars c and for all u in the domain of T. In other words, T is linear if T( cu + dv) = ct( u) + dt( v) for all scalars c and d, and for all vectors u, v in the domain of T. 1

69

70 Fact: If T is a linear transformation, then T ( 0) = 0. Reason: Fact: These conditions imply: ( ) T c v + c v c v = c T( v ) + c T( v ) c T( v ) n n n n Example: Let 2 2 T :R R be defined as x x + x T x = 2 0 Is T linear? Justify your answer. 2

71

72 Example: Let 2 2 T :R R be defined as x1 x1 + 1 T = x 2 x2 Is T linear? Justify your answer. 3

73 Example: Let 4 3 T :R R be defined as x1 5x1 x2 T = x 2x x 3 0 x Is T linear? Justify your answer. 4

74

75

76 n m Example: Let A be an m n matrix and T : R R be defined as T u = Au ( ) Is T linear? Justify your answer. 5

77 Example: Let A be an m n matrix and b R m n m. Define T :R R as T u = Au + b ( ) Is T linear? Justify your answer. 6

78 Matrix Transformations Fact: If A is an m n matrix then the induced transformation T :R n R T u = Au is linear. Notation: x Ax that is defined as ( ) m A: m n (m rows and n columns); domain: R n ; images are in R m - the images are linear combinations of the columns of A. Example: Let 1 2 A 2 3 = 5 1, 1 u = 4, 1 b 5 = 32, 8 c 14 = 12 Define 2 3 T :R R as T( x) = Ax. (i) x1 T = x 2 (ii) T( u ) = 7

79 (iii) Is b in the range of T? Can you find a vector x in the domain of T so that T ( x) = b? Is b the image of a unique x? (iv) Is c in the range of T? Can you find a vector x in the domain of T so that T( x) = c? 8

80

81 Example: Let A = 0 0 0, Define 3 3 T :R R as T( x) = Ax. x1 T x2 = x 3 Example: Let 0 1 A = 1 0, Define 2 2 T :R R as T( x) = Ax. x1 T = x 2 9

82 (Extra) Example: Let such that T ( u) 6 = 2 4 u = 1 and 2 v = T :R R is a linear transformation and T ( v) 12 = 8. T( 5u ) = T ( 2u 5v) = 1 (Extra) Example: Let e 1 = 0 and 0 e2 = T :R R is a linear transformation such that T ( e ) 5 T =? = 2 and T ( e ) 2 2 = 1. x1 T =? x 2 10

83 1 (*Extra) Example: Let v1 = 5 and 2 v2 = T :R R is a linear transformation such that x 1 T = x1v1 + x2v 2 x. 2 Can you find a matrix A such that T( x) = Ax? 11

84

85 MATH 2331 Linear Algebra Section 1.9 The Matrix of a Linear Transformation Theorem 10: Let unique matrix A such that T( x) n m T :R R be a linear transformation. Then, there exists a = Ax for all x R n. In fact, A is the m n matrix whose j th column is the vector T( e j ) where e j is the jth column of the identity matrix in R n. ( ( ) ( )) A = T e T e 1 n This matrix is called the standard matrix for the linear transformation T. 1

86 Example: Find the standard matrix for the dilation transformation T( x) = 5x in 2 R. Example: Let 2 2 T :R R be the linear transformation that rotates each vector in 2 R about the origin through an angle θ (counter clockwise). Find the standard matrix. 2

87 Example: Let 2 R through the x1- axis. Find the standard matrix. 2 2 T :R R be the linear transformation that reflects each vector in 3

88 Example: Let 2 R onto the x1- axis. Find the standard matrix. 2 2 T :R R be the linear transformation that projects each vector in Homework: Study all transformations on Page 73, 74 and 75! 4

89 Definition: A mapping n m T :R R is said to be ONTO if each R m b is the image of at least one R n x. Definition: A mapping n m T :R R is said to be ONE-TO-ONE if each R m b is the image of at most one R n x. That is: T is onto if T ( x) = b has a solution for any b R m. T is one-to-one if for each b R m, T ( x) = b has either a unique solution or none. 5

90 Example: Let 2 2 T :R R be defined as x x + x T x = 2 0. Is T one-to-one? Is T onto? 6

91

92

93 Example: Let T be a linear transformation whose standard matrix is: A = Is T one-to-one? Is T onto? n m Theorem 11: Let T : R R be a linear transformation. Then, T is one-to-one if and only if T( x ) = 0 has only the trivial solution. 7

94 Theorem: Let matrix. Then, n m T :R R be a linear transformation and A be the standard (i) T maps R n ONTO R m if and only if the columns of A span R m. (ii) T is one-to-one if and only if the columns of A are linearly independent. 8

95 Example: Let 2x1 + x2 x1 T = 4x1 5x 2 x 2 x1 + 6x 2 Show that T is one-to-one. Is T onto? 9

96 (Extra) Example: Let 2 2 T :R R be the linear transformation that first reflects points through the x1 axis and then rotates points Find the standard matrix. 10

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 & 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

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

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

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

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

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

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

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 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

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

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

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

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ Question No: 1 (Marks: 1) If for a linear transformation the equation T(x) =0 has only the trivial solution then T is One-to-one Onto Question

More information

Row Space, Column Space, and Nullspace

Row Space, Column Space, and Nullspace Row Space, Column Space, and Nullspace MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Introduction Every matrix has associated with it three vector spaces: row space

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

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

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

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are

More information

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

Math Matrix Approach to Solving Systems Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25 Math 102 6.3 "Matrix Approach to Solving Systems" Bibiana Lopez Crafton Hills College November 2010 (CHC) 6.3 November 2010 1 / 25 Objectives: * Define a matrix and determine its order. * Write the augmented

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

ICS 6N Computational Linear Algebra Vector Equations

ICS 6N Computational Linear Algebra Vector Equations ICS 6N Computational Linear Algebra Vector Equations Xiaohui Xie University of California, Irvine xhx@uci.edu January 17, 2017 Xiaohui Xie (UCI) ICS 6N January 17, 2017 1 / 18 Vectors in R 2 An example

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

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 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

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

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 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

Matrices and RRE Form

Matrices and RRE Form Matrices and RRE Form Notation R is the real numbers, C is the complex numbers (we will only consider complex numbers towards the end of the course) is read as an element of For instance, x R means that

More information

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are

More information

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

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8 1 To solve the system x 1 + x 2 = 4 2x 1 9x 2 = 2 we find an (easier to solve) equivalent system as follows: Replace equation 2 with (2 times equation 1 + equation 2): x 1 + x 2 = 4 Solve equation 2 for

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION x 1,, x n A linear equation in the variables equation that can be written in the form a 1 x 1 + a 2 x 2 + + a n x n

More information

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

MATH 152 Exam 1-Solutions 135 pts. Write your answers on separate paper. You do not need to copy the questions. Show your work!!! MATH Exam -Solutions pts Write your answers on separate paper. You do not need to copy the questions. Show your work!!!. ( pts) Find the reduced row echelon form of the matrix Solution : 4 4 6 4 4 R R

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

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

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini DM559 Linear and Integer Programming Lecture Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. Outline 1. 3 A Motivating Example You are organizing

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

Math 1314 Week #14 Notes

Math 1314 Week #14 Notes Math 3 Week # Notes Section 5.: A system of equations consists of two or more equations. A solution to a system of equations is a point that satisfies all the equations in the system. In this chapter,

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

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

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

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations & Systems of Linear Equations Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

More information

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.4 Solving Systems of Linear Equations 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.4. Solving Systems of Linear Equations Note. We give an algorithm for solving a system of linear equations (called

More information

Section 1.1: Systems of Linear Equations

Section 1.1: Systems of Linear Equations Section 1.1: Systems of Linear Equations Two Linear Equations in Two Unknowns Recall that the equation of a line in 2D can be written in standard form: a 1 x 1 + a 2 x 2 = b. Definition. A 2 2 system of

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

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 12: Solving Systems of Linear Equations by Gaussian Elimination

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Winfried Just, Ohio University September 22, 2017 Review: The coefficient matrix Consider a system of m linear equations in n variables.

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 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

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

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

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005 MATH 225 Summer 25 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 25 Department of Mathematical and Statistical Sciences University of Alberta Question 1. [p 224. #2] The set of all

More information

1 - Systems of Linear Equations

1 - Systems of Linear Equations 1 - Systems of Linear Equations 1.1 Introduction to Systems of Linear Equations Almost every problem in linear algebra will involve solving a system of equations. ü LINEAR EQUATIONS IN n VARIABLES We are

More information

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

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT Math Camp II Basic Linear Algebra Yiqing Xu MIT Aug 26, 2014 1 Solving Systems of Linear Equations 2 Vectors and Vector Spaces 3 Matrices 4 Least Squares Systems of Linear Equations Definition A linear

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

Section Gaussian Elimination

Section Gaussian Elimination Section. - Gaussian Elimination A matrix is said to be in row echelon form (REF) if it has the following properties:. The first nonzero entry in any row is a. We call this a leading one or pivot one..

More information

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

1. Determine by inspection which of the following sets of vectors is linearly independent. 3 3. 1. Determine by inspection which of the following sets of vectors is linearly independent. (a) (d) 1, 3 4, 1 { [ [,, 1 1] 3]} (b) 1, 4 5, (c) 3 6 (e) 1, 3, 4 4 3 1 4 Solution. The answer is (a): v 1 is

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

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

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

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices MAC05-College Algebra Chapter 5-Systems of Equations & Matrices 5. Systems of Equations in Two Variables Solving Systems of Two Linear Equations/ Two-Variable Linear Equations A system of equations is

More information

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

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra Section 1.1 System of Linear Equations College of Science MATHS 211: Linear Algebra (University of Bahrain) Linear System 1 / 33 Goals:. 1 Define system of linear equations and their solutions. 2 To represent

More information

Rank and Nullity. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Rank and Nullity. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Rank and Nullity MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Objectives We have defined and studied the important vector spaces associated with matrices (row space,

More information

Find the solution set of 2x 3y = 5. Answer: We solve for x = (5 + 3y)/2. Hence the solution space consists of all vectors of the form

Find the solution set of 2x 3y = 5. Answer: We solve for x = (5 + 3y)/2. Hence the solution space consists of all vectors of the form Math 2 Homework #7 March 4, 2 7.3.3. Find the solution set of 2x 3y = 5. Answer: We solve for x = (5 + 3y/2. Hence the solution space consists of all vectors of the form ( ( ( ( x (5 + 3y/2 5/2 3/2 x =

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

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

Math Linear Algebra Final Exam Review Sheet

Math Linear Algebra Final Exam Review Sheet Math 15-1 Linear Algebra Final Exam Review Sheet Vector Operations Vector addition is a component-wise operation. Two vectors v and w may be added together as long as they contain the same number n of

More information

Math 102, Winter 2009, Homework 7

Math 102, Winter 2009, Homework 7 Math 2, Winter 29, Homework 7 () Find the standard matrix of the linear transformation T : R 3 R 3 obtained by reflection through the plane x + z = followed by a rotation about the positive x-axes by 6

More information

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix Pre-Calculus I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

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 2331 Linear Algebra

Math 2331 Linear Algebra 1.7 Linear Independence Math 21 Linear Algebra 1.7 Linear Independence Shang-Huan Chiu Department of Mathematics, University of Houston schiu@math.uh.edu math.uh.edu/ schiu/ February 5, 218 Shang-Huan

More information

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

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Glossary of Linear Algebra Terms Basis (for a subspace) A linearly independent set of vectors that spans the space Basic Variable A variable in a linear system that corresponds to a pivot column in the

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

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

Relationships Between Planes

Relationships Between Planes Relationships Between Planes Definition: consistent (system of equations) A system of equations is consistent if there exists one (or more than one) solution that satisfies the system. System 1: {, System

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

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

MATH 2360 REVIEW PROBLEMS

MATH 2360 REVIEW PROBLEMS MATH 2360 REVIEW PROBLEMS Problem 1: In (a) (d) below, either compute the matrix product or indicate why it does not exist: ( )( ) 1 2 2 1 (a) 0 1 1 2 ( ) 0 1 2 (b) 0 3 1 4 3 4 5 2 5 (c) 0 3 ) 1 4 ( 1

More information

Solutions to Homework 5 - Math 3410

Solutions to Homework 5 - Math 3410 Solutions to Homework 5 - Math 34 (Page 57: # 489) Determine whether the following vectors in R 4 are linearly dependent or independent: (a) (, 2, 3, ), (3, 7,, 2), (, 3, 7, 4) Solution From x(, 2, 3,

More information

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

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

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

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

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.6 Homogeneous Systems, Subspaces and Bases 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.6. Homogeneous Systems, Subspaces and Bases Note. In this section we explore the structure of the solution

More information

a 1n a 2n. a mn, a n = a 11 a 12 a 1j a 1n a 21 a 22 a 2j a m1 a m2 a mj a mn a 11 v 1 + a 12 v a 1n v n a 21 v 1 + a 22 v a 2n v n

a 1n a 2n. a mn, a n = a 11 a 12 a 1j a 1n a 21 a 22 a 2j a m1 a m2 a mj a mn a 11 v 1 + a 12 v a 1n v n a 21 v 1 + a 22 v a 2n v n Let a 1,, a n R m and v R n a 11 a 1 = a 21, a 2 = a m1 a 12 a 22 a m2 Matrix-vector product, a j = a 1j a 2j a mj Let A be the m n matrix whose j-th column is a j : Define A = [ a 1 a 2 a j a n ] = A

More information

3.4 Elementary Matrices and Matrix Inverse

3.4 Elementary Matrices and Matrix Inverse Math 220: Summer 2015 3.4 Elementary Matrices and Matrix Inverse A n n elementary matrix is a matrix which is obtained from the n n identity matrix I n n by a single elementary row operation. Elementary

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

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Elementary Matrices MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Outline Today s discussion will focus on: elementary matrices and their properties, using elementary

More information

Section 2.2: The Inverse of a Matrix

Section 2.2: The Inverse of a Matrix Section 22: The Inverse of a Matrix Recall that a linear equation ax b, where a and b are scalars and a 0, has the unique solution x a 1 b, where a 1 is the reciprocal of a From this result, it is natural

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

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION,, 1 n A linear equation in the variables equation that can be written in the form a a a b 1 1 2 2 n n a a is an where

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

MATH 2050 Assignment 6 Fall 2018 Due: Thursday, November 1. x + y + 2z = 2 x + y + z = c 4x + 2z = 2

MATH 2050 Assignment 6 Fall 2018 Due: Thursday, November 1. x + y + 2z = 2 x + y + z = c 4x + 2z = 2 MATH 5 Assignment 6 Fall 8 Due: Thursday, November [5]. For what value of c does have a solution? Is it unique? x + y + z = x + y + z = c 4x + z = Writing the system as an augmented matrix, we have c R

More information

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Systems of Linear Equations By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Standard of Competency: Understanding the properties of systems of linear equations, matrices,

More information

Linear Equations and Vectors

Linear Equations and Vectors Chapter Linear Equations and Vectors Linear Algebra, Fall 6 Matrices and Systems of Linear Equations Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Unique

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

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

Homework 1.1 and 1.2 WITH SOLUTIONS

Homework 1.1 and 1.2 WITH SOLUTIONS Math 220 Linear Algebra (Spring 2018) Homework 1.1 and 1.2 WITH SOLUTIONS Due Thursday January 25 These will be graded in detail and will count as two (TA graded) homeworks. Be sure to start each of these

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

Linear Algebra Practice Problems

Linear Algebra Practice Problems Math 7, Professor Ramras Linear Algebra Practice Problems () Consider the following system of linear equations in the variables x, y, and z, in which the constants a and b are real numbers. x y + z = a

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

M 340L CS Homework Set 1

M 340L CS Homework Set 1 M 340L CS Homework Set 1 Solve each system in Problems 1 6 by using elementary row operations on the equations or on the augmented matri. Follow the systematic elimination procedure described in Lay, Section

More information