Systems of Linear Equations

Size: px
Start display at page:

Download "Systems of Linear Equations"

Transcription

1 Systems of Linear Equations 01 Definitions Recall that if A R m n and B R m p, then the augmented matrix [A B] R m n+p is the matrix [A B], that is the matrix whose first n columns are the columns of A, and whose last p columns are the columns of B Typically we consider B = R m 1 R m, a column vector We also recall that a matrix A R m n is said to be in reduced row echelon form if, counting from the topmost row to the bottom-most, 1 any row containing a nonzero entry precedes any row in which all the entries are zero (if any) 2 the first nonzero entry in each row is the only nonzero entry in its column 3 the first nonzero entry in each row is 1 and it occurs in a column to the right of the first nonzero entry in the preceding row Example 01 The following matrices are not in reduced echelon form because they all fail some part of 3 (the first one also fails 2): ( ) A matrix that is in reduced row echelon form is: A system of m linear equations in n unknowns is a set of m equations, numbered from 1 to m going down, each in n variables x i which are multiplied by coefficients a ij F, whose sum equals some b j R: a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2 (S) a m1 x 1 + a m2 x a mn x n = b m If we condense this to matrix notation by writing x = (x 1,, x n ), b = (b 1,, b m ) and A R m n, the coefficient matrix of the system, the matrix whose elements are the coefficients a ij of the variables in (S), then we can write (S) as (S) Ax = b noting, of course, that b and x are to be treated as column vectors here by associating R n with R n 1 If b = 0 the system (S) is said to be homogeneous, while if b 0 it is said to be nonhomogeneous Every nonhomogeneous system Ax = b has an associated or corresponding homogeneous system Ax = 0 Furthermore, each system Ax = b, homogeneous or not, has an associated or corresponding augmented matrix is the [A b] R m n+1 A solution to a system of linear equations Ax = b is an n-tuple s = (s 1,, s n ) R n satisfying As = b The solution set of Ax = b is denoted here by K A system is either consistent, by which 1

2 rank(aq) = dim ( im(t AQ ) ) = dim ( im(t P T A ) ) = dim ( im(t P T A ) ) = dim(im(t A )) = rank(a) we mean K, or inconsistent, by which we mean K = Two systems of linear equations are called equivalent if they have the same solution set For example the systems Ax = b and Bx = c, where [B c] = rref([a b]) are equivalent (we prove this below) 02 Preliminaries Remark 02 Note that we here use a different (and more standard) definition of rank of a matrix, namely we define rank A to be the dimension of the image space of A, rank A := dim(im A) We will see below that this definition is equivalent to the one in Bretscher s Linear Algebra With Applications (namely, the number of leading 1s in rref(a)) Theorem 03 If A R m n, P R m m and Q R n n, with P and Q invertible, then (1) rank(aq) = rank(a) (2) rank(p A) = rank(a) (3) rank(p AQ) = rank(a) Proof: (1) If Q is invertible then the associated linear map T Q is invertible, and so bijective, so that im T Q = T Q (R n ) = R n Consequently so that im(t AQ ) = im(t A T Q ) = T A ( im(tq ) ) = T A (R n ) = im(t A ) rank(aq) = dim ( im(t AQ ) ) = dim ( im(t A ) ) = rank(a) (2) Again, since T P is invertible, and hence bijective, because P is, we must have Thus, dim ( im(t P T A )) ) = dim(im(t A )) (3) This is just a combination of (1) and (2): rank(p AQ) = rank(aq) = rank(a) Corollary 04 Elementary row and column operations on a matrix are rank-preserving Proof: If B is obtained from A by an elementary row operation, there exists an elementary matrix E such that B = EA Since elementary matrices are invertible, the previous theorem implies rank(b) = rank(ea) = rank(a) A similar argument applies to column operations Theorem 05 A linear transformation T L(R n, R m ) is injective iff ker(t ) = {0} Proof: If T is injective and x ker(t ), then T (x) = 0 = T (0), so that x = 0, whence ker(t ) = {0} Conversely, if ker(t ) = {0} and T (x) = T (y), then, 0 = T (x) T (y) = T (x y) = x y = 0 or x = y, and so T is injective 2

