Review: Vector space

Size: px
Start display at page:

Download "Review: Vector space"

Transcription

1 Math 2F Linear Algebra Lecture 13 1 Basis and dimensions Slide 1 Review: Subspace of a vector space. (Sec. 4.1) Linear combinations, l.d., l.i. vectors. (Sec. 4.3) Dimension and Base of a vector space. (Sec. 4.4) Review: Vector space Slide 2 A vector space is a set of elements of any kind, called vectors, on which certain operations, called addition and multiplication by numbers, can be performed. The main idea in the definition of vector space is to do not specify the nature of the elements nor do we tell how the operations are to be performed on them. Instead, we require that the operations have certain properties, which we take as axioms of a vector space. Examples include spaces of arrows, matrices, functions.

2 Math 2F Linear Algebra Lecture 13 2 Review: Subspace Slide 3 Definition 1 (Subspace) A subspace W of a vector space V is a subset of V that is closed under the addition and scalar multiplication operations on V. That is, W V, and for all u, v W and a IR holds that u + v W, au W. Slide 4 Examples The set W IR 3 given by W = {x IR 3 : x = (x 1, x 2, ), is a subspace of IR 3. The set Ŵ IR3 given by Ŵ = {x IR 3 : x = (x 1, x 2, 1), in contrast is not a subspace of IR 3. x 1, x 2 IR}, x 1, x 2 IR},

3 Math 2F Linear Algebra Lecture 13 3 Examples The set W = {(x 1, x 2 ) IR 2 : x 1 } is not a subspace of IR 2. Slide 5 The segment W {x IR : 1 x 1} is not a subspace of IR. The line W = {x IR 3 : x = (1, 2, 3)t} is a subspace or IR 3. The line W = {x IR 3 : x = (1, 2, ) + (1, 2, 3)t} is not a subspace or IR 3. Linear combinations Definition 2 (Linear combination) Let V be a vector space, v 1,, v k V be arbitrary vectors, and a 1,, a k IR be arbitrary scalars. We call a linear combination of v 1,, v k the vector Slide 6 k a i v i = a 1 v a k v k. Linear combinations give rise to the concept of span of a set of vectors. Definition 3 (Span) The span of v 1,, v k V is the set of all linear combinations of these vectors, that is, { k } Span{v 1,, v k } = a i v i : a i IR, i k.

4 Math 2F Linear Algebra Lecture 13 4 Notice that every linear combination of v 1,, v k also belongs to V, so Span{v 1,, v k } V. One can also check that it is a subspace. Claim 1 Let V be a vector space and v 1,, v k V. Then, Span{v 1,, v k } V is a subspace. Slide 7 Different sets may span the same subspace. Example: The space IR 2 is spanned by {e 1, e 2 }, and also by {e 1, e 2, e 1 + 2e 2 }, and also by {, e 1 + 2e 2, e 1, e 1 + e 2 }. The space P 2 is spanned by {1, t, t 2 }, and also by {1, t, t 2, (t 2 1), (t + 1) 2 }. It is then useful to remove redundant vectors from linear combinations. Definition 4 (l.d.) Let V be a vector space. The vectors v 1,, v k V are linearly dependent, l.d., if there exist scalars a 1,, a k R with at least one of them nonzero, such that Slide 8 k a i v i =. Definition 5 (l.i.) Let V be a vector space. The vectors v 1,, v k V are linearly independent, l.i., if they are not l.d., that is, the only choice of scalars a 1,, a k R for which the equation k a i v i = holds is a i = for all 1 i k. Linearly independent set of vectors contain no redundant vectors, in the sense of linear combinations.

