1 Linear transformations; the basics

Size: px
Start display at page:

Download "1 Linear transformations; the basics"

Transcription

1 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 linear mapping, linear operator) is a map T : V W such that 1. T (x + y) = T X + T y for all x, y V (For linear operators it is customary to write tx for the value of T on x, rather than T (x).) 2. T (cx) = ct x for all c F, x V. Exercise 1 Let T : V W be a mapping (function) from V to W. 1. Prove that T is linear if and only if T (ax + by) = at x + bt y for all a, b F, x, y V. 2. Assume T is linear. Prove T 0 = 0 (the first 0 is the zero of V, the second of W ). A few simple examples. 1. Let V, W be vector spaces over a field F. The zero or null mapping, defined by x 0 for all x V, is linear. 2. Let V be a vector space over a field F. The identity map I : V V defined by Ix = x for all x V is linear. Exercise 2 Let T : V W be a linear transformation. 1. The kernel of T is the set ker(t ) = {x V : T x = 0}. Prove: the kernel of T is a subspace of V. 2. Prove that the range of T, the set R(T ) = {T x : x V } is a subspace of W. Theorem 1 Let V, W be vector spaces over the field F ; assume dim V = n (finite). Let{e 1,..., e n } be a basis of V and let w 1,..., w n be vectors in W. There exists a unique linear transformation T : V W such that te j = w j for j = 1,..., n. Theorem 2 Let V, W be vector spaces over the field F ; assume dim V = n (finite), and let T : V W be linear. The following are equivalent: 1. T is one-to-one. 2. ker(t ) = {0}. 3. There exists a basis {e 1,..., e n } of V such that the vectors T e 1,..., T e n are linearly independent in W. 4. For all bases {e 1,..., e n } of V, the vectors T e 1,..., T e n are linearly independent in W. Theorem 3 Let V, W be vector spaces over the field F ; assume dim V = n (finite), and let T : V W be linear. The following are equivalent: 1. T is onto (R(T ) = W ). 2. There exists a basis {e 1,..., e n } of V such that {T e 1,..., T e n } spans W. 3. For all bases {e 1,..., e n } of V, the set {T e 1,..., T e n } spans W.