3 Theorem 06 A linear transformation T L(R n, R m ) is injective iff it carries linearly independent sets into linearly independent sets Proof: If T is injective, then ker T = {0}, and if v 1,, v k R n are linearly independent, then for all a 1,, a k R we have a 1 v a k v k = 0 = a 1 = = a k = 0 Consequently, if a 1 T (v 1 ) + + a k T (v k ) = 0 then, since a 1 T (v 1 ) + + a k T (v k ) = T (a 1 v a k v k ), we must have a 1 v a k v k ker T, or a 1 v a k v k = 0, and so a 1 = = a k = 0 whence T (v 1 ),, T (v n ) R m are linearly independent Conversely, if T carries linearly independent sets into linearly independent sets, let β = {v 1,, v n } be a basis for R n and suppose T (u) = T (v) for some u, v R n Since u = a 1 v a n v n and v = b 1 v b n v n for unique a i, b i R, we have 0 = T (u) T (v) = T (u v) = T ( (a 1 b 1 )v (a n b n )v n ) = (a 1 b 1 )T (v 1 ) + + (a n b n )T (v n ) so that, by the linear independece of T (v 1 ),, T (v n ), we have a i b i = 0 for all i, and so a i = b i for all i, and so u = v by the uniqueness of expressions of vectors as linear combinations of basis vectors Thus, T (u) = T (v) = u = v, which shows that T is injective 03 Important Results Theorem 07 The solution set K of any system Ax = b of m linear equations in n unknowns is an affine space, namely a coset of ker(t A ) represented by a particular solution s R n : Proof: If s, w K, then K = s + ker(t A ) (01) A(s w) = As Aw = b b = 0 so that s w ker(t A ) Now, let k = s w ker(t A ) Then, w = s + k s + ker(t A ) Hence K s + ker(t A ) To show the converse inclusion, suppose w s + ker(t A ) Then w = s + k for some k ker(t A ) But then Aw = A(s + k) = As + Ak = b + 0 = b so w K, and s + ker(t A ) K Thus, K = s + ker(t A ) Theorem 08 Let Ax = b be a system of n linear equations in n unknowns The system has exactly one solution, A 1 b, iff A is invertible Proof: If A is invertible, substituting A 1 b into the equation gives A(A 1 b) = (AA 1 )b = I n b = b so it is a solution If s is any other solution, then As = b, and consequently s = A 1 b, so the solution is unique Conversely, if the system has exactly one solution s, then by the previous 3

4 theorem K = s + ker(t A ) = {s}, so ker(t A ) = {0}, and T A is injective But it is also onto, because T A L(R n, R n ) takes linearly independent sets into linearly independent sets: explicitly, it takes a basis β = {v 1,, v n } to a basis T A (β) = {T A (v 1 ),, T A (v n )} (because if T (β) is linearly independent, it is a basis by virtue of having n elements) Because it is a basis, T A (β) spans R n, so that if v R n, there are a 1,, a n R such that v = a 1 T A (v 1 ) + + a n T A (v n ) = T A (a 1 v a n v n ) Letting u = a 1 v a n v n R n shows that T A (u) = v, so T A, and therefore A, is surjective, and consequently invertible Theorem 09 A system of linear equations Ax = b is consistent iff rank A = rank[a b] Proof: Obviously Ax = b is consistent iff b im T A But in this case im T A = span(a 1,, a n ) = span(a 1,, a n, b) = im T [A b] where a i are the columns of A Therefore, Ax = b is consistent iff rank A = dim ( im T A ) = dim ( im T(A b) ) = rank ( [A b] ) Corollary 010 If Ax = b is a system of m linear equations in n unknowns and it s augmented matrix [A b] is transformed into a reduced row echelon matrix [A b ] by a finite sequence of elementary row operations, then (1) Ax = b is inconsistent iff rank(a ) rank[a b ] iff [A b ] contains a row in which the only nonzero entry lies in the last column, the b column (2) Ax = b is consistent iff [A b ] contains no row in which the only nonzero entry lies in the last column Proof: If rank A rank[a b ], then rank(a ) < rank[a b ], since we could consider A as equal to [A 0], and if this matrix has r linearly independent rows, or rank r, so does A Whence if rank[a b ] rank[a 0] = rank A, it is because b contains some nonzero element in one of the bottom n r slots corresponding to the zero rows of A Hence [A b ] contains a row in which the only nonzero entry lies in the last column Thus, by the last theorem, since rank is preserved under multiplication by elementary matrices (Corollary 04), we have Ax = b is inconsistent iff rank A rank[a b] iff rank A rank[a b ] iff [A b ] contains a row in which the only nonzero entry lies in the last column Conversely, if [A b ] contains a row in which the only nonzero entry lies in the last column, then rank[a b ]) > rank[a 0] = rank A The second point follows from the previous theorem, Corollary 04, and 1 of this theorem: Ax = b is consistent iff rank A = rank A = rank[a b ] = rank[a b] iff [A b ] contains no row in which the only nonzero entry lies in the last column Theorem 011 Let Ax = b be a system of m linear equations in n unknowns If B R m m is invertible, then the system (BA)x = Bb is equivalent to Ax = b Proof: If K is the solution set for Ax = b and K is the solution set for (BA)x = Bb, then w K Aw = b = (B 1 B)b (BA)w = Bb w K so K = K 4