5 Math 2F Linear Algebra Lecture 13 5 Examples: If one element in S V is a scalar multiple of another, S is l.d.. If S, then S is l.d.. Slide 9 Let V be the space of continuous functions on [, 2π]. The set of vectors v 1 = cos 2 (t), v 2 = sin 2 (t), v 3 = 1 is l.d.. Indeed, Pythagoras theorem says that v 1 + v 2 v 3 =. Consider the space P 2. The set {1, t, t 2 } is l.i.. Indeed, the equation a + a 1 t + a 2 t 2 =, implies that all coefficient vanishes. Evaluate the equation at t =, then a =. So we have a 1 t + a 2 t 2 =. If the function vanishes, its derivative also vanishes. So a 1 + a 2 t =. Evaluate this at t =, then a 1 =. Repeat the procedure one more time, then a 2 =. Dimensions and base Definition 6 (Finite dimension and base) A vector space V has finite dimension is there exists a maximal set of l.i. vectors {v 1,, v n }. Slide 1 The number n is called the dimension of V, and we denote by n = dim V. The l.i. vectors {v 1,, v n } are called a base of V. If there is no maximal set of l.i. vectors, then V is called infinite dimensional. That is, the set {v 1,, v n } is maximal if it is l.i. but the set {v 1,, v n, v n+1 } is l.d. for all v n+1 V.

6 Math 2F Linear Algebra Lecture 13 6 Examples: The set {e 1, e 2 } IR 2 is a basis. Another basis is {e 1 + e 2, e 1 e 2 }. The set {e 1, e 2, e 1 + e 2 } is not a basis. The set {e 1, 2e 1 } is not a basis. Notice that a basis of a vector space is not unique. Slide 11 The space IR n is finite dimensional, of dimension n, because the vectors {e 1,, e n } are l.i., and any set of n + 1 vectors in IR n is l.d.. The space P, polynomials on [, 1] is infinite dimensional. The infinite set {1, t, t 2, t 3, } is l.i.. Theorem 1 A set of vectors E V is a base if the vectors in E are l.i. and span V. Components or coordinates Slide 12 Theorem 2 Let V be a finite dimensional vector space with n = dim V. If {u 1,, u n } is a basis of V, then each vector v V has a unique decomposition v = n a i u i. The n scalars a i are called components or coordinates of v with respect to this basis.

7 Math 2F Linear Algebra Lecture 14 7 Slide 13 Exercises Let u 1 = (1, 1) and u 2 = (1, 1), be a basis of IR 2. Find the components of x = (1, 2) in that basis. The vectors u 1, u 2 form a basis so there exists constants c 1, c 2 such that x = c 1 u 1 + c 2 u 2. That is, so c 1 = 3/2 and c 2 = 1/2, and then x = 3/2u 1 1/2u 2. c 1 c 2 = 1. 2 Then one has to solve the augmented matrix , Proof: The set {u 1,, u n } is a basis so there exists scalars a i, for 1 i n such that the following decomposition holds, v = n a i u i. This decomposition is unique. Because, if there is another decomposition v = n b i u i. then the difference has the form n (a i b i )u i =. Because the vectors {u 1,, u n } are l.i. this implies that a i = b i for all i n.

8 Math 2F Linear Algebra Lecture 14 8 Null and Column spaces Null space and range. (Sec. 4.2) Slide 14 Examples. Linear transformations. Null space and range for L.T.. Fundamental theorem of algebra. (Sec. 4.6) Null and range spaces: Matrix version Slide 15 Definition 7 Let A be an m n. The null space of A, denoted as N(A) V, is the set of all elements of V solution of Av =, that is, N(A) = {v V : Av = }. Definition 8 Let A be an m n. The column space of A, denoted as Col(A), is the span of the columns of A. Its dimension is called the rank of A, that is rank(a) = dim Col(A).

9 Math 2F Linear Algebra Lecture 14 9 Exercises Find the null space of A = Slide 16 The null space are all x IR 3 solutions of Ax =. One can check that these solutions have the form 3 e = 1 x 3. 1 Therefore, N(A) = Span{( 3, 1, 1)}. Exercises (Problem 2, Sec. 4.2) Find k 1 and k 2 such that N(A) is a subspace of IR k1, and Col(A) is a subspace of IR k2, with A = [1, 3, 9,, 5]. The solutions x of the equation Ax = form a hyperplane in IR 5, given by the equation Slide 17 x 1 3x 2 + 9x 3 5x 5 =. So, the solutions can be written as x = x x 3 + x x 5. 1 N(A) = Span{(3, 1,,, ), ( 9,, 1,, ), (,,, 1, ), (5,,,, 1)} IR 4. Col(A) IR.