2 2 THE ALGEBRA OF LINEAR TRANSFORMATIONS 2 Theorem 4 Let V, W be vector spaces over the field F ; assume dim V = n (finite), and let T : V W be linear. The following are equivalent. 1. T is one-to-one and onto. 2. There exists a basis {e 1,..., e n } of V such that {T e 1,..., T e n } is a basis of W. 3. For all bases {e 1,..., e n } of V, the set {T e 1,..., T e n } is a basis of W. 4. T is one-to-one and dim W = n. 5. T is onto and dim W = n. In particular, if V = W, then a linear map T : V V is one-to-one if and only if it is onto. Theorem 5 Let V, W be vector spaces over the field F, assume at least one of them is finite dimensional, and let T : V W be linear. If T is one-to-one and onto, then dimv = dim W. Moreover, T 1 : W V is linear. Definition 2 A one-to-one onto mapping from a vector space V onto a vector space W is called an isomorphism, we say V, W are isomorphic. 2 The algebra of linear transformations Definition 3 If V, W are vector spaces over a field F, we denote by L(V, W ) (very occasionally by L F (V, W ) if we need to emphasize F ) the set of all linear transformations from V to W. We write L(V ) if W = V ; that is L(V ) = L(V, V ). The set L(V, W ) becomes a vector space over F defining operations by if S, T L(V, W ), c F, x V. (S + T )x = Sx + T x, (ct )x = c(t x), Notation. If n N, write J n = {1,..., n} = {i N, 1 i n}. Exercise 3 Assume V, W are finite dimensional vector spaces over the field F, let {e 1,..., e n } be a basis of V and {f 1,..., f m } a basis of W. By Theorem 1 for every pair (i, j) J m J n there exists a unique T ij L(V, W ) such that { fi, if k = j, T ij e k = 0, otherwise. Prove {T ij : (i, j) J m J n } is a basis of L(V, W ). hence dim L(V, W ) = nm. Definition 4 Let X, Y, Z be vector spaces over a field F. If T L(X, Y ) and S L(Y, Z), we define the product ST by ST = S T. That is, for every x X, ST x Z is given by ST x = S(T x). The following properties of the product are immediately verified. 1. If T L(X, Y ) and S L(Y, Z), then ST L(X, Z). 2. If X, Y, Z, W are vector spaces, T L(X, Y ), S L(Y, Z), R L(Z, W ), then (RS)T = R(ST ). 3. If S, T L(X, Y ) and R L(Y, Z), then R(S + T ) = RS + RT. 4. If T L(X, Y ) and R, S L(Y, Z), then (R + S)T = RT + ST. An algebra over a field F is a vector space over F in which a product has been defined that is associative and distributes with respect to addition. The algebra is commutative if the product is commutative; it is an algebra with identity if there exists a multiplicative identity. It is then clear that if V is a vector space over the field F, if S, T L(V ), then the definition given above defines ST L(V ). With this definitions, L(V ) is an algebra with identity. It is usually NOT commutative.

3 2 THE ALGEBRA OF LINEAR TRANSFORMATIONS 3 Exercise 4 Assume A is an algebra with identity e over some field F. An element x A is invertible iff there exists y A such that xy = e = yx. In this case one writes y = x 1. Obviously, if y = x 1, then x = y 1. An element x has a left inverse in A iff there exists y A such that yx = e; it has a right inverse in A iff there exists y A such that xy = e; 1. Prove: Let x, y, z A; assume xy = e = zx. Then y = z = x 1. (If an element has a left inverse and a right inverse, then it is invertible.) 2. If x, y are invertible, so is xy and (xy) 1 = y 1 x 1. We will concentrate now a bit on the algebra L(V ). We will also consider the algebra Halmos calls P, but which I prefer to denote by the more common notation F [X]; it consists of all polynomials with coefficients in F. As a vector space over F, F [X] is infinite dimensional. One has to be careful to not confuse a polynomial with coefficients in F with a polynomial function from F to F. Assume, for example F = Z 2 and consider the polynomials p(x) = X and q(x) = X 2. Then p q. However, for every element of a Z 2 (there are only two such elements) one clearly has p(a) = q(a). Let us begin with a simple observation, but call it a theorem because it is important. Theorem 6 Let V be a finite dimensional vector space over a field F. Let T L(V ). The following are equivalent: 1. T is invertible. 2. T has a left inverse in L(V ). 3. T has a right inverse in L(V ). Exercise 5 The previous theorem is false if the dimension is not finite. Among the many vector spaces that play a role in functional analysis, sequence spaces play a prominent role. One of these is l. The space l consists of all sequences {a n } of real numbers such that sup n N a n <. If {a n }, {b n } are sequences in l, c R, one defines {a n } + {b n } = {a n + b n }, c{a n } = {ca n }. 1. Prove that with the operations as defined, l is a vector space over R. 2. Define transformations S, T by S{a 1, a 2, a 3,...} = {0, a 1, a 2, a 3,...} (add a 0 at the front) T {a 1, a 2, a 3,...} = {a 2, a 3,...} (cut of the first term) Show that S, T are linear, ST = I, thus S has a right inverse, T a left inverse, but neither S nor T is invertible. Definition 5 Let V be a vector space over a field F and let T L(V ). Then T 2, T 3,... are defined in the obvious way; namely T 2 = T T, T 3 = T T 2 ; etc. One completes these definitions by setting T 0 = I (the identity map). If now p is a polynomial in F [X], say p(x) = a n X n + a n 1 X n a 1 X + a 0, one defines p(t ) = a n T n + + a 1 T + a 0 I L(V ). Exercise 6 Let T L(V ). Prove that the map p p(t ) is an algebra homomorphism from F [X] to L(V ). In other words, if c F, p, q F [X], then cp maps to cp(t ), p + q maps to p(t ) + q(t ) and pq maps to p(t )q(t ). All the exercises so far were quite straightforward. Here is a more challenging one. Exercise 7 Assume V is a finite dimensional vector space over F, dim V = n. A linear transformation A L(V ) is said to be nilpotent if there is k N such that A k = 0 (is the zero transformation). It is possible to have A k = 0 without having A = 0. Here is an example in R 3. Define A(x 1, x 2, x 3 ) = (0, x 1, x 2 ). Then A 2 (x 1, x 2, x 3 ) = A(0, x 1, x 2 ) = (0, 0, x 1 ) and A 3 (x 1, x 2, x 3 ) = (0, 0, 0) = 0, That is A 3 = Assume A L(V ) is nilpotent. Prove that I + A is invertible. (I is the identity transformation.) 2. In the definition of being nilpotent no assumption was made about how large the power k could be. Prove that if there is k such that A k = 0 for A L(V ), then the smallest such kis n. That is prove: Ais nilpotent if and only if A n = 0.

4 3 A VISIT TO MATRIXLAND 4 3 A visit to matrixland For what will amount to almost the most general possible example of a linear transformation, we need to introduce some notation. An m n matrix of elements of F is precisely what its name indicates. Rigorously, it is an assignment of a field element usually denoted by a ij (or similar notation) to each (i, j) {1,..., m} {1,..., n}. To be able to work efficiently with these objects it turns out to be convenient to write them out in the form of a rectangle of numbers. Thus the 2 3 matrix of real entries defined by (1, 1) 1, (1, 2) π, (1, 3) 7, (2, 1) 0, (2, 2) 3, (2, 3) 5 is usually written in the form ( ) 1 π But you know all this! I ll denote by M m,n (F ) the set of all m n matrices with entries in the field F. If m = n (square matrices), I ll just write M n (F ) rather than M n,n (F ). Theorem 7 Let V, W be finite dimensional vector spaces, of dimensions n, m, respectively. Fix a basis B = {e 1,..., e n } of V and a basis C = {f 1,..., f m } of W. Having fixed these bases, we can assign to every A = (a ij ) 1 i m,1 j n M m,n (F ) a map T A : V W as follows. If x V, write x = n ξ je j. Define n T A x = a ij ξ j f i. The map T A is linear. The mapping A T A : M m,n (F ) L(V, W ) is one-to-one and onto. If T L(V, W ), then T = T A, where A is the matrix whose columns are the components of T e 1,..., T e n with respect to the basis C. Proof. Proving that if A M m,n (F ), then the map T A is linear is totally straightforward, requires no special tricks or too much pondering. It is left as an exercise. All that remains to prove is that the map A T A is one-to-one and onto. It is one-to-one: This computation is also useful for the onto part. Taking x = e k = n δ kje j we get n T A e j = a ij δ kj f i = a ik f i. It follows that if we have matrices A, B M m,n (F ) such that T A = T B, meaning T A x = T B x for all x V, then for k = 1, 2,..., n, a ik f i = T A e k = T B e k = b ik f i, hence a ik = b ik for 1 = 1,..., m, since {f 1,..., f m } is linearly independent. Thus A = B. It is onto: Let T L(V, W ). The computation we did above shows what the matrix A has to be. For j = 1, 2,..., n, we have that T e j W, hence it is a linear combination of elements of B. In other words, there exist elements a ij F, 1 i m, 1 j n such that By linearity, if x = n ξ je j V, then T x = n ξ j T e j = T e j = a ij f i, j = 1, 2,..., n. ( n m ) n ξ j a ij f i = a ij ξ j f i = T A x.

5 3 A VISIT TO MATRIXLAND 5 Well, this is not the greatest way to explain the correspondence operator matrix. For a better way, let us assume that we have three spaces V, W, X, we have fixed bases in all three, in V, W as in the Theorem 7 (same notation), in X the basis D = {g 1,..., g r }. Let A = (a ik ) 1 i m,1 k n M m,n and consider the operator T A L(V, W ). Let B = (b kj ) 1 k n,1 j r M n,r and consider the operator T B L(X, V ). Let x = r ξ jg j X. Then ( n r n r r n ) T A T B x = T A b kj ξ j e k = a ik b kj ξ j f i = a ik b kj ξ j f i. Introducing the matrix C = (c ij ) 1 i m,1 j r M m,r (F ), where we define c ij = n a ikb kj, we see that T A T B = T C. Definition 6 Let A M m,n (F ), B M n,r (F ). In this case, the case in which the number of columns of A equals the number of rows of B, we define the product AB M m,r (F ) by AB = C, where C = (c ij ) 1 i m,1 j r is defined as above, by n c ij = a ik b kj, 1 i m, 1 j r. We also define addition and scalar multiplication of matrices. You know all this (I hope), but let s write it down for the record. Definition 7 Let m, n N and let A = (a ij ) 1 i m,1 j n, B = (b ij ) 1 i m,1 j n M m,n (F ). We define A + B = (a ij + b ij ) 1 i m,1 j n M m,n (F ). If A = (a ij ) 1 i m,1 j n M m,n (F ) and c F, we define ca = (ca ij ) 1 i m,1 j n M m,n (F ). These definitions have been made in part at least so that the following theorems are true. Theorem 8 1. Let m, n N. With the operations of addition and scalar multiplication just defined, M n,m (F ) is an mn dimensional vector space over F. 2. Let n N. With the operations as defined, the matrix operations satisfy: (a) If A M m,n (F ), B M n,r (F ), C M r,p (F ), then (AB)C = A(BC). (b) If A, B M m,n (F ), C M n,r (F ), then (A + B)C = AC + BC. (c) If A M m,n (F ), B, C M n,r (F ), then A(B + C) = AB + AC. In particular, if m = n, M n (F ) is an algebra with identity over F, the identity matrix being I = (δ ij ) 1 i,j n, where δ ij are the Kronecker deltas. In this algebra a square matrix A is invertible if and only if it has a left inverse, if and only if it has a right inverse. Theorem 9 Let V, W be finite dimensional vector spaces, of dimensions n, m, respectively. Fix a basis B = {e 1,..., e n } of V and a basis C = {f 1,..., f m } of W. The map A T A is a vector space isomorphism M m,n (F ) L(V, W ); if m = n it is also an algebra isomorphism. We prove both theorems simultaneously. Assume first V, W are finite dimensional vector spaces, of dimensions n, m, respectively and B = {e 1,..., e n } is a basis of V, C = {f 1,..., f m } of W. If A M m,n (F ), we define T A as above. We already saw that the map A T A is one-to-one from M m,n (F ) onto L(V, W ). It is quite immediate to see that, with A + B, CA as defined for matrices, one has T A+B = T A + T B, T ca = ct A

6 3 A VISIT TO MATRIXLAND 6 for matrices A, B M m,n (F ), c F. This completes the proof that A T A : M m,n (F ) L(V, W ) is a vector space isomorphism. For fun, let us bring in two more vector spaces, X of dimension R in which we fix a basis D = {g 1,..., g r } and Y of dimension p, where we fix the basis E = {h 1,..., h p }. Fixing these bases defines the correspondence between matrices and operators. I ll use the same notation, T A, regardless of where the matrix A is. For example, if A M r,p (F ), then T A L(Y, X). By the computations we did before we see that the matrix product has been defined precisely so that if A M m,n, B M n,r, then T A T B = T AB. Since operator multiplication, being just composition of functions, is associative, we have if A M m,n, B M n,r, C M r,p : T (AB)C = T AB T C = (T A T B )T C = T A (T B T C ) = T A T BC = T A(BC), since the map A T A is one-to-one, we see that (AB)C = A(BC). If A, B M m,n (F ), C M n,r (F ), then we have T (A+B)C = T A+B T C = (T A + T B )T C = T A T C + T B T C = T AC + T BC = T AC+BC, hence (A + B)C = AC + BC. Similarly one proves that A M m,n (F ), B, C M n,r (F ), implies A(B + C) = AB + AC. If we now restrict to the case m = n = r = p, V = W = X = Y, B = C = D = E, we proved that M n (F ) is an algebra over F. It is immediate that if I is the identity map from V to V then (with somewhat overloaded notation) I = T I. In fact, the matrix corresponding to I is the matrix whose j-th column contains the components of Ie j with respect to the basis; since Ie j = e j, that column has 0 s everywhere except in j-th place where the entry is 1. Assume A M n (F ) and A has a right inverse; that is assume there is B M n (F ) and AB = I. Then T A T B = T I = I, thus T A has a right inverse hence, by Theorem 6, it is invertible. It follows that T B = T 1 A, hence also I = T B T A = T BA, hence BA = I. Similarly one sees that if BA = I then AB = I, hence B = A 1. At this point either all assertions of Theorems 8 and 9 have been proved, or they are immediately provable by any graduate student who is willing to make the effort of proving them. Therefore I declare both theorems proved. Exercise 8 Verify that B = {(1, 1, 0), (1, 0, 1), (0, 1, 1)}, C = {(1, 1, 1), (1, 1, 0), (1, 0, 0)} are bases of R 3. Determine the matrix A of the identity operator with respect to these bases; that is A M 3 (R) such that I = T A. Exercise 9 Let F be a field, assume A M m,n (F ), B M n,m (F ), and AB = I (so I is the m m identity matrix). 1. Prove: m n. 2. Assume F is a field with an infinite number of elements (you may assume, if you wish, F = Q or F = R, or F = C) and m < n. If A M m,n (F ) has a right inverse; i.e., there exists B M n,m (F ) such that AB = I, then A has an infinity of right inverses. A challenging (perhaps) digression, related to the last exercise. A ring is a set R with two operations, and addition (a, b) a + b and a product (a, b) ab such that (R, +) is an abelian (commutative) group, the product is associative and distributes with respect to addition. If there exists e R such that ae = ea = a for all a R, then R is said to be a ring with identity. In this case an element a R is said to have a left inverse if there is b R{ such that} ba = e; it has a right { inverse } if there is b R such that ab = e. And, of course, an element b such ba = e left that is said to be a of a. As mentioned above for matrices, if a has both a left and right ab = e right inverse, these two have to coincide and be the unique inverse. Here is a nice exercise due to Kaplansky: Exercise 10 (Optional) Let R be a ring with identity. Prove that if an element of R has two right inverses, it has an infinity of right inverses. Let s return to the matter at hand. Having defined matrix products, we can give a much nicer definition of the relation between matrices and linear transformations. Let V, W be finite dimensional vector spaces, of dimensions n, m, respectively. Fix a basis B = {e 1,..., e n } of V and a basis C = {f 1,..., f m } of W. If x V we will write x = ξ 1 ξ 2.. ξ n

7 3 A VISIT TO MATRIXLAND 7 iff x = n ξ je j. We use a similar notation for vectors in W ; y W and y = means y = m η if i. If A M m,n, then the correspondence A T A can be described simply by η 1 η 2. η m T A x = Ax. That is, to compute T A x, write x as the n 1 column vector of its components with respect to B, multiply be the matrix A on the left; the result is an m 1 column vector; the components of T A x with respect to the basis C. This interpretation is particularly simple if V = F n, W = F m and we use the canonical bases in those spaces. Then there is really no real distinction between A and T A. One of the most important situations is when V = W. In this case one usually takes the basis B equal to the basis C. To emphasize this I write it as a definition. Definition 8 Let V be a finite dimensional vector space over the field F and let B = {e 1,..., e n } be a basis of V. If T L(V ), the matrix of T with respect to the basis B is the n n matrix A = (a ij ) 1 i,j n such that the j-th column of A consists of the components of T e j with respect to the basis B. Or, in more detail, T e j = n a ije i for j = 1,..., n. Exercise 11 Here is something I mentioned in class. A theorem know as the Cayley-Hamilton theorem asserts that if V is a finite dimensional vector space over a field F and if T L(V ), then there is a very particular p F [X] such that p(t ) = 0. We ll get to this. But now, using ONLY material covered in class and in these notes prove simply that given T L(V ) there has to exist some p F X such that p(t ) = 0. Strong hints: If p(t )x = 0 and q(t )y = 0, then pq(t )y = pq(t )x = 0. A linear operator vanishing on a well selected finite set of vectors will vanish everywhere. If dim V = n, any set of n + 1 vectors is linearly dependent. We now return to Halmos.

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

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

Math 110, Spring 2015: Midterm Solutions

Math 110, Spring 2015: Midterm Solutions Math 11, Spring 215: Midterm Solutions These are not intended as model answers ; in many cases far more explanation is provided than would be necessary to receive full credit. The goal here is to make

More information

Linear Algebra Notes. Lecture Notes, University of Toronto, Fall 2016

Linear Algebra Notes. Lecture Notes, University of Toronto, Fall 2016 Linear Algebra Notes Lecture Notes, University of Toronto, Fall 2016 (Ctd ) 11 Isomorphisms 1 Linear maps Definition 11 An invertible linear map T : V W is called a linear isomorphism from V to W Etymology:

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

Bare-bones outline of eigenvalue theory and the Jordan canonical form

Bare-bones outline of eigenvalue theory and the Jordan canonical form Bare-bones outline of eigenvalue theory and the Jordan canonical form April 3, 2007 N.B.: You should also consult the text/class notes for worked examples. Let F be a field, let V be a finite-dimensional

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 2.3 Composition Math 4377/6308 Advanced Linear Algebra 2.3 Composition of Linear Transformations Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/ jiwenhe/math4377

More information

Chapter 2 Notes, Linear Algebra 5e Lay

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

More information

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

MAT 2037 LINEAR ALGEBRA I web:

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

More information

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

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

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

j=1 x j p, if 1 p <, x i ξ : x i < ξ} 0 as p.