5 Corollary 012 If Ax = b is a system of m linear equation in n unknowns, then A x = b is equivalent to Ax = b if [A b ] is obtained from [A b] by a finite number of elementary row operations Proof: If [A b ] is obtained from [A b] by a finite number of elementary row operations, which may be executed by left-multiplying [A b] by elementary m m matrices E 1,, E p, then let B = E p E p 1 E 1, which is invertible, so that [A b ] = B[A b] = [BA Bb] Hence, since A = BA and b = Bb, A x = b is equivalent to Ax = b by the previous theorem Remark 013 (Gaussian Elimination) As a result of this corollary, we now know that Gaussian elimination transforms any system of linear equations Ax = b into its equivalent reduced row echelon form A x = b In the forward pass the augmented matrix is transformed into an upper triangular matrix in which the first nonzero entry of each row is 1, and it occurs in a column to the right of the first nonzero entry of each preceding row This is achieved by a finite number type 3 and 2 row operations/elementary matrix multiplications, since there are finitely many rows in [A b] In the backward pass or back substitution the upper triangular matrix is transformed into reduced row echelon form by making the first nonzero entry of each row the only nonzero entry of its column This is also achieved by type 3 and 2 row operations/elementary matrix multiplications Hence, by the previous corollary, we can always find m m invertible matrices B such that by multiplying the augmented matrix by it we produce an equivalent system which is in row echelon form By Theorem 010 through Corollary 012 we know that Gaussian elimination will tell us whether a system Ax = b does or does not have a solution, namely if and only if the reduced row echelon form of the augmented matrix [A b ] contains no row in which the only nonzero entry lies in the last column The next theorem tells us what to do next in order to obtain a particular solution s and, when A is not invertible, a basis for the solution set K = s + ker(t A ) Theorem 014 Let Ax = b be a consistent system of m linear equations in n unknowns, that is let rank A = rank[a b], and let the reduced row echelon form [A b ] of the augmented matrix [A b] have r m nonzero rows Then, (1) rank A = r (2) If we divide into two classes the variables appearing in the reduced row echelon form A x = b of the system, the outer variables or dependent variables, consisting of the r variables x 1 = x i1,, x ir appearing as the leftmost in one of the equations, and the inner variables or free variables consisting of the other x j, and then parametrize the inner variables x j1,, x jn r by setting x j1 = t 1,, x jn r = t n r for t 1,, t n r R, then, solving for the outer variables in terms of the inner variables and putting the resulting values of the x i in terms of t 1,, t n r back into the equation for x results in a general solution of the form x = s = s 0 + t 1 u t n r u n r Here, the constant vector s 0 is a particular solution of the system, ie s 0 K, and the set {u 1,, u n r } is a basis for ker(t A ), the solution set to the corresponding homogeneous system The procedure is illustrated below (cf also Example 017): a 11 a 1n a m1 a mn x 1 x n = b 1 b n 5

6 Gaussian elimination 1 a 12 a 1n b x a r,n r+1 a rn x = b r 0 x n x 1 = b 1 a 12x 2 a 1nx n x i2 = b 2 a 2i 2 x i2 a 1nx n outer variables in terms of inner variables x ir parametrizing the inner variables and rearranging = b r a r,n r+1x n r+1 a rnx rn x 1 b 1 + u 11 t u 1,n r t n r x j1 t 1 = x ir b r + u r1 t u r,n r t n r x jn r t n r the last of which may be written as a linear combination of 1, t 1,, t n r and condensed to x = s = s 0 + t 1 u t n r u n r Proof: (1) Since [A b ] is in reduced row echelon form, it must have r nonzero rows by the definition of reduced row echelon form, and they are clearly linearly independent, whence r = rank[a b ] = rank A = r (2) By our methods of getting s we know that any such s, for any values of t 1,, t n r, is a solution of the system A x = b, and therefore to the equivalent original system Ax = b: K = s 0 + span(u 1,, u n r ) In particular, if we set t 1 = = t n r = 0, we see that s 0 is a particular solution, ie s 0 K But by Theorem 07 we know that K = s 0 + ker T A, whence However, because rank A = r, we must have ker T A = s 0 + K = span(u 1,, u n r ) dim(ker T A ) = n rank T A = n rank A = n r Therefore, we have that {u 1,, u n r } is a basis for ker T A Theorem 015 If A R n n has rank r > 0 and B = rref(a), then (1) The number of nonzero rows in B is r (2) For each i = 1,, r, there is a column b ji of B such that b ji = e i (3) The columns of A numbered j 1,, j r, corresponding to the b ji in (2), are linearly independent (4) For all k = 1,, n, if column k of B is the linear combination d 1 e d r e r 6