10 Math 2F Linear Algebra Lecture 14 1 linear transformations Definition 9 Let V, W be vector spaces. The function T : V W is called a linear transformation if it has the following properties: T (v 1 + v 2 ) = T (v 1 ) + T (v 2 ) for all v 1, v 2 V ; T (av) = at (v), for all v V and a IR. Slide 18 These properties means that T preserves addition and multiplication by numbers. The two properties combine in one formula T (av + bu) = at (v) + bt (u), or equivalently, ( k ) k T a i v i = a i T (v i ). Examples: The identity transformation, that is T : V V, given by T (v) = v. Slide 19 A stretching by a IR, that is, T : V V, given by T (v) = av. A projection, that is T : IR 3 IR 3 given by T (x 1 e 1 + x 2 e 2 + x 3 e 3 ) = x 1 e 1 + x 2 e 2. The derivative. Let V be the vector space of differentiable functions on (, 1), and let W be the vector space of continuous function on (, 1). Then, T : V W given by T (f) = f is a linear transformation.

11 Math 2F Linear Algebra Lecture Null space and range of T Slide 2 Definition 1 (Null space of T ) Let T : V W be a linear transformation. The null space of T, denoted as N(T ) V, is the set of all elements of V that T maps onto the W. That is, N(T ) = {v V : T (v) = }. Definition 11 (Range of T ) Let T : V W be a linear transformation. The range of T, denoted as T (V ) W, is the set of all elements of W of the form w = T (v) for some v V. Theorem 3 (N(T ) subspace of V ) Let T : V W be a linear transformation. The null space of T is a subspace of V. Slide 21 Theorem 4 (T (V ) subspace of W ) Let T : V W be a linear transformation. The range of T, denoted by T (V ) W, is a subspace of W. The nullity is the dimension of N(T ). The rank is the dimension of T (V ). Theorem 5 Let T be the linear transformation associated to A. Then N(T ) = N(A) and T (V ) = Col(A).

12 Math 2F Linear Algebra Lecture Proof of Theorem 3: Assume that u and v N(T ). Then, au + bv N(T ) because T (au + bv) = at (u) + bt (v) = a + b =. Proof of Theorem 4: Given two vectors T (u) and T (v) in the range of T, then at (u) + bt (v) also belongs to the range of T because T is linear, that is, at (u) + bt (v) = T (au + bv). Examples: The identity transformation. The null space is N(I) = {}. The range space is T (V ) = V. Slide 22 A stretching by a IR. In the case a the null space is N(T ) = {} and T (V ) = V. In the case a = one has N(T ) = V and T (V ) = {}. A projection, T : IR 3 IR 3 given by T (x 1 e 1 + x 2 e 2 + x 3 e 3 ) = x 1 e 1 + x 2 e 2. Then N(T ) = {x 3 e 3 }. The range space is the plane spanned by {e 1, e 2 }. The derivative, given by T (f) = f. Then N(T ) are the constant functions. The range of T are the continuous functions on (, 1).

13 Math 2F Linear Algebra Lecture Fundamental theorem of algebra Slide 23 Theorem 6 (Nullity plus rank) Let T : V W be a linear transformation, and V be finite dimensional. Then N(T ) and T (V ) are finite dimensional and the following relation holds, dim N(T ) + dim T (V ) = dim V. Theorem 7 (Nullity plus rank: Matrix form) Let A be an m n matrix with m, n finite Then, the following relation holds, dim N(A) + rank(a) = n. Proof of Theorem 6: Let n = dim V and let S = {e 1,, e k } be a basis for N(T ), so we say that the nullity is some number k. Because N(T ) is contained in V one knows that k n. Let us add l.i. vectors to S to complete a basis of V, say, {e 1,, e k, e k+1,, e k+r } for some number r such that k + r = n. We shall prove that {T (e k+1 ),, T (e k+r )} is a basis for T (V ), and then r = dim T (V ). This relation proves Theorem 6. The elements {T (e k+1 ),, T (e k+r )} are a basis of T (V ) because they span T (V ) and they are l.i.. They span T (V ) because for every w T (V ) we know that there exists v V such that w = T (v). If we write v = n v ie i, then we have ( n ) n k+r w = T e i = a i T (e i ) = a i T (e i ), i= i= i=k+1 then the {T (e k+1 ),, T (e k+r )} span T (V ). These vectors are also l.i., by the following argument. Suppose there are scalars c k+1,, c k+r such that Then, this implies T k+r i=k+1 ( k+r i=k+1 c i T (e i ) =. c i e i ) =, so the vector u = k+r i=k+1 c it (e i ) belongs to N(T ). But if u belongs to N(T ), then it must be written also as a linear combination of the elements of the base of N(T ), namely, the

