Linear Vector Spaces

Size: px
Start display at page:

Download "Linear Vector Spaces"

Transcription

1 CHAPTER 1 Linear Vector Spaces Definition A linear vector space over a field F is a triple (V, +, ), where V is a set, + : V V V and : F V V are maps with the properties : (i) ( x, y V ), x + y = y + x. (ii) ( x, y, z V ), x + (y + z) = (x + y) + z. (iii) 0 V V : ( x V ), x + 0 V = 0 V + x = x. (iv) x V, x V : x + ( x) = ( x) + x = 0 V. (v) ( λ F, x, y V ) λ (x + y) = λx + λy. (vi) ( λ, µ F, x V ) (λ + µ) x = λx + µx. (vii) ( λ, µ F, x V ) (λµ) x = λ (µx). (viii) ( x V ) 1 F x = x. Note that in the above and the following we will abbreviate λ x by λx. We sometimes talk of the map as the action of the field F on the vector space V. Sometimes we will refer to the set V as the vector space (where the + and is obvious from the context). Elements of the set V are called vectors, while those of F are called scalars. If the field F is either R or C (which are the only cases we will be interested in), we call V a real vector space or a complex vector space, respectively. Example (1) The set R n of n-tuples (x 1, x 2,..., x n ) of real numbers with + and defined by is a linear vector space over the field R. (x 1, x 2,..., x n ) + (y 1, y 2,..., y n ) = (x 1 + y 1, x 2 + y 2,..., x n + y n ) (2) The set C n of n-tuples of complex numbers (similar). λ (x 1, x 2,..., x n ) = (λx 1, λx 2,..., λx n ) (3) Let Mat m n (F ) be the set of all m n F -valued matrices. Then Mat m n (F ) is a vector space under usual addition of matrices and multiplication by scalars. (4) Let R n+1 [X] be the set of all polynomials up to degree n, i.e. all expressions of the form a 0 +a 1 X +a 2 X a n X n, where a i R, is a vector space over R with the usual definitions of addition of polynomials and multiplication of polynomials by numbers. (Note that we use the suffix n + 1 and not n - because the number of parameters you need to specify a polynomial is n some authors refer to this set as R n [X]. (5) R is a vector space over R! Similarly C is one over C. Note that C is also a vector space over R - though a different one from the previous example! Also note that R is not a vector space over C. Theorem If V is a vector space over F, then (1) ( λ F ) λ0 V = 0 V. (2) ( x V ) 0 F x = 0 V. (3) If λx = 0 V then either λ = 0 F or x = 0 V. (4) ( x V, λ F ) ( λ) x = (λx) = λ ( x). Proof. Exercise! Definition Let (V, +, ) be a vector space over a field F. If a nonempty subset W V is a vector space over the same field F with the operations + and being restricted to W W and F W, respectively, then (W, +, ) is called a subspace of (V, +, ). We usually say that W is a subspace of V. 1

2 1. LINEAR VECTOR SPACES 2 Theorem A nonempty W V is a subspace of V if ( x, y W, λ, µ F ) : λx + µy W Example (1) Every vector space is (trivially) a subspace of itself. (2) Every subspace of V has the element 0 V. Thus the smallest subspace of V is the singleton set {0 V }. (3) In R 3 the subspaces are (i) the origin, (ii) lines passing through the origin, (iii) planes passing through the origin, and (iv) the whole space. Theorem The intersection of any collection of subspaces of V is a subspace of V. Proof. Let C be a collection of subspaces of V and let T = W C W be their intersection. Since 0 V W, W C, 0 V T, so that T. Let x, y T. Then W C, x, y W and thus λx + µy W λ, µ F. So λx + µy T, and thus T is a subspace. Note that this is not true for a union. Given a subset S V, we define S as the intersection of all subspaces of V that contain S. This is a subspace of V and is the smallest subspace containing S. If (x, y) R 2 is not the origin and S = {(x, y)}, then S is the line joining (x, y) to the origin. If S =, then S is {0 V }. Definition Let V be a vector space over F and let S be a nonempty subset V. Then we say that v V is a linear combination of elements of S if x 1, x 2,..., x r S and λ 1, λ 2,..., λ r F such that This helps us to define v = λ 1 x 1 + λ 2 x λ r x r Definition Given a nonempty subset S V, the span of S, denoted Span S is defined to be the set of all linear combinations of elements of S. Since linear combinations of linear combinations are linear combinations, it is obvious that Span S is a subspace. If S =, we define Span S to be the singleton vector space {0 V }. Theorem S = Span S Proof. The result follows trivially for S =. Let us now consider S. x S, since 1 F x = x Span S, we have S Span S. Thus Span S is a subspace containing S. Since S is the smallest subspace containing S, we have S Span S. Let v Span S. Then, x 1,..., x r S, λ 1,..., λ r F such that v = r λ ix i. If W is a subspace of V containing S, then x 1,..., x r W and thus v W. Since S is a subspace containing S, it follows that v S and hence Span S S. Definition A subset S of a vector space V is called a spanning set if Span S = V. Example In R 3, the vectors (1, 0, 0), (0, 1, 0) and (0, 0, 1) form a spanning set, since any vector (x, y, z) R 3 can be written as a linear combination of these three. Of course, this is not the only choice - for example, the set {(1, 1, 1), (1, 2, 1), (0, 1, 3), (0, 0, 1), ( 1, 5, 7)} is also a spanning set. Definition A nonempty subset S of a vector space V is said to be linearly independent if the only way of expressing 0 V as a linear combination of elements of S is the trivial way, i.e. if x 1, x 2,..., x n S and λ 1, λ 2,..., λ n F then λ 1 x 1 + λ 2 x λ n x n = 0 = λ 1 = λ 2 =... = λ n = 0. A subset is called linearly dependent if it is not independent. Example In R 3, the vectors (1, 0, 0), (0, 1, 0) and (0, 0, 1) form a linearly independent set. Theorem No linearly independent subset of a vector space V can contain the vector 0 V. We can restate the theorem above as every subset of a vector space containing the null vector is linearly dependent.

3 1. LINEAR VECTOR SPACES 3 Theorem A superset of a linearly dependent set is linearly dependent. Every subset of a linearly independent set is linearly independent. Proof. Let S be linearly dependent and let T S. Then, x 1,..., x n S such that there is a nontrivial linear combination of these elements that yields 0 V. Since x 1,..., x n T as well, T is linearly dependent. The proof of the next part of the statement follows trivially. Theorem Let V be a vector space over a field F. If S V has at least two elements then it is linearly dependent iff one of its elements can be written as a linear combination of the others. Proof. (only if) Let S be linearly dependent. Then, x 1,..., x n S and λ 1,..., λ n F such that λ 1 x λ n x n = 0, with not all the λ i = 0. Since λ i 0, we can relabel if necessary so that λ 1 0. Then, we can write ( x 1 = λ ) ( 2 x λ ) n x n. λ 1 λ 1 (if) If it is possible to write one of the elements of S, say x 1, as a linear combination of the rest Then we can write x 1 = µ 2 x µ n x n which is a non-trivial linear combination. ( 1) x 1 + µ 2 x µ n x n = 0 V Definition A linearly independent spanning set of a vector space is called its basis. Example In R n the n vectors (1, 0, 0,..., 0), (0, 1, 0,..., 0),...,(0, 0,..., 0, 1) form a basis. This is called the natural basis of R n. Theorem A nonempty subset S of a vector space V is a basis of V iff every element of V can be expressed in a unique way as a linear combination of elements of S. Proof. (only if) Let S be a basis. Then Span S = V and thus x V we can expand x as a linear combination i λ ix i of elements of S. To see that this is unique, note that i λ ix i = i µ ix i implies i (λ i µ i ) x i = 0 V and since the x i s are independent, we have λ i µ i = 0 for all i, so that λ i = µ i. (if) Suppose that every element of V can be expressed in a unique way as a linear combination of elements of S. Then Span S = V. Again, since i 0 F x i = 0 V and the expansion is unique for all x V, the only linear combination that gives the null vector is the trivial one - so that S is also linearly independent. Example Every element in R n+1 [X] can be expanded as a unique linear combination a 0 + a 1 X + a 2 X a n X n of elements of the subset { 1, X, X 2,..., X n}, and hence this is a basis. Example For i = 1,..., n let a i = {a i1, a i2,..., a in }. Then {a 1, a 2,..., a n } is a basis of R n iff the matrix A = [a ij ] n n is invertible. To see this, let x = (x 1, x 2,..., x n ) and consider the expansion x = λ 1 a λ n a n. This corresponds to the system of equations A t λ 1. λ n = x 1. x n. So, an unique linear combination is possible if and only if A t is invertible, i.e. A is invertible. Theorem Let V be a vector space that is spanned by a finite set {v 1,..., v n }. If I = {w 1,..., w m } is a linearly independent subset of V then necessarily m n.

4 1. LINEAR VECTOR SPACES 4 Proof. Consider w 1 I. Since {v 1,..., v n } is a spanning set, λ 1,..., λ n F such that w 1 = λ 1 v λ n v n. Since w 1 0 V (because I is linearly independent), not all λ i = 0 F. By a change of indices if necessary, we can take λ 1 0 F. Then v 1 = λ 1 1 w 1 λ 1 1 λ 2v 2... λ 1 1 λ nv n, which shows that V = Span {v 1, v 2,..., v n } Span {w 1, v 2,..., v n } = V. Again, w 2 = µ 1 w 1 + µ 2 v µ n v n and not all of µ 2,..., µ n = 0 F (otherwise we would have w 2 = µ 1 w 1 - contradicing the independence of I). Again, we can relabel if necessary to get µ 2 0 F, and show that v 2 = µ 1 2 w 2 µ 1 2 µ 1w 1 µ 1 2 µ 3v 3... µ 1 2 µ nv n. This helps us to show that Span {w 1, w 2, v 3,..., v n } = V. If n < m, we could proceed in the same way and finally get Span {w 1, w 2,..., w n } = V. Then we will have a contradiction, because we would be able to express the rest of the w s - w n+1,..., w m as linear combinations of w 1,..., w n. Thus m n. In other words, you can not have more linearly independent vectors than there are in a spanning set. Corollary If V has a finite basis B then every basis of V is finite and has the same number of elements as B. Proof. Let B be another basis for V. If B is an infinite set then, since any subset of a linearly independent set is linearly independent, we can get finite linearly independent subsets of B with arbitrarily many elements, thus contradicting the last theorem. So, B must be finite. Since B is a spanning set and B is linearly independent, we have B B. By reversing the two bases, we have B B. Thus B = B. Definition A finite dimensional vector space V is one which has a finite basis. The number of elements in any basis of V is called the dimension of V, and is denoted by dim V. Example A basis for the vector space Mat m n (F ) is the set {e pq : 1 p m, 1 q n} where e pq is a m n matrix with the elements (e pq ) ij = δ ip δ jq. Thus dim Mat m n (F ) = mn. Theorem Let V be a finite dimensional vector space. If G is a finite spanning set of V and if I G is linearly independent, then there is a basis B of V such that I B G. Proof. If Span I = V then B = I and we have nothing left to prove. Suppose Span I V. Then I G and G \ Span I (If G Span I, we would have Span I Span G = V ). Thus, g 1 G such that g 1 / Span I. Then I = I {g 1 } G is linearly independent. If Span I = V,we are done. If not, g 2 G such that g 2 / Span I and we get a linearly independent set I = I {g 1, g 2 }. If Span I = V we are done. If not, we continue. Since G is a finite set, this process will come to an end. Finally we will get a linearly independent set I {g 1, g 2,..., g r } G which spans V. This is the basis B and obviously I B G. Corollary Every linearly independent subset I of a finite dimensional vector space V can be extended to form a basis. Proof. Since V is finite dimensional, it has a finite basis B. The subset I B I is a finite set that spans V. Now we can use the theorem above. Corollary Every finite spanning set of a finite dimensional vector space contains a basis. Proof. Let G be a finite spanning set of V. Since G is linearly independent, according to the theorem we have a basis B of V such that B G. Corollary If V is of dimension n then every linearly independent set consisting of nelements is a basis of V. Proof. If I is a linearly independent set containing n elements, then B, a basis of V containing I. B = n and thus B = I. But

5 1. LINEAR VECTOR SPACES 5 Corollary If S is a subset of a finite dimensional vector space V, then the following statements are equivalent. (1) S is a basis. (2) S is a maximal independent set ( i.e. if I is an independent set with S I, then S = I). (3) S is a minimal spanning set ( i.e. if G S spans V then G = S). Proof. (1) = (2) : If I is independent with S I, there is a basis B with I B. Then I B - but I = B. Thus I = B. (2) = (1): By the first Corollary above, there exists a basis B with S B. But B is independent and thus, by hypothesis B = S. (1) = (3) : If Span G = V then B G where B is a basis of V. Thus B G S. But since both B and S are bases, we have B = S, and thus B = S. (3) = (1) : Since S spans V, there is a basis B with B S. But B then also spans V and according to the hypothesis, B = S. Corollary If V is of dimension n then every subset containing more than n elements is linearly dependent. Again, no subset with less than n elements can span V. Theorem Let V be afinite dimensional vector space. If W is a subspace of V, then W is also finite dimensional, and dim W dim V. Moreover, we have dim W = dim V iff W = V. Proof. Let dim V = n. If I is a linearly independent subset of W then it is also a linearly independent subset of V and thus I n. Thus, a maximal such subset B exists and is, then, a basis of W. Hence W is also of finite dimension and dim W dim V. Again, if dim W = dim V, we have B = n. Thus B is a linearly independent subset of V with nelements. So, Bis also a basis of V and thus W = SpanB = V.

6 CHAPTER 2 Linear mappings Definition If V and W are vector spaces over the same field F, then a map f : V W is called a linear map if (1) ( x, y V ) f (x + y) = f (x) + f (y), and (2) ( x V ) ( λ F ) f (λx) = λf (x). Example The map f : R 2 R 3 defined by is linear. Example The n maps pr i : R n R defined by are linear. pr i is called the i-th projection map. (x, y) (x + y, x y, y) (x 1,..., x i,..., x n ) x i Example The map D : R n+1 [X] R n+1 [X] defined by is linear. a 0 + a 1 X + a 2 X a n X n a 1 + 2a 2 X na n X n 1 Theorem If the map f : V W is linear, then (1) f (0 V ) = 0 W, and (2) f ( x) = f (x) Proof. (1) f (0 V ) = f (0 F x) = 0 F f (x) = 0 W. (2) 0 W = f (0 V ) = f (x + ( x)) = f (x) + f ( x) - which gives the result if we add f (x) to both sides. Definition Given a linear map f : V W and λ F we define the map λf : V W by ( v V ) (λf) (v) = λf (v) Definition Given two linear maps f, g : V W we define the sum map f + g : V W by ( v V ) (f + g) (v) = f (v) + g (v) It is easy to check that the maps λf and f + g defined above are linear. If we denote the set of all linear maps from V to W by Lin (V, W ), this shows that Lin (V, W ) is a vector space over F under the addition and multiplication by scalar operation defined above. Definition If f : V W is linear we define f : 2 V 2 W by and f : 2 W 2 V by ( X V ) f (X) = {f (x) : x X} ( Y W ) f (Y ) = {x V : f (x) Y }. We call f (X) the direct image of X under f, while f (Y ) is called the inverse image of Y under f. Note that most authors denote f (X) and f (Y ) by f (X) and f 1 (Y ), respectively. It is easy to see that the maps f and f are inclusion preserving, i.e. if X 1 X 2 V then f (X 1 ) f (X 1 ) and if Y 1 Y 2 W then f (Y 1 ) f (Y 2 ). 6

7 2. LINEAR MAPPINGS 7 Theorem Both f and f carry subspaces into subspace, i.e. if X is a subspace of V, then f (X) is a subspace of W and if Y is a subspace of W then f (Y ) is a subspace of V. Proof. Let X be a subspace of V. Let w 1, w 2 f (X) and λ 1, λ 2 F. Then x 1, x 2 X such that f (x 1 ) = w 1 and f (x 2 ) = w 2. Then Thus, f (X) is a subspace. λ 1 w 1 + λ 2 w 2 = λ 1 f (x 1 ) + λ 2 f (x 2 ) = f (λ 1 x 1 + λ 2 x 2 ) f (X) Again, let Y be a subspace of W. Let v 1, v 2 f (Y ) and λ 1, λ 2 F. Then y 1, y 2 Y such that f (v 1 ) = y 1 and f (v 2 ) = y 2. Then f (λ 1 v 1 + λ 2 v 2 ) = λ 1 f (v 1 ) + λ 2 f (v 2 ) = λ 1 y 1 + λ 2 y 2 Y and thus λ 1 v 1 + λ 2 v 2 f (Y ), which proves that f (Y ) is a subspace. Definition The subspace f (V ) of W is called the image of f and is denoted by Im f. Definition The supspace f {0 W } is called the kernel of f and is denoted by Ker f. Example For the map in example , the image is and the Kernel is Im f = {(x + y, x y, y) : x, y R} = Span {(1, 1, 0), (1, 1, 1)}. Ker f = {(0, 0)}. Example For the i-th projection map pr i (example ), we have Im pr i = R, Ker pr i = {x R n : x i = 0}. Example For the differentiation map D on R n+1 [X] (example ) we have Im D = R n [X], Ker D = R. Theorem If f : V W is linear then f is injective iff Ker f = {0 V }. Proof. (only if) Let f be injective. Since f (0 V ) = 0 W for all linear maps, 0 V Ker f. On the other hand, if x Ker f, then f (x) = 0 W = f (0 V ). Since f is injective, we have x = 0 V. (if) Let Ker f = {0 V }. Then if f (x) = f (y) we have f (x y) = f (x) f (y) = 0 W so that x y Ker f = x y = 0 V = x = y. Thus f is injective. Theorem If f : V W is linear and injective and if {v 1,..., v n } is a linearly independent subset of V, then {f (v 1 ),..., f (v n )} is linearly independent. Proof. Let λ 1 f (v 1 ) λ n f (v n ) = 0 W. Then f (λ 1 v λ n v n ) = 0 W and hence λ 1 v λ n v n Ker f. Since f is injective, Ker f = {0 V } so that λ 1 v λ n v n = 0 V and since {v 1, v 2,..., v n } is linearly independent, we have λ 1 =... = λ n = 0. Thus {f (v 1 ),..., f (v n )} is linearly independent. Theorem Let V and W be finite dimensional vector spaces over the same field F. If f : V W is linear we have dim V = dim Im f + dim Ker f Proof. Let {v 1,..., v n } be a basis of Ker f V and {w 1,..., w m } be a basis of Im f W. Since w i Im f, v i V such that f (v i ) = w i. Consider the set J = {v 1,..., v m, v 1,..., v n } V. Let x V. Since f (x) Im f, we can write ( m m m ) f (x) = λ i w i = λ i f (vi ) = f λ i vi so that f (x m λ ivi ) = 0 W. Thus x m λ ivi Ker f so that m m x λ i vi = µ j v j = x = λ i vi + Thus J is a spanning set. µ j v j.

8 2. LINEAR MAPPINGS 8 Again, if m λ ivi + ( n µ m jv j = 0 V, we have f λ ivi + ) n µ jv j = 0 W so that m λ iw i = 0 W. Since {w 1,..., w m } is linearly independent we have λ i = 0. But then n µ jv j = 0 so that µ j = 0. Thus J is linearly independent and is hence a basis. Thus dim V = J = m + n = dim Im f + dim Ker f Definition If f is a linear map dim Im f is called the rank of f and dim Ker f is called the nullity of f. Thus theorem can be written as rank + nullity = dimension of departure space. Theorem Let V and W be vector spaces of dimension n over the same field F. If f : V W is linear then the following statements are equivalent (1) f is injective. (2) f is surjective. (3) f is bijective. (4) f carries bases to bases, i.e. if {v 1,..., v n } is a basis for V then {f (v 1 ),..., f (v n )} is a basis of W. Proof. (1) = (2) = (3) : Let f : V W be linear and injective. Then Ker f = {0 V } so that dim Ker f = 0. According to theorem , we have dim Im f = n and thus Im f = W, so that f is surjective. Thus f is both injective and surjective, so that it is bijective. (2) = (1) = (3) : Let f : V W be linear and surjective. Then Im f = W so that dim Im f = dim W = n and thus dim Ker f = 0 from theorem Thus Ker f = {0 V } and so f is injective and hence bijective. That (3) = (1) and (3) = (2) is obvious. (1) = (4) : Let f : V W be linear and injective and let {v 1,..., v n } be a basis for V. Then {f (v 1 ),..., f (v n )} are n distinct (because f is injective) liearly independent vectors (from theorem ) in W. Thus this provides a basis of W (corollary ). (4) = (1) : Let f : V W be linear and carry bases of V to bases of W, i.e. if {v 1,..., v n } is a basis for V then {f (v 1 ),..., f (v n )}is a basis of W. Let x Ker f and x = n λ iv i. Then 0 V = f (x) = n λ 1if (v i ) and thus λ i = 0 for i = 1, 2,..., n so that x = 0 V. So Ker f = {0 V } and so, according to theorem , f is injective. Definition Let V and W be linear vector spaces over the same field F. A linear map f : V W is called a linear isomorphism if it is a bijection. Two vector spaces V and W are called isomorphic, denoted by V = W if there is a isomorphism from one to the other. Remark The relation is isomorphic to between vector spaces is an equivalence relation. Theorem Let V be a vector space of dimension n 1 over a field F. Then V = F n. Proof. Let {v 1, v 2,... v n } be a basis of V. Consider the map f : V F n defined by ( ) f λ i v i = (λ 1, λ 2,..., λ n ). i Since {v 1, v 2,... v n } is a basis, every vector x V has a unique expansion of the form i λ ix i. Thus the map f is an isomorphism. It is also obviously linear. Theorem If V and W are vector spaces of dimension n over the same field F, then V = W.

9 2. LINEAR MAPPINGS 9 Proof. By the previous theorem, we have V = F n and W = F n. Then linear isomorphisms f : V F n and g : W F n. Then, the map g 1 f : V W is a linear bijection, and hence an isomorphism. For a general map f between two spaces V and W, we have to specify what f does to each element of V. We now show that for a linear map, we have to only worry about what the map does to each element of a basis of V. Theorem Let V and W be finite dimensional vector spaces over the same field F. If {v 1, v 2,..., v n } be a basis of V and let w 1, w 2,..., w n be vectors (not necessarily distinct) in W then there is a unique linear map f : V W such that f (v i ) = w i for i = 1, 2,..., n. Proof. Since every element of V can be uniquely expressed in the form i λ iv i, we can define a map f : V W by ( n ) f λ i v i = λ i w i It is easy to check that this map is linear. Moreover, for each i, we have f (v i ) = f δ ij v j = δ ij w j = w i. To show that this map f is unque, let g : V W be a linear map with the property that g (v i ) = w i. Then for v V, v = i λ iv i, we have ( n ) g (v) = g λ i v i = λ i g (v i ) = λ i w i = f (v). Corollary A linear map is completely and uniquely determined by its action on the basis of its departure space. Corollary Two linear mappings f, g : V W are equal iff they agree on a basis of V.

10 CHAPTER 3 Linear maps and matrices Definition Let V be a finite dimensional vector space. An ordered basis of V is a finite sequence (v i ) 1 i n of elements of V such that the set {v 1, v 2,..., v n } is a basis of V. We have seen that a linear map f between two spaces V and W is uniquely determined by its action on a basis of V. Given ordered bases (v i ) m and (w j ) n on V and W, respectively we define the matrix form of f with respect to the bases (v i ) m and (w j ) n, denoted by Mat f, as a matrix with the elements a ij given by f (v i ) = a ji w j, i = 1, 2,..., m Note the (slightly counterintuitive) order of the indices on a. Also note that if V and W are m and n dimensional, respectively, then for a linear map f : V W we have Matf Mat n m (F ). For the special map id V : V V which maps every v V to itself, it is easy to see that Matid V = I n if V is a n dimensional vector space and any given ordered basis (v i ) n of V is used. Theorem Let V and W be linear vector spaces over the same field F. Then for all linear maps f, g : V W and λ F, and with respect to fixed ordered bases Mat (f + g) = Matf + Matg Mat (λf) = λmatf Proof. Let Matf = [x ij ] n m and Matg = [y ij ] n m relative to fixed ordered bases (v i ) m of V and (w j ) n of W. Then for i = 1, 2,..., m f (v i ) = x ji w j, g (v i ) = y ji w j so that (f + g) (v i ) = f (v i ) + g (v i ) = and thus Mat (f + g) = [x ij + y ij ] n m = Matf + Matg. Similarly so that Mat (λf) = [λx ij ] n m = λmatf. (λf) (v i ) = λf (v i ) = λ (x ji + y ji ) w j, x ji w j, This theorem implies that the map ϑ : Lin (V, W ) Mat n m (F ) defined by f Matf is a linear map. It is also clearly a bijection (why?). Thus we have Theorem If V, W are vector spaces of dimension m, n over F then Lin (V, W ) = Mat n m (F ). Theorem Consider linear maps f : U V and g : V W with fixed ordered bases (u i ) m, (v j ) n and (w k ) p of U, V and W respectively. We have Mat (g f) = Matg Matf 10

11 3. LINEAR MAPS AND MATRICES 11 Proof. Let Matf = [x ij ] n m and Matg = [y ij ] p n. Then g f (u i ) = g (f (u i )) = g x ji v j = = Thus Mat (g f) = [z ij ] p m where x ji g (v j ) = ( p x ji k=1 p y kj x ji w k k=1 z ki = y kj x ji. y kj w k ) Corollary A square matrix is invertible iff it represents an isomorphism. Proof. Let A be an invertible n n square matrix. Thus, there exists a n n square matrix B such that BA = I n. Let V be a n dimensional vector space and let (v i ) n be an ordered basis of V. Let f, g : V V be linear maps represented by the matrices A, B with respect to the ordered basis (v i ) n. Then g f is represented by the matrix BA = I n and thus g f = id V and so f is invertible and is thus an isomorphism. Conversely, let the matrix A represent the linear isomorphism f : V V. Since f is a bijection, it has an inverse f 1 such that f 1 f = id V. Then the matrix B representing f 1 obeys BA = Matf 1 Matf = Mat ( f 1 f ) = Matid V = I n. Thus B = A 1 and the matrix A is invertible. We next consider the question of change of basis and its effect on the matrix representative of a linear map. Definition Given two ordered bases (v i ) n and (v i ) n of a given vector space V the transition matrix from (v i ) n to (v i ) n is defined as the matrix representative of the identity map id V with respect to the bases (v i ) n and (v i ) n. Remark If V = R n and (v i ) n is the natural ordered basis on V then it is easier to determine the transition matrix from (v i ) n to (v i) n, than the other way around. From corollary it is obvious that Theorem Transition matrices are invertible. Theorem If a linear mapping f : V W is represented relative to ordered bases (v i ) m, (w i ) n by the n m matrix A then relative to new ordered bases (v i ) m, (w i ) n the matrix representing f is the n m matrix Q 1 AP where Q is the transition matrix from (w i ) n to (w i) n and P is the transition matrix from (v i ) m to (v i) m. Proof. From the following diagram V ; (v i ) m f; A W ; (w i ) n id V ; P id W ; Q V ; (v i ) m f; B W ; (w i ) n using we get so that B = Q 1 AP. f id V = id W f = f AP = QB

12 3. LINEAR MAPS AND MATRICES 12 The converse of this theorem is also true. Theorem Let (v i ) m, (w i ) n be ordered bases of V, W, respectively. Suppose that A, B are n m matrices such that there are invertible matrices P, Q such that B = Q 1 AP. Then there are ordered bases (v i ) m, (w i ) n of V, W and a linear map f : V W such that A is the matrix of f relative to (v i ) m, (w i ) n and B is the matrix of f relative to (v i ) m, (w i ) n. Proof. If P = [p ij ] m m and Q = [q ij ] n n, define m (i = 1,..., m) v i = p ji v j ; (i = 1,..., n) w i = q ji w j. Since P is invertible, there is (corollary ) an isomorphism f P : V V that is represented by P relative to the ordered basis (v i ) m. Since, by definition v i = f P (v i ), it follows that (v i ) m is an ordered basis of V (by theorem ). P is the transition matrix from (v i ) m to (v i) m. Similarly (w i ) n is an ordered basis of and Q is the transition matrix from (w i ) n to (w i) n. Now let f : V W be the linear map whose matrix, relative to the bases (v i ) m and (w i ) n, is A. Then by theorem the matrix of f relative to the bases (v i ) m and (w i ) n is Q 1 AP = B. Definition If A, B are n n matrices then Bis called similar to A if there is an invertible matrix P such that B = P 1 AP. The next two theorems are very simple to prove. Theorem For n n matrices, the relation is similar to is an equivalence relation. Theorem Two n n matrices A, B are similar iff they represent the same linear map relative to possibly different bases.

Chapter 2 Subspaces of R n and Their Dimensions

Chapter 2 Subspaces of R n and Their Dimensions Chapter 2 Subspaces of R n and Their Dimensions Vector Space R n. R n Definition.. The vector space R n is a set of all n-tuples (called vectors) x x 2 x =., where x, x 2,, x n are real numbers, together

More information

Chapter 2 Linear Transformations

Chapter 2 Linear Transformations Chapter 2 Linear Transformations Linear Transformations Loosely speaking, a linear transformation is a function from one vector space to another that preserves the vector space operations. Let us be more

More information

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix.

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. Basis Definition. Let V be a vector space. A linearly independent spanning set for V is called a basis.

More information

1.8 Dual Spaces (non-examinable)

1.8 Dual Spaces (non-examinable) 2 Theorem 1715 is just a restatement in terms of linear morphisms of a fact that you might have come across before: every m n matrix can be row-reduced to reduced echelon form using row operations Moreover,

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

Mathematics Department Stanford University Math 61CM/DM Vector spaces and linear maps

Mathematics Department Stanford University Math 61CM/DM Vector spaces and linear maps Mathematics Department Stanford University Math 61CM/DM Vector spaces and linear maps We start with the definition of a vector space; you can find this in Section A.8 of the text (over R, but it works

More information

Vector Spaces and Linear Transformations

Vector Spaces and Linear Transformations Vector Spaces and Linear Transformations Wei Shi, Jinan University 2017.11.1 1 / 18 Definition (Field) A field F = {F, +, } is an algebraic structure formed by a set F, and closed under binary operations

More information

A = 1 6 (y 1 8y 2 5y 3 ) Therefore, a general solution to this system is given by

A = 1 6 (y 1 8y 2 5y 3 ) Therefore, a general solution to this system is given by Mid-Term Solutions 1. Let A = 3 1 2 2 1 1 1 3 0. For which triples (y 1, y 2, y 3 ) does AX = Y have a solution? Solution. The following sequence of elementary row operations: R 1 R 1 /3, R 1 2R 1 + R

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Throughout these notes, F denotes a field (often called the scalars in this context). 1 Definition of a vector space Definition 1.1. A F -vector space or simply a vector space

More information

2: LINEAR TRANSFORMATIONS AND MATRICES

2: LINEAR TRANSFORMATIONS AND MATRICES 2: LINEAR TRANSFORMATIONS AND MATRICES STEVEN HEILMAN Contents 1. Review 1 2. Linear Transformations 1 3. Null spaces, range, coordinate bases 2 4. Linear Transformations and Bases 4 5. Matrix Representation,

More information

Kernel and range. Definition: A homogeneous linear equation is an equation of the form A v = 0

Kernel and range. Definition: A homogeneous linear equation is an equation of the form A v = 0 Kernel and range Definition: The kernel (or null-space) of A is ker A { v V : A v = 0 ( U)}. Theorem 5.3. ker A is a subspace of V. (In particular, it always contains 0 V.) Definition: A is one-to-one

More information

Math 115A: Linear Algebra

Math 115A: Linear Algebra Math 115A: Linear Algebra Michael Andrews UCLA Mathematics Department February 9, 218 Contents 1 January 8: a little about sets 4 2 January 9 (discussion) 5 2.1 Some definitions: union, intersection, set

More information

MATH PRACTICE EXAM 1 SOLUTIONS

MATH PRACTICE EXAM 1 SOLUTIONS MATH 2359 PRACTICE EXAM SOLUTIONS SPRING 205 Throughout this exam, V and W will denote vector spaces over R Part I: True/False () For each of the following statements, determine whether the statement is

More information

1 Invariant subspaces

1 Invariant subspaces MATH 2040 Linear Algebra II Lecture Notes by Martin Li Lecture 8 Eigenvalues, eigenvectors and invariant subspaces 1 In previous lectures we have studied linear maps T : V W from a vector space V to another

More information

Linear Algebra. Chapter 5

Linear Algebra. Chapter 5 Chapter 5 Linear Algebra The guiding theme in linear algebra is the interplay between algebraic manipulations and geometric interpretations. This dual representation is what makes linear algebra a fruitful

More information

Linear Algebra Lecture Notes-I

Linear Algebra Lecture Notes-I Linear Algebra Lecture Notes-I Vikas Bist Department of Mathematics Panjab University, Chandigarh-6004 email: bistvikas@gmail.com Last revised on February 9, 208 This text is based on the lectures delivered

More information

A Little Beyond: Linear Algebra

A Little Beyond: Linear Algebra A Little Beyond: Linear Algebra Akshay Tiwary March 6, 2016 Any suggestions, questions and remarks are welcome! 1 A little extra Linear Algebra 1. Show that any set of non-zero polynomials in [x], no two

More information

Lecture notes - Math 110 Lec 002, Summer The reference [LADR] stands for Axler s Linear Algebra Done Right, 3rd edition.

Lecture notes - Math 110 Lec 002, Summer The reference [LADR] stands for Axler s Linear Algebra Done Right, 3rd edition. Lecture notes - Math 110 Lec 002, Summer 2016 BW The reference [LADR] stands for Axler s Linear Algebra Done Right, 3rd edition. 1 Contents 1 Sets and fields - 6/20 5 1.1 Set notation.................................

More information

Math 4153 Exam 1 Review

Math 4153 Exam 1 Review The syllabus for Exam 1 is Chapters 1 3 in Axler. 1. You should be sure to know precise definition of the terms we have used, and you should know precise statements (including all relevant hypotheses)

More information

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8. Linear Algebra M1 - FIB Contents: 5 Matrices, systems of linear equations and determinants 6 Vector space 7 Linear maps 8 Diagonalization Anna de Mier Montserrat Maureso Dept Matemàtica Aplicada II Translation:

More information

Math 110, Summer 2012: Practice Exam 1 SOLUTIONS

Math 110, Summer 2012: Practice Exam 1 SOLUTIONS Math, Summer 22: Practice Exam SOLUTIONS Choose 3/5 of the following problems Make sure to justify all steps in your solutions Let V be a K-vector space, for some number field K Let U V be a nonempty subset

More information

NOTES (1) FOR MATH 375, FALL 2012

NOTES (1) FOR MATH 375, FALL 2012 NOTES 1) FOR MATH 375, FALL 2012 1 Vector Spaces 11 Axioms Linear algebra grows out of the problem of solving simultaneous systems of linear equations such as 3x + 2y = 5, 111) x 3y = 9, or 2x + 3y z =