7 then column k of A is the linear combination d 1 a ji + + d r a ji where the a ji are the linearly independent columns given in (3) Proof: (1) By Corollary 04 rank(a) = r = rank(b) = r, and because B is in reduced row echelon form, no nonzero row of B can be a linear combination of the others, which means B has exactly r nonzero rows (2) If r 1, the vectors e 1,, e r must occur among the columns of B by the definition of reduced row echelon form, and these we label b ji (3) Note that if there are c 1,, c r R such that c 1 a j1 + c r a jr = 0 since B is obtained from A by a finite sequence of elementary row operations, there exists an invertible m m matrix C = E p E p 1 E 1 such that CA = B, whence C(c 1 a j1 + c r a jr ) = c 1 Ca j1 + c r Ca jr = c 1 b j1 + c r b jr = c 1 e 1 + c r e r = 0 so we must have c 1 = = c r = 0, and a ji,, a ji are linearly independent (4) Note that since B has only r nonzero rows, every column of B is of the form d 1i d ri 0 0 for d 1i,, d ri F, so for those columns of B that look like d 1i e d ri e r, the corresponding columns of A must be C 1 (d 1i e d ri e r ) = d 1i C 1 e d ri C 1 e r = d 1i C 1 b 1i + + d ri C 1 b ri = d 1i a 1i + + d ri a ri Corollary 016 The reduced row echelon form of a matrix is unique Proof: This follows directly from part (4) of the previous theorem, since the d ij are determined by the columns of A, and every column a ji of A is in the span of {a j1,, a jr }, which is a linearly independent set Consequently, each column is uniquely expressed as a linear combination of {a j1,, a jr }, whence the d ij are unique Now, since C is invertible, T C is an isomorphism, so that B = T C (A) also has its columns uniquely expressed as a linear combination of T C (a j1 ),, T C (a jr ) Consequently, B is unique 7

8 04 Examples Example 017 Convert the following system of 4 linear equations in 5 unknowns 2x 1 + 3x 2 + x 3 +4x 4 9x 5 = 17 x 1 + x 2 + x 3 + x 4 3x 5 = 6 x 1 + x 2 + x 3 +2x 4 5x 5 = 8 2x 1 + 2x 2 + 2x 3 +3x 4 8x 5 = 14 by Gaussian elimination into reduced row echelon form, then parametrize the inner variables and show that the solution set of the system is K = (3, 1, 0, 2, 0) + ker A = (3, 1, 0, 2, 0) + span ( ( 2, 1, 1, 0, 0), (2, 1, 0, 2, 1) ) Solution: We use E 1, E 2 and E 3 to denote generic elementary matrices of type 1, 2 and 3, respectively E (02) row 1: 3 E 3 row 3: 2 E row 3: E1 row 1: E (03) (04) where (02) and (03) represent the forward pass, reducing (A b) to an upper triangular matrix with the first nonzero entry in each row equal to 1, while the backward pass/back substitution occurs in (04), producing the reduced row echelon form The equivalent system of linear equations corresponding to the reduced row echelon matrix is x 1 + 2x 3 2x 5 = 3 x 2 x 3 + x 5 = 1 x 4 2x 5 = 2 Now, to solve such a system, divide the variables into 2 sets, one consisting of those that appear as leftmost in one of the equations of the system, the other of the rest In this case, we divide them into {x 1, x 2, x 4 } and {x 3, x 5 } To each variable in the second set, assign a parametric value t 1, t 2, R In our case we have x 3 = t 1 and x 5 = t 2 Then solve for the variables in the first set in terms of those in the second set: x 1 = 2x 3 +2x 5 +3 = 2t 1 +2t x 2 = x 3 x 5 +1 = t 1 t x 4 = 2x 5 +2 = 2t

9 Thus an arbitrary solution is of the form x 1 2t 1 + 2t x 2 x = x 3 x 4 = t 1 t t 1 2t = t t x 5 t Note that β = 1 0, 1 1 0, s = are, respectively, a basis for ker(t A ), the homogeneous system, and a particular solution of the nonhomogeneous system Of course ker(t A ) = span(β), so the solution set for the nonhomogeneous system is K = s + ker(t A ) = {(3, 1, 0, 2, 0) + t 1 ( 2, 1, 1, 0, 0) + t 2 (2, 1, 0, 2, 1) t 1, t 2 R} For example, choosing t 1 = 2 and t 2 = 10, we have s = (19, 7, 2, 22, 10) we have = So s is indeed a solution Example 018 are linearly independent Show that the first, third and fifth columns of A = Solution: We could, of course, check directly, if we already knew that columns 1, 3 and 5 were the ones we were looking for: a, b, c R, a + 6b + 4c 0 a b c 1 0 = a + 3b + c 2a + 8b = a + 7b + 9c 0 implies that a = 4b, which implies that 8b+6b = 4c, or b = 2c, 4b+3b = c, or b = c, whence c = 2c, so c = 0, whence a = b = 0 But we might have to try ( ) 5 3 = 5! 3!2! = 10 different possible combinations of columns of A to figure out that the 1, 3, 5 combination is the right one Instead of proceeding so haphazardly, we could deduce this more simply by transforming A to reduced row echelon form and using Theorem 015: Gaussian elimination