14 Math 2F Linear Algebra Lecture vectors e 1,, e k, so there exists constants c 1,, c k such that u = k c i e i. Then, we can construct the linear combination = u u = k c i e i k+r i=k+1 Because the set {e 1, e k+r } is a basis o V we have that all the c i with 1 i k + r must vanish. Then, the vectors {T (e k+1 ),, T (e k+r )} are l.i.. Therefore they are a basis of T (V ), and then the dimension of dim T (V ) = r. This proves the Theorem. c i e i. The matrix of a linear transformation Slide 24 Theorem 8 Let T : V W be a linear transformation, where V and W are finite dimensional vector spaces with dim V = n and dim W = m. Let {v 1,, v n } be a basis of V, and {w 1,, w m } be a basis of W. Then, T has associated a matrix A = [a i ], 1 i n, given by m T (v i ) = a i = a ij w j. j=1 Idea of the proof: every vector in W is a linear combinations of the basis vectors w j for j m. In particular all the n vectors T (e i ), i n. therefore, there must exist the m n set of numbers a ij given above. These coefficients define the matrix A associated to T.

15 Math 2F Linear Algebra Lecture Example: In the case T : IR 2 IR 3, one chooses the basis vectors v 1 = (1, ), v 2 = (, 1), for IR 2, and the basis vectors w 1 = (1,, ), w 2 = (, 1, ), w 3 = (,, 1) for IR 3. Then, a linear transformation Slide 25 T (x 1, x 2 ) = (x 1 + 3x 2, x 1 + x 2, x 2 ), has associated the matrix A = [a 1, a 2 ] given by 1 3 a 1 = 1, a 2 = 1. 1 Invertible transformations Slide 26 One-to-one and onto. Isomorphisms (one-to-one and onto). Invertible transformations.

16 Math 2F Linear Algebra Lecture One-to-one and onto Definition 12 (one-to-one onto) Let T : V W be a linear transformation. Slide 27 T is one-to-one if v 1 v 2 implies T (v 1 ) T (v 2 ); T is onto if for all w W there exists v V such that T (v) = w. Theorem 9 Let T : V W be a linear transformation. T is one-to-one N(T ) = {}; T is onto T (V ) = W. Isomorphism Definition 13 (Isomorphism) The linear transformation T : V W is an isomorphism if T is one-to-one and onto. Isomorphic spaces are essentially the same. There is a one to one correspondence between elements from one space and of the other. Slide 28 Example: P 2 is isomorphic to R 3. A basis of P 2 is {1, t, t 2 } A general element v P has the form v = a + a 1 t + a 2 t 2. The linear transformation T : P 2 R 3 given by T (a + a 1 t + a 2 t 2 ) = a e + a 1 e 2 + a 2 e 3 IR 3 is an isomorphism. Theorem 1 Let T : V W be an isomorphism, with V and W of finite dimension. Then dim V = dim W.

NOTES ON LINEAR TRANSFORMATIONS

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

More information

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

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

More information

Orthogonal Diagonalization of Symmetric Matrices

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

More information

Methods for Finding Bases

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

More information

4.5 Linear Dependence and Linear Independence

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

More information

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

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

More information

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

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

More information

Inner product. Definition of inner product