More information

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure.

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure. Hints for Exercises 1.3. This diagram says that f α = β g. I will prove f injective g injective. You should show g injective f injective. Assume f is injective. Now suppose g(x) = g(y) for some x, y A.

More information

Linear Algebra. Paul Yiu. Department of Mathematics Florida Atlantic University. Fall 2011

Linear Algebra. Paul Yiu. Department of Mathematics Florida Atlantic University. Fall 2011 Linear Algebra Paul Yiu Department of Mathematics Florida Atlantic University Fall 2011 Linear Algebra Paul Yiu Department of Mathematics Florida Atlantic University Fall 2011 1A: Vector spaces Fields

More information

Math 113 Winter 2013 Prof. Church Midterm Solutions

Math 113 Winter 2013 Prof. Church Midterm Solutions Math 113 Winter 2013 Prof. Church Midterm Solutions Name: Student ID: Signature: Question 1 (20 points). Let V be a finite-dimensional vector space, and let T L(V, W ). Assume that v 1,..., v n is a basis

More information

The definition of a vector space (V, +, )

The definition of a vector space (V, +, ) The definition of a vector space (V, +, ) 1. For any u and v in V, u + v is also in V. 2. For any u and v in V, u + v = v + u. 3. For any u, v, w in V, u + ( v + w) = ( u + v) + w. 4. There is an element