10 which immediately shows that b 11 = e 1, b 32 = e 2 and b 53 = e 3 are our B columns, and hence a 1, a 3 and a 5 are our linearly independent A columns Note also that since b 2 = 2b 1 = 2e 1 and b 4 = 4b 1 b 3 = 4e 1 e 2, we must have, by part 4 of the theorem, that a 2 = 2a 1 and a 4 = 4a 1 a 3, which we of course have 10

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems 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 a, a,, a n and

More information

Methods for Finding Bases

Methods for Finding Bases Methods for Finding Bases Bases for the subspaces of a matrix Row-reduction methods can be used to find bases. Let us now look at an example illustrating how to obtain bases for the row space, null space,

More information

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix.

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix. MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix. Nullspace Let A = (a ij ) be an m n matrix. Definition. The nullspace of the matrix A, denoted N(A), is the set of all n-dimensional column

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

Matrix Representations of Linear Transformations and Changes of Coordinates Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under

More information

Row Echelon Form and Reduced Row Echelon Form

Row Echelon Form and Reduced Row Echelon Form 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

Linear Algebra Notes

Linear Algebra Notes Linear Algebra Notes Chapter 19 KERNEL AND IMAGE OF A MATRIX Take an n m matrix a 11 a 12 a 1m a 21 a 22 a 2m a n1 a n2 a nm and think of it as a function A : R m R n The kernel of A is defined as Note

More information

Solving Linear Systems, Continued and The Inverse of a Matrix

Solving Linear Systems, Continued and The Inverse of a Matrix , Continued and The of a Matrix Calculus III Summer 2013, Session II Monday, July 15, 2013 Agenda 1. The rank of a matrix 2. The inverse of a square matrix Gaussian Gaussian solves a linear system by reducing

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3 MATH0 Notebook Fall Semester 06/07 prepared by Professor Jenny Baglivo c Copyright 009 07 by Jenny A. Baglivo. All Rights Reserved. Contents MATH0 Notebook 3. Solving Systems of Linear Equations........................

More information

Math 312 Homework 1 Solutions

Math 312 Homework 1 Solutions Math 31 Homework 1 Solutions Last modified: July 15, 01 This homework is due on Thursday, July 1th, 01 at 1:10pm Please turn it in during class, or in my mailbox in the main math office (next to 4W1) Please

More information

NOTES ON LINEAR TRANSFORMATIONS

NOTES ON LINEAR TRANSFORMATIONS NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Solving Systems of Linear Equations

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

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

160 CHAPTER 4. VECTOR SPACES

160 CHAPTER 4. VECTOR SPACES 160 CHAPTER 4. VECTOR SPACES 4. Rank and Nullity In this section, we look at relationships between the row space, column space, null space of a matrix and its transpose. We will derive fundamental results

More information

Solutions to Math 51 First Exam January 29, 2015

Solutions to Math 51 First Exam January 29, 2015 Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not

More information

T ( a i x i ) = a i T (x i ).

T ( a i x i ) = a i T (x i ). Chapter 2 Defn 1. (p. 65) Let V and W be vector spaces (over F ). We call a function T : V W a linear transformation form V to W if, for all x, y V and c F, we have (a) T (x + y) = T (x) + T (y) and (b)

More information

( ) which must be a vector

( ) which must be a vector MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

More information

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively. Chapter 7 Eigenvalues and Eigenvectors In this last chapter of our exploration of Linear Algebra we will revisit eigenvalues and eigenvectors of matrices, concepts that were already introduced in Geometry

More information

MATH1231 Algebra, 2015 Chapter 7: Linear maps

MATH1231 Algebra, 2015 Chapter 7: Linear maps MATH1231 Algebra, 2015 Chapter 7: Linear maps A/Prof. Daniel Chan School of Mathematics and Statistics University of New South Wales danielc@unsw.edu.au Daniel Chan (UNSW) MATH1231 Algebra 1 / 43 Chapter

More information

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

Solving Systems of Linear Equations Using Matrices

Solving Systems of Linear Equations Using Matrices Solving Systems of Linear Equations Using Matrices What is a Matrix? A matrix is a compact grid or array of numbers. It can be created from a system of equations and used to solve the system of equations.

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

1.2 Solving a System of Linear Equations

1.2 Solving a System of Linear Equations 1.. SOLVING A SYSTEM OF LINEAR EQUATIONS 1. Solving a System of Linear Equations 1..1 Simple Systems - Basic De nitions As noticed above, the general form of a linear system of m equations in n variables

More information

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

University of Lille I PC first year list of exercises n 7. Review