Inner product. Definition of inner product Math 20F Linear Algebra Lecture 25 1 Inner product Review: Definition of inner product. Slide 1 Norm and distance. Orthogonal vectors. Orthogonal complement. Orthogonal basis. Definition of inner product

More information

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

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

More information

Similarity and Diagonalization. Similar Matrices

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

More information

MATH1231 Algebra, 2015 Chapter 7: Linear maps

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

More information

α = u v. In other words, Orthogonal Projection

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

More information

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

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

More information

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

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

More information

( ) which must be a vector

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

More information

LINEAR ALGEBRA W W L CHEN

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

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

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

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

Chapter 20. Vector Spaces and Bases

Chapter 20. Vector Spaces and Bases Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit

More information

Math 312 Homework 1 Solutions

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

More information

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

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

More information

Solutions to Math 51 First Exam January 29, 2015

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

More information

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

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

More information

1 Sets and Set Notation.

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

More information

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

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

More information

Linear Algebra Notes

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

More information

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

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

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

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

More information

Inner Product Spaces and Orthogonality

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

More information

Lecture Notes 2: Matrices as Systems of Linear Equations

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

More information

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

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

More information

Name: Section Registered In:

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

More information

Vector Spaces 4.4 Spanning and Independence

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

More information

MATH 551 - APPLIED MATRIX THEORY

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

More information

1 VECTOR SPACES AND SUBSPACES

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

More information

THE DIMENSION OF A VECTOR SPACE

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

More information

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

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

More information

Inner Product Spaces

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

More information

1 Introduction to Matrices

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

More information

Math 333 - Practice Exam 2 with Some Solutions

Math 333 - Practice Exam 2 with Some Solutions Math 333 - Practice Exam 2 with Some Solutions (Note that the exam will NOT be this long) Definitions (0 points) Let T : V W be a transformation Let A be a square matrix (a) Define T is linear (b) Define

More information

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

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

More information

GROUP ALGEBRAS. ANDREI YAFAEV

GROUP ALGEBRAS. ANDREI YAFAEV GROUP ALGEBRAS. ANDREI YAFAEV We will associate a certain algebra to a finite group and prove that it is semisimple. Then we will apply Wedderburn s theory to its study. Definition 0.1. Let G be a finite

More information

160 CHAPTER 4. VECTOR SPACES

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

More information

Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain

Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain 1. Orthogonal matrices and orthonormal sets An n n real-valued matrix A is said to be an orthogonal

More information

ISOMETRIES OF R n KEITH CONRAD

ISOMETRIES OF R n KEITH CONRAD ISOMETRIES OF R n KEITH CONRAD 1. Introduction An isometry of R n is a function h: R n R n that preserves the distance between vectors: h(v) h(w) = v w for all v and w in R n, where (x 1,..., x n ) = x

More information

LINEAR ALGEBRA. September 23, 2010

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

More information

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

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

More information

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

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

More information

5. Orthogonal matrices

5. Orthogonal matrices L Vandenberghe EE133A (Spring 2016) 5 Orthogonal matrices matrices with orthonormal columns orthogonal matrices tall matrices with orthonormal columns complex matrices with orthonormal columns 5-1 Orthonormal

More information

Orthogonal Projections

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

More information

Linearly Independent Sets and Linearly Dependent Sets

Linearly Independent Sets and Linearly Dependent Sets These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation

More information

MAT188H1S Lec0101 Burbulla

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

More information

Section 6.1 - Inner Products and Norms

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

More information

LS.6 Solution Matrices

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

More information

is in plane V. However, it may be more convenient to introduce a plane coordinate system in V.

is in plane V. However, it may be more convenient to introduce a plane coordinate system in V. .4 COORDINATES EXAMPLE Let V be the plane in R with equation x +2x 2 +x 0, a two-dimensional subspace of R. We can describe a vector in this plane by its spatial (D)coordinates; for example, vector x 5

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

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

More information

Linear Algebra Review. Vectors

Linear Algebra Review. Vectors Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka kosecka@cs.gmu.edu http://cs.gmu.edu/~kosecka/cs682.html Virginia de Sa Cogsci 8F Linear Algebra review UCSD Vectors The length

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

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