More information

Chapter 3. Abstract Vector Spaces. 3.1 The Definition

Chapter 3. Abstract Vector Spaces. 3.1 The Definition Chapter 3 Abstract Vector Spaces 3.1 The Definition Let s look back carefully at what we have done. As mentioned in thebeginning,theonly algebraic or arithmetic operations we have performed in R n or C

More information

MAT 242 CHAPTER 4: SUBSPACES OF R n

MAT 242 CHAPTER 4: SUBSPACES OF R n MAT 242 CHAPTER 4: SUBSPACES OF R n JOHN QUIGG 1. Subspaces Recall that R n is the set of n 1 matrices, also called vectors, and satisfies the following properties: x + y = y + x x + (y + z) = (x + y)

More information

Chapter 2: Linear Independence and Bases

Chapter 2: Linear Independence and Bases MATH20300: Linear Algebra 2 (2016 Chapter 2: Linear Independence and Bases 1 Linear Combinations and Spans Example 11 Consider the vector v (1, 1 R 2 What is the smallest subspace of (the real vector space

More information

CSL361 Problem set 4: Basic linear algebra

CSL361 Problem set 4: Basic linear algebra CSL361 Problem set 4: Basic linear algebra February 21, 2017 [Note:] If the numerical matrix computations turn out to be tedious, you may use the function rref in Matlab. 1 Row-reduced echelon matrices

More information

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW JC Stuff you should know for the exam. 1. Basics on vector spaces (1) F n is the set of all n-tuples (a 1,... a n ) with a i F. It forms a VS with the operations of + and scalar multiplication

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

Definition Suppose S R n, V R m are subspaces. A map U : S V is linear if

Definition Suppose S R n, V R m are subspaces. A map U : S V is linear if .6. Restriction of Linear Maps In this section, we restrict linear maps to subspaces. We observe that the notion of linearity still makes sense for maps whose domain and codomain are subspaces of R n,

More information

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces Chapter 2 General Vector Spaces Outline : Real vector spaces Subspaces Linear independence Basis and dimension Row Space, Column Space, and Nullspace 2 Real Vector Spaces 2 Example () Let u and v be vectors

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

Abstract Vector Spaces

Abstract Vector Spaces CHAPTER 1 Abstract Vector Spaces 1.1 Vector Spaces Let K be a field, i.e. a number system where you can add, subtract, multiply and divide. In this course we will take K to be R, C or Q. Definition 1.1.

More information

5 Linear Transformations

5 Linear Transformations Lecture 13 5 Linear Transformations 5.1 Basic Definitions and Examples We have already come across with the notion of linear transformations on euclidean spaces. We shall now see that this notion readily

More information

Math 3108: Linear Algebra

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

More information

Lecture Summaries for Linear Algebra M51A

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

More information

Abstract Algebra II Groups ( )

Abstract Algebra II Groups ( ) Abstract Algebra II Groups ( ) Melchior Grützmann / melchiorgfreehostingcom/algebra October 15, 2012 Outline Group homomorphisms Free groups, free products, and presentations Free products ( ) Definition

More information

Exercises on chapter 0

Exercises on chapter 0 Exercises on chapter 0 1. A partially ordered set (poset) is a set X together with a relation such that (a) x x for all x X; (b) x y and y x implies that x = y for all x, y X; (c) x y and y z implies that

More information

LINEAR ALGEBRA BOOT CAMP WEEK 1: THE BASICS

LINEAR ALGEBRA BOOT CAMP WEEK 1: THE BASICS LINEAR ALGEBRA BOOT CAMP WEEK 1: THE BASICS Unless otherwise stated, all vector spaces in this worksheet are finite dimensional and the scalar field F has characteristic zero. The following are facts (in

More information

Topics in linear algebra

Topics in linear algebra Chapter 6 Topics in linear algebra 6.1 Change of basis I want to remind you of one of the basic ideas in linear algebra: change of basis. Let F be a field, V and W be finite dimensional vector spaces over

More information

Foundations of Matrix Analysis

Foundations of Matrix Analysis 1 Foundations of Matrix Analysis In this chapter we recall the basic elements of linear algebra which will be employed in the remainder of the text For most of the proofs as well as for the details, the

More information

Math 121 Homework 4: Notes on Selected Problems

Math 121 Homework 4: Notes on Selected Problems Math 121 Homework 4: Notes on Selected Problems 11.2.9. If W is a subspace of the vector space V stable under the linear transformation (i.e., (W ) W ), show that induces linear transformations W on W

More information

Vector Spaces. Addition : R n R n R n Scalar multiplication : R R n R n.

Vector Spaces. Addition : R n R n R n Scalar multiplication : R R n R n. Vector Spaces Definition: The usual addition and scalar multiplication of n-tuples x = (x 1,..., x n ) R n (also called vectors) are the addition and scalar multiplication operations defined component-wise:

More information

Kernel. Prop-Defn. Let T : V W be a linear map.

Kernel. Prop-Defn. Let T : V W be a linear map. Kernel Aim lecture: We examine the kernel which measures the failure of uniqueness of solns to linear eqns. The concept of linear independence naturally arises. This in turn gives the concept of a basis

More information

A Do It Yourself Guide to Linear Algebra

A Do It Yourself Guide to Linear Algebra A Do It Yourself Guide to Linear Algebra Lecture Notes based on REUs, 2001-2010 Instructor: László Babai Notes compiled by Howard Liu 6-30-2010 1 Vector Spaces 1.1 Basics Definition 1.1.1. A vector space

More information

6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if. (a) v 1,, v k span V and

6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if. (a) v 1,, v k span V and 6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if (a) v 1,, v k span V and (b) v 1,, v k are linearly independent. HMHsueh 1 Natural Basis

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

More information

Matrix representation of a linear map

Matrix representation of a linear map Matrix representation of a linear map As before, let e i = (0,..., 0, 1, 0,..., 0) T, with 1 in the i th place and 0 elsewhere, be standard basis vectors. Given linear map f : R n R m we get n column vectors

More information

Math 113 Midterm Exam Solutions

Math 113 Midterm Exam Solutions Math 113 Midterm Exam Solutions Held Thursday, May 7, 2013, 7-9 pm. 1. (10 points) Let V be a vector space over F and T : V V be a linear operator. Suppose that there is a non-zero vector v V such that

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

Definition 3 A Hamel basis (often just called a basis) of a vector space X is a linearly independent set of vectors in X that spans X.

Definition 3 A Hamel basis (often just called a basis) of a vector space X is a linearly independent set of vectors in X that spans X. Economics 04 Summer/Fall 011 Lecture 8 Wednesday August 3, 011 Chapter 3. Linear Algebra Section 3.1. Bases Definition 1 Let X be a vector space over a field F. A linear combination of x 1,..., x n X is

More information

NORMS ON SPACE OF MATRICES

NORMS ON SPACE OF MATRICES NORMS ON SPACE OF MATRICES. Operator Norms on Space of linear maps Let A be an n n real matrix and x 0 be a vector in R n. We would like to use the Picard iteration method to solve for the following system

More information

LECTURE 6: VECTOR SPACES II (CHAPTER 3 IN THE BOOK)

LECTURE 6: VECTOR SPACES II (CHAPTER 3 IN THE BOOK) LECTURE 6: VECTOR SPACES II (CHAPTER 3 IN THE BOOK) In this lecture, F is a fixed field. One can assume F = R or C. 1. More about the spanning set 1.1. Let S = { v 1, v n } be n vectors in V, we have defined

More information

August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei. 1.

August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei. 1. August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei 1. Vector spaces 1.1. Notations. x S denotes the fact that the element x

More information

First we introduce the sets that are going to serve as the generalizations of the scalars.

First we introduce the sets that are going to serve as the generalizations of the scalars. Contents 1 Fields...................................... 2 2 Vector spaces.................................. 4 3 Matrices..................................... 7 4 Linear systems and matrices..........................

More information

Linear algebra 2. Yoav Zemel. March 1, 2012

Linear algebra 2. Yoav Zemel. March 1, 2012 Linear algebra 2 Yoav Zemel March 1, 2012 These notes were written by Yoav Zemel. The lecturer, Shmuel Berger, should not be held responsible for any mistake. Any comments are welcome at zamsh7@gmail.com.

More information

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

MODEL ANSWERS TO THE FIRST QUIZ. 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function MODEL ANSWERS TO THE FIRST QUIZ 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function A: I J F, where I is the set of integers between 1 and m and J is

More information

Rank & nullity. Defn. Let T : V W be linear. We define the rank of T to be rank T = dim im T & the nullity of T to be nullt = dim ker T.

Rank & nullity. Defn. Let T : V W be linear. We define the rank of T to be rank T = dim im T & the nullity of T to be nullt = dim ker T. Rank & nullity Aim lecture: We further study vector space complements, which is a tool which allows us to decompose linear problems into smaller ones. We give an algorithm for finding complements & an

More information

Math 308 Discussion Problems #4 Chapter 4 (after 4.3)

Math 308 Discussion Problems #4 Chapter 4 (after 4.3) Math 38 Discussion Problems #4 Chapter 4 (after 4.3) () (after 4.) Let S be a plane in R 3 passing through the origin, so that S is a two-dimensional subspace of R 3. Say that a linear transformation T

More information

BASES. Throughout this note V is a vector space over a scalar field F. N denotes the set of positive integers and i,j,k,l,m,n,p N.

BASES. Throughout this note V is a vector space over a scalar field F. N denotes the set of positive integers and i,j,k,l,m,n,p N. BASES BRANKO ĆURGUS Throughout this note V is a vector space over a scalar field F. N denotes the set of positive integers and i,j,k,l,m,n,p N. 1. Linear independence Definition 1.1. If m N, α 1,...,α

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

Linear Maps, Matrices and Linear Sytems

Linear Maps, Matrices and Linear Sytems Linear Maps, Matrices and Linear Sytems Let T : U V be linear. We defined kert x x U, Tx and imt y Tx y for some x U. According to the dimension equality we have that dimkert dimimt dimu n. We have that

More information

Honors Algebra 4, MATH 371 Winter 2010 Assignment 4 Due Wednesday, February 17 at 08:35

Honors Algebra 4, MATH 371 Winter 2010 Assignment 4 Due Wednesday, February 17 at 08:35 Honors Algebra 4, MATH 371 Winter 2010 Assignment 4 Due Wednesday, February 17 at 08:35 1. Let R be a commutative ring with 1 0. (a) Prove that the nilradical of R is equal to the intersection of the prime

More information

Formal power series rings, inverse limits, and I-adic completions of rings

Formal power series rings, inverse limits, and I-adic completions of rings Formal power series rings, inverse limits, and I-adic completions of rings Formal semigroup rings and formal power series rings We next want to explore the notion of a (formal) power series ring in finitely

More information

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises This document gives the solutions to all of the online exercises for OHSx XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Answers are in square brackets [. Lecture 02 ( 1.1)

More information

Boolean Inner-Product Spaces and Boolean Matrices

Boolean Inner-Product Spaces and Boolean Matrices Boolean Inner-Product Spaces and Boolean Matrices Stan Gudder Department of Mathematics, University of Denver, Denver CO 80208 Frédéric Latrémolière Department of Mathematics, University of Denver, Denver

More information

Homework 5 M 373K Mark Lindberg and Travis Schedler

Homework 5 M 373K Mark Lindberg and Travis Schedler Homework 5 M 373K Mark Lindberg and Travis Schedler 1. Artin, Chapter 3, Exercise.1. Prove that the numbers of the form a + b, where a and b are rational numbers, form a subfield of C. Let F be the numbers

More information

Solving a system by back-substitution, checking consistency of a system (no rows of the form

Solving a system by back-substitution, checking consistency of a system (no rows of the form MATH 520 LEARNING OBJECTIVES SPRING 2017 BROWN UNIVERSITY SAMUEL S. WATSON Week 1 (23 Jan through 27 Jan) Definition of a system of linear equations, definition of a solution of a linear system, elementary

More information

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2 MATH 167: APPLIED LINEAR ALGEBRA Chapter 2 Jesús De Loera, UC Davis February 1, 2012 General Linear Systems of Equations (2.2). Given a system of m equations and n unknowns. Now m n is OK! Apply elementary

More information

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

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

More information

DIVISORS ON NONSINGULAR CURVES

DIVISORS ON NONSINGULAR CURVES DIVISORS ON NONSINGULAR CURVES BRIAN OSSERMAN We now begin a closer study of the behavior of projective nonsingular curves, and morphisms between them, as well as to projective space. To this end, we introduce

More information

GRE Subject test preparation Spring 2016 Topic: Abstract Algebra, Linear Algebra, Number Theory.

GRE Subject test preparation Spring 2016 Topic: Abstract Algebra, Linear Algebra, Number Theory. GRE Subject test preparation Spring 2016 Topic: Abstract Algebra, Linear Algebra, Number Theory. Linear Algebra Standard matrix manipulation to compute the kernel, intersection of subspaces, column spaces,

More information

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations Page 1 Definitions Tuesday, May 8, 2018 12:23 AM Notations " " means "equals, by definition" the set of all real numbers the set of integers Denote a function from a set to a set by Denote the image of

More information

Vector Space Basics. 1 Abstract Vector Spaces. 1. (commutativity of vector addition) u + v = v + u. 2. (associativity of vector addition)

Vector Space Basics. 1 Abstract Vector Spaces. 1. (commutativity of vector addition) u + v = v + u. 2. (associativity of vector addition) Vector Space Basics (Remark: these notes are highly formal and may be a useful reference to some students however I am also posting Ray Heitmann's notes to Canvas for students interested in a direct computational

More information

5 Set Operations, Functions, and Counting

5 Set Operations, Functions, and Counting 5 Set Operations, Functions, and Counting Let N denote the positive integers, N 0 := N {0} be the non-negative integers and Z = N 0 ( N) the positive and negative integers including 0, Q the rational numbers,

More information

Linear Algebra March 16, 2019

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

More information

ORIE 6300 Mathematical Programming I August 25, Recitation 1

ORIE 6300 Mathematical Programming I August 25, Recitation 1 ORIE 6300 Mathematical Programming I August 25, 2016 Lecturer: Calvin Wylie Recitation 1 Scribe: Mateo Díaz 1 Linear Algebra Review 1 1.1 Independence, Spanning, and Dimension Definition 1 A (usually infinite)

More information

Review 1 Math 321: Linear Algebra Spring 2010

Review 1 Math 321: Linear Algebra Spring 2010 Department of Mathematics and Statistics University of New Mexico Review 1 Math 321: Linear Algebra Spring 2010 This is a review for Midterm 1 that will be on Thursday March 11th, 2010. The main topics

More information

Mathematical foundations - linear algebra

Mathematical foundations - linear algebra Mathematical foundations - linear algebra Andrea Passerini passerini@disi.unitn.it Machine Learning Vector space Definition (over reals) A set X is called a vector space over IR if addition and scalar

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

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

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

More information

The Cyclic Decomposition of a Nilpotent Operator

The Cyclic Decomposition of a Nilpotent Operator The Cyclic Decomposition of a Nilpotent Operator 1 Introduction. J.H. Shapiro Suppose T is a linear transformation on a vector space V. Recall Exercise #3 of Chapter 8 of our text, which we restate here

More information

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 2: HILBERT S NULLSTELLENSATZ.

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 2: HILBERT S NULLSTELLENSATZ. ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 2: HILBERT S NULLSTELLENSATZ. ANDREW SALCH 1. Hilbert s Nullstellensatz. The last lecture left off with the claim that, if J k[x 1,..., x n ] is an ideal, then

More information

GEOMETRIC CONSTRUCTIONS AND ALGEBRAIC FIELD EXTENSIONS

GEOMETRIC CONSTRUCTIONS AND ALGEBRAIC FIELD EXTENSIONS GEOMETRIC CONSTRUCTIONS AND ALGEBRAIC FIELD EXTENSIONS JENNY WANG Abstract. In this paper, we study field extensions obtained by polynomial rings and maximal ideals in order to determine whether solutions

More information

4 Vector Spaces. 4.1 Basic Definition and Examples. Lecture 10

4 Vector Spaces. 4.1 Basic Definition and Examples. Lecture 10 Lecture 10 4 Vector Spaces 4.1 Basic Definition and Examples Throughout mathematics we come across many types objects which can be added and multiplied by scalars to arrive at similar types of objects.

More information

2 Eigenvectors and Eigenvalues in abstract spaces.

2 Eigenvectors and Eigenvalues in abstract spaces. MA322 Sathaye Notes on Eigenvalues Spring 27 Introduction In these notes, we start with the definition of eigenvectors in abstract vector spaces and follow with the more common definition of eigenvectors

More information

Classification of Root Systems

Classification of Root Systems U.U.D.M. Project Report 2018:30 Classification of Root Systems Filip Koerfer Examensarbete i matematik, 15 hp Handledare: Jakob Zimmermann Examinator: Martin Herschend Juni 2018 Department of Mathematics

More information

1 Linear transformations; the basics

1 Linear transformations; the basics Linear Algebra Fall 2013 Linear Transformations 1 Linear transformations; the basics Definition 1 Let V, W be vector spaces over the same field F. A linear transformation (also known as linear map, or

More information

MAS4107 Linear Algebra 2

MAS4107 Linear Algebra 2 General Prerequisites MAS4107 Linear Algebra 2 Peter Sin University of Florida email: sin@math.ufl.edu Familiarity with the notion of mathematical proof and some experience in reading and writing proofs.

More information

ELEMENTARY SUBALGEBRAS OF RESTRICTED LIE ALGEBRAS

ELEMENTARY SUBALGEBRAS OF RESTRICTED LIE ALGEBRAS ELEMENTARY SUBALGEBRAS OF RESTRICTED LIE ALGEBRAS J. WARNER SUMMARY OF A PAPER BY J. CARLSON, E. FRIEDLANDER, AND J. PEVTSOVA, AND FURTHER OBSERVATIONS 1. The Nullcone and Restricted Nullcone We will need

More information

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88 Math Camp 2010 Lecture 4: Linear Algebra Xiao Yu Wang MIT Aug 2010 Xiao Yu Wang (MIT) Math Camp 2010 08/10 1 / 88 Linear Algebra Game Plan Vector Spaces Linear Transformations and Matrices Determinant

More information

( 9x + 3y. y 3y = (λ 9)x 3x + y = λy 9x + 3y = 3λy 9x + (λ 9)x = λ(λ 9)x. (λ 2 10λ)x = 0

( 9x + 3y. y 3y = (λ 9)x 3x + y = λy 9x + 3y = 3λy 9x + (λ 9)x = λ(λ 9)x. (λ 2 10λ)x = 0 Math 46 (Lesieutre Practice final ( minutes December 9, 8 Problem Consider the matrix M ( 9 a Prove that there is a basis for R consisting of orthonormal eigenvectors for M This is just the spectral theorem:

More information

Abstract Vector Spaces and Concrete Examples

Abstract Vector Spaces and Concrete Examples LECTURE 18 Abstract Vector Spaces and Concrete Examples Our discussion of linear algebra so far has been devoted to discussing the relations between systems of linear equations, matrices, and vectors.

More information

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

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

More information