University of Lille I PC first year list of exercises n 7. Review University of Lille I PC first year list of exercises n 7 Review Exercise Solve the following systems in 4 different ways (by substitution, by the Gauss method, by inverting the matrix of coefficients

More information

Lecture Notes 2: Matrices as Systems of Linear Equations

Lecture Notes 2: Matrices as Systems of Linear Equations 2: Matrices as Systems of Linear Equations 33A Linear Algebra, Puck Rombach Last updated: April 13, 2016 Systems of Linear Equations Systems of linear equations can represent many things You have probably

More information

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

Lecture 3: Finding integer solutions to systems of linear equations

Lecture 3: Finding integer solutions to systems of linear equations Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008 This chapter is available free to all individuals, on understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0 Solutions: Assignment 4.. Find the redundant column vectors of the given matrix A by inspection. Then find a basis of the image of A and a basis of the kernel of A. 5 A The second and third columns are

More information

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A = MAT 200, Midterm Exam Solution. (0 points total) a. (5 points) Compute the determinant of the matrix 2 2 0 A = 0 3 0 3 0 Answer: det A = 3. The most efficient way is to develop the determinant along the

More information

Name: Section Registered In:

Name: Section Registered In: Name: Section Registered In: Math 125 Exam 3 Version 1 April 24, 2006 60 total points possible 1. (5pts) Use Cramer s Rule to solve 3x + 4y = 30 x 2y = 8. Be sure to show enough detail that shows you are

More information

Linear Maps. Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007)

Linear Maps. Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007) MAT067 University of California, Davis Winter 2007 Linear Maps Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007) As we have discussed in the lecture on What is Linear Algebra? one of

More information

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above:

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above: Section 1.2: Row Reduction and Echelon Forms Echelon form (or row echelon form): 1. All nonzero rows are above any rows of all zeros. 2. Each leading entry (i.e. left most nonzero entry) of a row is in

More information

by the matrix A results in a vector which is a reflection of the given

by the matrix A results in a vector which is a reflection of the given Eigenvalues & Eigenvectors Example Suppose Then So, geometrically, multiplying a vector in by the matrix A results in a vector which is a reflection of the given vector about the y-axis We observe that

More information

Factorization Theorems

Factorization Theorems Chapter 7 Factorization Theorems This chapter highlights a few of the many factorization theorems for matrices While some factorization results are relatively direct, others are iterative While some factorization

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Notes on Determinant

Notes on Determinant ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without

More information

Orthogonal Diagonalization of Symmetric Matrices

Orthogonal Diagonalization of Symmetric Matrices MATH10212 Linear Algebra Brief lecture notes 57 Gram Schmidt Process enables us to find an orthogonal basis of a subspace. Let u 1,..., u k be a basis of a subspace V of R n. We begin the process of finding

More information

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication).

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication). MAT 2 (Badger, Spring 202) LU Factorization Selected Notes September 2, 202 Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix

More information

MA106 Linear Algebra lecture notes

MA106 Linear Algebra lecture notes MA106 Linear Algebra lecture notes Lecturers: Martin Bright and Daan Krammer Warwick, January 2011 Contents 1 Number systems and fields 3 1.1 Axioms for number systems......................... 3 2 Vector

More information

Using row reduction to calculate the inverse and the determinant of a square matrix

Using row reduction to calculate the inverse and the determinant of a square matrix Using row reduction to calculate the inverse and the determinant of a square matrix Notes for MATH 0290 Honors by Prof. Anna Vainchtein 1 Inverse of a square matrix An n n square matrix A is called invertible

More information

1 Introduction to Matrices

1 Introduction to Matrices 1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns

More information

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued). MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors Jordan canonical form (continued) Jordan canonical form A Jordan block is a square matrix of the form λ 1 0 0 0 0 λ 1 0 0 0 0 λ 0 0 J = 0

More information

Chapter 19. General Matrices. An n m matrix is an array. a 11 a 12 a 1m a 21 a 22 a 2m A = a n1 a n2 a nm. The matrix A has n row vectors

Chapter 19. General Matrices. An n m matrix is an array. a 11 a 12 a 1m a 21 a 22 a 2m A = a n1 a n2 a nm. The matrix A has n row vectors Chapter 9. General Matrices An n m matrix is an array a a a m a a a m... = [a ij]. a n a n a nm The matrix A has n row vectors and m column vectors row i (A) = [a i, a i,..., a im ] R m a j a j a nj col

More information

Similarity and Diagonalization. Similar Matrices

Similarity and Diagonalization. Similar Matrices MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that

More information

1 Sets and Set Notation.

1 Sets and Set Notation. LINEAR ALGEBRA MATH 27.6 SPRING 23 (COHEN) LECTURE NOTES Sets and Set Notation. Definition (Naive Definition of a Set). A set is any collection of objects, called the elements of that set. We will most

More information

1.5 SOLUTION SETS OF LINEAR SYSTEMS

1.5 SOLUTION SETS OF LINEAR SYSTEMS 1-2 CHAPTER 1 Linear Equations in Linear Algebra 1.5 SOLUTION SETS OF LINEAR SYSTEMS Many of the concepts and computations in linear algebra involve sets of vectors which are visualized geometrically as

More information

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d.

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d. DEFINITION: A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the following axioms