More information

Applied Linear Algebra I Review page 1

Applied Linear Algebra I Review page 1 Applied Linear Algebra Review 1 I. Determinants A. Definition of a determinant 1. Using sum a. Permutations i. Sign of a permutation ii. Cycle 2. Uniqueness of the determinant function in terms of properties

More information

Math 215 HW #6 Solutions

Math 215 HW #6 Solutions Math 5 HW #6 Solutions Problem 34 Show that x y is orthogonal to x + y if and only if x = y Proof First, suppose x y is orthogonal to x + y Then since x, y = y, x In other words, = x y, x + y = (x y) T

More information

MAT 242 Test 2 SOLUTIONS, FORM T

MAT 242 Test 2 SOLUTIONS, FORM T MAT 242 Test 2 SOLUTIONS, FORM T 5 3 5 3 3 3 3. Let v =, v 5 2 =, v 3 =, and v 5 4 =. 3 3 7 3 a. [ points] The set { v, v 2, v 3, v 4 } is linearly dependent. Find a nontrivial linear combination of these

More information

Solving Systems of Linear Equations

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

More information

LEARNING OBJECTIVES FOR THIS CHAPTER

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

More information

17. Inner product spaces Definition 17.1. Let V be a real vector space. An inner product on V is a function

17. Inner product spaces Definition 17.1. Let V be a real vector space. An inner product on V is a function 17. Inner product spaces Definition 17.1. Let V be a real vector space. An inner product on V is a function, : V V R, which is symmetric, that is u, v = v, u. bilinear, that is linear (in both factors):

More information

Linear Algebra. A vector space (over R) is an ordered quadruple. such that V is a set; 0 V ; and the following eight axioms hold:

Linear Algebra. A vector space (over R) is an ordered quadruple. such that V is a set; 0 V ; and the following eight axioms hold: Linear Algebra A vector space (over R) is an ordered quadruple (V, 0, α, µ) such that V is a set; 0 V ; and the following eight axioms hold: α : V V V and µ : R V V ; (i) α(α(u, v), w) = α(u, α(v, w)),

More information

Classification of Cartan matrices

Classification of Cartan matrices Chapter 7 Classification of Cartan matrices In this chapter we describe a classification of generalised Cartan matrices This classification can be compared as the rough classification of varieties in terms

More information

MA106 Linear Algebra lecture notes

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

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

Lecture 14: Section 3.3

Lecture 14: Section 3.3 Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

5. Linear algebra I: dimension

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

More information

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions. 3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms

More information

Section 1.7 22 Continued

Section 1.7 22 Continued Section 1.5 23 A homogeneous equation is always consistent. TRUE - The trivial solution is always a solution. The equation Ax = 0 gives an explicit descriptions of its solution set. FALSE - The equation

More information

Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday.

Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday. Math 312, Fall 2012 Jerry L. Kazdan Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday. In addition to the problems below, you should also know how to solve

More information

Math 67: Modern Linear Algebra (UC Davis, Fall 2011) Summary of lectures Prof. Dan Romik

Math 67: Modern Linear Algebra (UC Davis, Fall 2011) Summary of lectures Prof. Dan Romik Math 67: Modern Linear Algebra (UC Davis, Fall 2011) Summary of lectures Prof. Dan Romik [Version of November 30, 2011 this document will be updated occasionally with new material] Lecture 1 (9/23/11)

More information

On the representability of the bi-uniform matroid

On the representability of the bi-uniform matroid On the representability of the bi-uniform matroid Simeon Ball, Carles Padró, Zsuzsa Weiner and Chaoping Xing August 3, 2012 Abstract Every bi-uniform matroid is representable over all sufficiently large

More information

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

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

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation

Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation Chapter 6 Linear Transformation 6 Intro to Linear Transformation Homework: Textbook, 6 Ex, 5, 9,, 5,, 7, 9,5, 55, 57, 6(a,b), 6; page 7- In this section, we discuss linear transformations 89 9 CHAPTER

More information