j=1 x j p, if 1 p <, x i ξ : x i < ξ} 0 as p. LINEAR ALGEBRA Fall 203 The final exam Almost all of the problems solved Exercise Let (V, ) be a normed vector space. Prove x y x y for all x, y V. Everybody knows how to do this! Exercise 2 If V is a

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 2.4 Inverse Math 4377/6308 Advanced Linear Algebra 2.4 Invertibility and Isomorphisms Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/ jiwenhe/math4377 Jiwen He,

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

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

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

4.6 Bases and Dimension

4.6 Bases and Dimension 46 Bases and Dimension 281 40 (a) Show that {1,x,x 2,x 3 } is linearly independent on every interval (b) If f k (x) = x k for k = 0, 1,,n, show that {f 0,f 1,,f n } is linearly independent on every interval

More information

Review Notes for Midterm #2

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

More information

ALGEBRA QUALIFYING EXAM PROBLEMS LINEAR ALGEBRA

ALGEBRA QUALIFYING EXAM PROBLEMS LINEAR ALGEBRA ALGEBRA QUALIFYING EXAM PROBLEMS LINEAR ALGEBRA Kent State University Department of Mathematical Sciences Compiled and Maintained by Donald L. White Version: August 29, 2017 CONTENTS LINEAR ALGEBRA AND