More information

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in 2-106. Total: 175 points.

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in 2-106. Total: 175 points. 806 Problem Set 4 Solution Due Wednesday, March 2009 at 4 pm in 2-06 Total: 75 points Problem : A is an m n matrix of rank r Suppose there are right-hand-sides b for which A x = b has no solution (a) What

More information

MAT188H1S Lec0101 Burbulla

MAT188H1S Lec0101 Burbulla Winter 206 Linear Transformations A linear transformation T : R m R n is a function that takes vectors in R m to vectors in R n such that and T (u + v) T (u) + T (v) T (k v) k T (v), for all vectors u

More information

Lecture 1: Systems of Linear Equations

Lecture 1: Systems of Linear Equations MTH Elementary Matrix Algebra Professor Chao Huang Department of Mathematics and Statistics Wright State University Lecture 1 Systems of Linear Equations ² Systems of two linear equations with two variables

More information

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

More information

Section 6.1 - Inner Products and Norms

Section 6.1 - Inner Products and Norms Section 6.1 - Inner Products and Norms Definition. Let V be a vector space over F {R, C}. An inner product on V is a function that assigns, to every ordered pair of vectors x and y in V, a scalar in F,

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

MATH 551 - APPLIED MATRIX THEORY

MATH 551 - APPLIED MATRIX THEORY MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

1 VECTOR SPACES AND SUBSPACES

1 VECTOR SPACES AND SUBSPACES 1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such

More information

Subspaces of R n LECTURE 7. 1. Subspaces

Subspaces of R n LECTURE 7. 1. Subspaces LECTURE 7 Subspaces of R n Subspaces Definition 7 A subset W of R n is said to be closed under vector addition if for all u, v W, u + v is also in W If rv is in W for all vectors v W and all scalars r

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

Recall that two vectors in are perpendicular or orthogonal provided that their dot

Recall that two vectors in are perpendicular or orthogonal provided that their dot Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

More information

LEARNING OBJECTIVES FOR THIS CHAPTER

LEARNING OBJECTIVES FOR THIS CHAPTER CHAPTER 2 American mathematician Paul Halmos (1916 2006), who in 1942 published the first modern linear algebra book. The title of Halmos s book was the same as the title of this chapter. Finite-Dimensional

More information

5. Linear algebra I: dimension

5. Linear algebra I: dimension 5. Linear algebra I: dimension 5.1 Some simple results 5.2 Bases and dimension 5.3 Homomorphisms and dimension 1. Some simple results Several observations should be made. Once stated explicitly, the proofs

More information

Linearly Independent Sets and Linearly Dependent Sets

Linearly Independent Sets and Linearly Dependent Sets 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

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

Systems of Linear Equations

Systems of Linear Equations Chapter 1 Systems of Linear Equations 1.1 Intro. to systems of linear equations Homework: [Textbook, Ex. 13, 15, 41, 47, 49, 51, 65, 73; page 11-]. Main points in this section: 1. Definition of Linear

More information

Inner Product Spaces and Orthogonality

Inner Product Spaces and Orthogonality Inner Product Spaces and Orthogonality week 3-4 Fall 2006 Dot product of R n The inner product or dot product of R n is a function, defined by u, v a b + a 2 b 2 + + a n b n for u a, a 2,, a n T, v b,

More information

Solving Systems of Linear Equations

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

More information

Solution to Homework 2

Solution to Homework 2 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section 1.4 1. Compute the following, if

More information

1 Solving LPs: The Simplex Algorithm of George Dantzig

1 Solving LPs: The Simplex Algorithm of George Dantzig Solving LPs: The Simplex Algorithm of George Dantzig. Simplex Pivoting: Dictionary Format We illustrate a general solution procedure, called the simplex algorithm, by implementing it on a very simple example.

More information

5 Homogeneous systems

5 Homogeneous systems 5 Homogeneous systems Definition: A homogeneous (ho-mo-jeen -i-us) system of linear algebraic equations is one in which all the numbers on the right hand side are equal to : a x +... + a n x n =.. a m

More information

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj Section 5. l j v j = [ u u j u m ] l jj = l jj u j + + l mj u m. l mj Section 5. 5.. Not orthogonal, the column vectors fail to be perpendicular to each other. 5..2 his matrix is orthogonal. Check that

More information

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

The Determinant: a Means to Calculate Volume

The Determinant: a Means to Calculate Volume The Determinant: a Means to Calculate Volume Bo Peng August 20, 2007 Abstract This paper gives a definition of the determinant and lists many of its well-known properties Volumes of parallelepipeds are

More information

6. Cholesky factorization

6. Cholesky factorization 6. Cholesky factorization EE103 (Fall 2011-12) triangular matrices forward and backward substitution the Cholesky factorization solving Ax = b with A positive definite inverse of a positive definite matrix