Lecture 5: Singular Value Decomposition SVD (1)

Lecture 5: Singular Value Decomposition SVD (1) EEM3L1: Numerical and Analytical Techniques Lecture 5: Singular Value Decomposition SVD (1) EE3L1, slide 1, Version 4: 25-Sep-02 Motivation for SVD (1) SVD = Singular Value Decomposition Consider the system

More information

Examination paper for TMA4115 Matematikk 3

Examination paper for TMA4115 Matematikk 3 Department of Mathematical Sciences Examination paper for TMA45 Matematikk 3 Academic contact during examination: Antoine Julien a, Alexander Schmeding b, Gereon Quick c Phone: a 73 59 77 82, b 40 53 99

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

PROJECTIVE GEOMETRY. b3 course 2003. Nigel Hitchin

PROJECTIVE GEOMETRY. b3 course 2003. Nigel Hitchin PROJECTIVE GEOMETRY b3 course 2003 Nigel Hitchin hitchin@maths.ox.ac.uk 1 1 Introduction This is a course on projective geometry. Probably your idea of geometry in the past has been based on triangles

More information

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

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

More information

Vector and Matrix Norms

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

More information

Solving Linear Systems, Continued and The Inverse of a Matrix

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

More information

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

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

More information

x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0.

x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0. Cross product 1 Chapter 7 Cross product We are getting ready to study integration in several variables. Until now we have been doing only differential calculus. One outcome of this study will be our ability

More information

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

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

More information

Math 115A - Week 1 Textbook sections: 1.1-1.6 Topics covered: What is a vector? What is a vector space? Span, linear dependence, linear independence

Math 115A - Week 1 Textbook sections: 1.1-1.6 Topics covered: What is a vector? What is a vector space? Span, linear dependence, linear independence Math 115A - Week 1 Textbook sections: 1.1-1.6 Topics covered: What is Linear algebra? Overview of course What is a vector? What is a vector space? Examples of vector spaces Vector subspaces Span, linear

More information

Lecture 1: Schur s Unitary Triangularization Theorem

Lecture 1: Schur s Unitary Triangularization Theorem Lecture 1: Schur s Unitary Triangularization Theorem This lecture introduces the notion of unitary equivalence and presents Schur s theorem and some of its consequences It roughly corresponds to Sections

More information

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α

More information

Row Ideals and Fibers of Morphisms

Row Ideals and Fibers of Morphisms Michigan Math. J. 57 (2008) Row Ideals and Fibers of Morphisms David Eisenbud & Bernd Ulrich Affectionately dedicated to Mel Hochster, who has been an inspiration to us for many years, on the occasion

More information

FUNCTIONAL ANALYSIS LECTURE NOTES: QUOTIENT SPACES

FUNCTIONAL ANALYSIS LECTURE NOTES: QUOTIENT SPACES FUNCTIONAL ANALYSIS LECTURE NOTES: QUOTIENT SPACES CHRISTOPHER HEIL 1. Cosets and the Quotient Space Any vector space is an abelian group under the operation of vector addition. So, if you are have studied

More information

Equations Involving Lines and Planes Standard equations for lines in space

Equations Involving Lines and Planes Standard equations for lines in space Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity

More information

4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION

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

More information

16.3 Fredholm Operators

16.3 Fredholm Operators Lectures 16 and 17 16.3 Fredholm Operators A nice way to think about compact operators is to show that set of compact operators is the closure of the set of finite rank operator in operator norm. In this

More information

1 Homework 1. [p 0 q i+j +... + p i 1 q j+1 ] + [p i q j ] + [p i+1 q j 1 +... + p i+j q 0 ]

1 Homework 1. [p 0 q i+j +... + p i 1 q j+1 ] + [p i q j ] + [p i+1 q j 1 +... + p i+j q 0 ] 1 Homework 1 (1) Prove the ideal (3,x) is a maximal ideal in Z[x]. SOLUTION: Suppose we expand this ideal by including another generator polynomial, P / (3, x). Write P = n + x Q with n an integer not

More information

Lecture notes on linear algebra

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

More information