More information

Some Notes on Linear Algebra

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

More information

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

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

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true.

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true. 1 Which of the following statements is always true? I The null space of an m n matrix is a subspace of R m II If the set B = {v 1,, v n } spans a vector space V and dimv = n, then B is a basis for V III

More information

Math Linear Algebra Final Exam Review Sheet

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

More information

Exercises Chapter II.

Exercises Chapter II. Page 64 Exercises Chapter II. 5. Let A = (1, 2) and B = ( 2, 6). Sketch vectors of the form X = c 1 A + c 2 B for various values of c 1 and c 2. Which vectors in R 2 can be written in this manner? B y

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. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

Linear Algebra Review

Linear Algebra Review Chapter 1 Linear Algebra Review It is assumed that you have had a beginning course in linear algebra, and are familiar with matrix multiplication, eigenvectors, etc I will review some of these terms here,

More information

Linear Algebra 1 Exam 2 Solutions 7/14/3

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

More information

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

MATH 260 Class notes/questions January 10, 2013

MATH 260 Class notes/questions January 10, 2013 MATH 26 Class notes/questions January, 2 Linear transformations Last semester, you studied vector spaces (linear spaces) their bases, dimension, the ideas of linear dependence and linear independence Now

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

A linear algebra proof of the fundamental theorem of algebra