More information

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6 Chapter 7 Matrices Definition An m n matrix is an array of numbers set out in m rows and n columns Examples (i ( 1 1 5 2 0 6 has 2 rows and 3 columns and so it is a 2 3 matrix (ii 1 0 7 1 2 3 3 1 is a

More information

8 Square matrices continued: Determinants

8 Square matrices continued: Determinants 8 Square matrices continued: Determinants 8. Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You

More information

Orthogonal Projections

Orthogonal Projections Orthogonal Projections and Reflections (with exercises) by D. Klain Version.. Corrections and comments are welcome! Orthogonal Projections Let X,..., X k be a family of linearly independent (column) vectors

More information

Practical Guide to the Simplex Method of Linear Programming

Practical Guide to the Simplex Method of Linear Programming Practical Guide to the Simplex Method of Linear Programming Marcel Oliver Revised: April, 0 The basic steps of the simplex algorithm Step : Write the linear programming problem in standard form Linear

More information

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination)

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination) Section 8. Solving a System of Equations Using Matrices (Guassian Elimination) x + y + z = x y + 4z = x 4y + z = System of Equations x 4 y = 4 z A System in matrix form x A x = b b 4 4 Augmented Matrix

More information

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are Solving Sstems of Linear Equations in Matri Form with rref Learning Goals Determine the solution of a sstem of equations from the augmented matri Determine the reduced row echelon form of the augmented

More information

4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION

4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION 4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION STEVEN HEILMAN Contents 1. Review 1 2. Diagonal Matrices 1 3. Eigenvectors and Eigenvalues 2 4. Characteristic Polynomial 4 5. Diagonalizability 6 6. Appendix:

More information

Lecture notes on linear algebra

Lecture notes on linear algebra Lecture notes on linear algebra David Lerner Department of Mathematics University of Kansas These are notes of a course given in Fall, 2007 and 2008 to the Honors sections of our elementary linear algebra

More information

CS3220 Lecture Notes: QR factorization and orthogonal transformations

CS3220 Lecture Notes: QR factorization and orthogonal transformations CS3220 Lecture Notes: QR factorization and orthogonal transformations Steve Marschner Cornell University 11 March 2009 In this lecture I ll talk about orthogonal matrices and their properties, discuss

More information

Question 2: How do you solve a matrix equation using the matrix inverse?

Question 2: How do you solve a matrix equation using the matrix inverse? Question : How do you solve a matrix equation using the matrix inverse? In the previous question, we wrote systems of equations as a matrix equation AX B. In this format, the matrix A contains the coefficients

More information

26. Determinants I. 1. Prehistory

26. Determinants I. 1. Prehistory 26. Determinants I 26.1 Prehistory 26.2 Definitions 26.3 Uniqueness and other properties 26.4 Existence Both as a careful review of a more pedestrian viewpoint, and as a transition to a coordinate-independent

More information

LINEAR ALGEBRA. September 23, 2010

LINEAR ALGEBRA. September 23, 2010 LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................

More information

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. Vector space A vector space is a set V equipped with two operations, addition V V (x,y) x + y V and scalar

More information

Linear Equations ! 25 30 35$ & " 350 150% & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

Linear Equations ! 25 30 35$ &  350 150% &  11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development MathsTrack (NOTE Feb 2013: This is the old version of MathsTrack. New books will be created during 2013 and 2014) Topic 4 Module 9 Introduction Systems of to Matrices Linear Equations Income = Tickets!

More information

GROUPS ACTING ON A SET

GROUPS ACTING ON A SET GROUPS ACTING ON A SET MATH 435 SPRING 2012 NOTES FROM FEBRUARY 27TH, 2012 1. Left group actions Definition 1.1. Suppose that G is a group and S is a set. A left (group) action of G on S is a rule for

More information

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i.

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i. Math 5A HW4 Solutions September 5, 202 University of California, Los Angeles Problem 4..3b Calculate the determinant, 5 2i 6 + 4i 3 + i 7i Solution: The textbook s instructions give us, (5 2i)7i (6 + 4i)(

More information

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL R. DRNOVŠEK, T. KOŠIR Dedicated to Prof. Heydar Radjavi on the occasion of his seventieth birthday. Abstract. Let S be an irreducible

More information

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The SVD is the most generally applicable of the orthogonal-diagonal-orthogonal type matrix decompositions Every

More information

THE DIMENSION OF A VECTOR SPACE

THE DIMENSION OF A VECTOR SPACE THE DIMENSION OF A VECTOR SPACE KEITH CONRAD This handout is a supplementary discussion leading up to the definition of dimension and some of its basic properties. Let V be a vector space over a field

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 0, where A

More information

Vector Spaces 4.4 Spanning and Independence

Vector Spaces 4.4 Spanning and Independence Vector Spaces 4.4 and Independence October 18 Goals Discuss two important basic concepts: Define linear combination of vectors. Define Span(S) of a set S of vectors. Define linear Independence of a set

More information