A linear algebra proof of the fundamental theorem of algebra A linear algebra proof of the fundamental theorem of algebra Andrés E. Caicedo May 18, 2010 Abstract We present a recent proof due to Harm Derksen, that any linear operator in a complex finite dimensional

More information

Theorem 5.3. Let E/F, E = F (u), be a simple field extension. Then u is algebraic if and only if E/F is finite. In this case, [E : F ] = deg f u.

Theorem 5.3. Let E/F, E = F (u), be a simple field extension. Then u is algebraic if and only if E/F is finite. In this case, [E : F ] = deg f u. 5. Fields 5.1. Field extensions. Let F E be a subfield of the field E. We also describe this situation by saying that E is an extension field of F, and we write E/F to express this fact. If E/F is a field

More information

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

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

More information

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

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

More information

A linear algebra proof of the fundamental theorem of algebra

A linear algebra proof of the fundamental theorem of algebra A linear algebra proof of the fundamental theorem of algebra Andrés E. Caicedo May 18, 2010 Abstract We present a recent proof due to Harm Derksen, that any linear operator in a complex finite dimensional

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full n n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in n variables x 1, x 2,..., x n a 11 x 1 + a 12 x

More information

15. Polynomial rings Definition-Lemma Let R be a ring and let x be an indeterminate.

15. Polynomial rings Definition-Lemma Let R be a ring and let x be an indeterminate. 15. Polynomial rings Definition-Lemma 15.1. Let R be a ring and let x be an indeterminate. The polynomial ring R[x] is defined to be the set of all formal sums a n x n + a n 1 x n +... a 1 x + a 0 = a

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

Linear Equations in Linear Algebra

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

More information

Linear maps. Matthew Macauley. Department of Mathematical Sciences Clemson University Math 8530, Spring 2017

Linear maps. Matthew Macauley. Department of Mathematical Sciences Clemson University  Math 8530, Spring 2017 Linear maps Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 8530, Spring 2017 M. Macauley (Clemson) Linear maps Math 8530, Spring 2017

More information

Homework For each of the following matrices, find the minimal polynomial and determine whether the matrix is diagonalizable.

Homework For each of the following matrices, find the minimal polynomial and determine whether the matrix is diagonalizable. Math 5327 Fall 2018 Homework 7 1. For each of the following matrices, find the minimal polynomial and determine whether the matrix is diagonalizable. 3 1 0 (a) A = 1 2 0 1 1 0 x 3 1 0 Solution: 1 x 2 0

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

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

Permutations and Polynomials Sarah Kitchen February 7, 2006

Permutations and Polynomials Sarah Kitchen February 7, 2006 Permutations and Polynomials Sarah Kitchen February 7, 2006 Suppose you are given the equations x + y + z = a and 1 x + 1 y + 1 z = 1 a, and are asked to prove that one of x,y, and z is equal to a. We

More information

Math 123 Homework Assignment #2 Due Monday, April 21, 2008

Math 123 Homework Assignment #2 Due Monday, April 21, 2008 Math 123 Homework Assignment #2 Due Monday, April 21, 2008 Part I: 1. Suppose that A is a C -algebra. (a) Suppose that e A satisfies xe = x for all x A. Show that e = e and that e = 1. Conclude that e

More information

Part IV. Rings and Fields

Part IV. Rings and Fields IV.18 Rings and Fields 1 Part IV. Rings and Fields Section IV.18. Rings and Fields Note. Roughly put, modern algebra deals with three types of structures: groups, rings, and fields. In this section we

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

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1)

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1) EXERCISE SET 5. 6. The pair (, 2) is in the set but the pair ( )(, 2) = (, 2) is not because the first component is negative; hence Axiom 6 fails. Axiom 5 also fails. 8. Axioms, 2, 3, 6, 9, and are easily

More information

0.2 Vector spaces. J.A.Beachy 1

0.2 Vector spaces. J.A.Beachy 1 J.A.Beachy 1 0.2 Vector spaces I m going to begin this section at a rather basic level, giving the definitions of a field and of a vector space in much that same detail as you would have met them in a

More information

Math 120 HW 9 Solutions

Math 120 HW 9 Solutions Math 120 HW 9 Solutions June 8, 2018 Question 1 Write down a ring homomorphism (no proof required) f from R = Z[ 11] = {a + b 11 a, b Z} to S = Z/35Z. The main difficulty is to find an element x Z/35Z

More information

Eighth Homework Solutions

Eighth Homework Solutions Math 4124 Wednesday, April 20 Eighth Homework Solutions 1. Exercise 5.2.1(e). Determine the number of nonisomorphic abelian groups of order 2704. First we write 2704 as a product of prime powers, namely

More information

(v, w) = arccos( < v, w >

(v, w) = arccos( < v, w > MA322 F all203 Notes on Inner Products Notes on Chapter 6 Inner product. Given a real vector space V, an inner product is defined to be a bilinear map F : V V R such that the following holds: For all v,

More information

August 2015 Qualifying Examination Solutions

August 2015 Qualifying Examination Solutions August 2015 Qualifying Examination Solutions If you have any difficulty with the wording of the following problems please contact the supervisor immediately. All persons responsible for these problems,

More information

Algebra Workshops 10 and 11

Algebra Workshops 10 and 11 Algebra Workshops 1 and 11 Suggestion: For Workshop 1 please do questions 2,3 and 14. For the other questions, it s best to wait till the material is covered in lectures. Bilinear and Quadratic Forms on

More information

Chapter 5. Linear Algebra

Chapter 5. Linear Algebra Chapter 5 Linear Algebra The exalted position held by linear algebra is based upon the subject s ubiquitous utility and ease of application. The basic theory is developed here in full generality, i.e.,

More information

(a + b)c = ac + bc and a(b + c) = ab + ac.

(a + b)c = ac + bc and a(b + c) = ab + ac. 2. R I N G S A N D P O LY N O M I A L S The study of vector spaces and linear maps between them naturally leads us to the study of rings, in particular the ring of polynomials F[x] and the ring of (n n)-matrices

More information

Matrices: 2.1 Operations with Matrices

Matrices: 2.1 Operations with Matrices Goals In this chapter and section we study matrix operations: Define matrix addition Define multiplication of matrix by a scalar, to be called scalar multiplication. Define multiplication of two matrices,

More information

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

Jim Lambers MAT 610 Summer Session Lecture 1 Notes

Jim Lambers MAT 610 Summer Session Lecture 1 Notes Jim Lambers MAT 60 Summer Session 2009-0 Lecture Notes Introduction This course is about numerical linear algebra, which is the study of the approximate solution of fundamental problems from linear algebra

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

Chapter 2: Matrix Algebra

Chapter 2: Matrix Algebra Chapter 2: Matrix Algebra (Last Updated: October 12, 2016) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). Write A = 1. Matrix operations [a 1 a n. Then entry

More information

Math 113 Homework 5. Bowei Liu, Chao Li. Fall 2013

Math 113 Homework 5. Bowei Liu, Chao Li. Fall 2013 Math 113 Homework 5 Bowei Liu, Chao Li Fall 2013 This homework is due Thursday November 7th at the start of class. Remember to write clearly, and justify your solutions. Please make sure to put your name

More information

This MUST hold matrix multiplication satisfies the distributive property.

This MUST hold matrix multiplication satisfies the distributive property. The columns of AB are combinations of the columns of A. The reason is that each column of AB equals A times the corresponding column of B. But that is a linear combination of the columns of A with coefficients

More information

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

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

More information

MATH2210 Notebook 3 Spring 2018

MATH2210 Notebook 3 Spring 2018 MATH2210 Notebook 3 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 3 MATH2210 Notebook 3 3 3.1 Vector Spaces and Subspaces.................................

More information

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

Knowledge Discovery and Data Mining 1 (VO) ( )

Knowledge Discovery and Data Mining 1 (VO) ( ) Knowledge Discovery and Data Mining 1 (VO) (707.003) Review of Linear Algebra Denis Helic KTI, TU Graz Oct 9, 2014 Denis Helic (KTI, TU Graz) KDDM1 Oct 9, 2014 1 / 74 Big picture: KDDM Probability Theory

More information

Chapter SSM: Linear Algebra. 5. Find all x such that A x = , so that x 1 = x 2 = 0.

Chapter SSM: Linear Algebra. 5. Find all x such that A x = , so that x 1 = x 2 = 0. Chapter Find all x such that A x : Chapter, so that x x ker(a) { } Find all x such that A x ; note that all x in R satisfy the equation, so that ker(a) R span( e, e ) 5 Find all x such that A x 5 ; x x

More information

Solutions to the August 2008 Qualifying Examination

Solutions to the August 2008 Qualifying Examination Solutions to the August 2008 Qualifying Examination Any student with questions regarding the solutions is encouraged to contact the Chair of the Qualifying Examination Committee. Arrangements will then

More information

Ma 227 Review for Systems of DEs

Ma 227 Review for Systems of DEs Ma 7 Review for Systems of DEs Matrices Basic Properties Addition and subtraction: Let A a ij mn and B b ij mn.then A B a ij b ij mn 3 A 6 B 6 4 7 6 A B 6 4 3 7 6 6 7 3 Scaler Multiplication: Let k be

More information

Problems in Linear Algebra and Representation Theory

Problems in Linear Algebra and Representation Theory Problems in Linear Algebra and Representation Theory (Most of these were provided by Victor Ginzburg) The problems appearing below have varying level of difficulty. They are not listed in any specific

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

SYMBOL EXPLANATION EXAMPLE

SYMBOL EXPLANATION EXAMPLE MATH 4310 PRELIM I REVIEW Notation These are the symbols we have used in class, leading up to Prelim I, and which I will use on the exam SYMBOL EXPLANATION EXAMPLE {a, b, c, } The is the way to write the

More information

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3 Answers in blue. If you have questions or spot an error, let me know. 3 4. Find all matrices that commute with A =. 4 3 a b If we set B = and set AB = BA, we see that 3a + 4b = 3a 4c, 4a + 3b = 3b 4d,

More information

LINEAR ALGEBRA BOOT CAMP WEEK 2: LINEAR OPERATORS

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

More information

Linear Algebra 2 Final Exam, December 7, 2015 SOLUTIONS. a + 2b = x a + 3b = y. This solves to a = 3x 2y, b = y x. Thus

Linear Algebra 2 Final Exam, December 7, 2015 SOLUTIONS. a + 2b = x a + 3b = y. This solves to a = 3x 2y, b = y x. Thus Linear Algebra 2 Final Exam, December 7, 2015 SOLUTIONS 1. (5.5 points) Let T : R 2 R 4 be a linear mapping satisfying T (1, 1) = ( 1, 0, 2, 3), T (2, 3) = (2, 3, 0, 0). Determine T (x, y) for (x, y) R

More information

This last statement about dimension is only one part of a more fundamental fact.

This last statement about dimension is only one part of a more fundamental fact. Chapter 4 Isomorphism and Coordinates Recall that a vector space isomorphism is a linear map that is both one-to-one and onto. Such a map preserves every aspect of the vector space structure. In other

More information

The converse is clear, since

The converse is clear, since 14. The minimal polynomial For an example of a matrix which cannot be diagonalised, consider the matrix ( ) 0 1 A =. 0 0 The characteristic polynomial is λ 2 = 0 so that the only eigenvalue is λ = 0. The

More information

THE MINIMAL POLYNOMIAL AND SOME APPLICATIONS

THE MINIMAL POLYNOMIAL AND SOME APPLICATIONS THE MINIMAL POLYNOMIAL AND SOME APPLICATIONS KEITH CONRAD. Introduction The easiest matrices to compute with are the diagonal ones. The sum and product of diagonal matrices can be computed componentwise

More information

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS There will be eight problems on the final. The following are sample problems. Problem 1. Let F be the vector space of all real valued functions on

More information

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

More information

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES

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

More information

5 Group theory. 5.1 Binary operations

5 Group theory. 5.1 Binary operations 5 Group theory This section is an introduction to abstract algebra. This is a very useful and important subject for those of you who will continue to study pure mathematics. 5.1 Binary operations 5.1.1

More information

GENERALIZED EIGENVECTORS, MINIMAL POLYNOMIALS AND THEOREM OF CAYLEY-HAMILTION

GENERALIZED EIGENVECTORS, MINIMAL POLYNOMIALS AND THEOREM OF CAYLEY-HAMILTION GENERALIZED EIGENVECTORS, MINIMAL POLYNOMIALS AND THEOREM OF CAYLEY-HAMILTION FRANZ LUEF Abstract. Our exposition is inspired by S. Axler s approach to linear algebra and follows largely his exposition

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

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

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

Math 1060 Linear Algebra Homework Exercises 1 1. Find the complete solutions (if any!) to each of the following systems of simultaneous equations:

Math 1060 Linear Algebra Homework Exercises 1 1. Find the complete solutions (if any!) to each of the following systems of simultaneous equations: Homework Exercises 1 1 Find the complete solutions (if any!) to each of the following systems of simultaneous equations: (i) x 4y + 3z = 2 3x 11y + 13z = 3 2x 9y + 2z = 7 x 2y + 6z = 2 (ii) x 4y + 3z =

More information

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

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

More information

Chapter 3. Vector spaces

Chapter 3. Vector spaces Chapter 3. Vector spaces Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/22 Linear combinations Suppose that v 1,v 2,...,v n and v are vectors in R m. Definition 3.1 Linear combination We say

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

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

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

More information

LECTURE 16: TENSOR PRODUCTS

LECTURE 16: TENSOR PRODUCTS LECTURE 16: TENSOR PRODUCTS We address an aesthetic concern raised by bilinear forms: the source of a bilinear function is not a vector space. When doing linear algebra, we want to be able to bring all

More information