A Do It Yourself Guide to Linear Algebra

Size: px
Start display at page:

Download "A Do It Yourself Guide to Linear Algebra"

Transcription

1 A Do It Yourself Guide to Linear Algebra Lecture Notes based on REUs, Instructor: László Babai Notes compiled by Howard Liu Vector Spaces 1.1 Basics Definition A vector space (over the reals) is a set V with (a) addition V V V, (x, y) x + y, and (b) scalar multiplication R V V, (α, x) αx, satisfying following axioms (a) (V, +) is an abelian group, i. e., (a1) ( x, y V )(! x + y V ), (a2) ( x, y V )(x + y = y + x) (commutative law), (a3) ( x, y, z V )((x + y) + z = x + (y + z)) (associative law), (a4) ( 0 V )( x)(x + 0 = 0 + x = x) (existence of zero), (a5) ( x V )( ( x) V )(x + ( x) = 0), b) (b1) ( x V )( α R)(! αx V ) (b2) ( α, β R)( x V )(α(βx)) = (αβ)x ( associativity linking two operations), (b3) ( α, β R)( x V )((α + β)x = αx + βx) (distributivity over scalar addition), (b4) ( α R)( x, y V )(α(x + y) = αx + αy) (distributivity over vector addition), 1

2 (c) ( x V )(1 x = x) (normalization). Exercise Show ( x V )(0x = 0). (The first 0 is a number, the second a vector.) Exercise Show ( α R)(α0 = 0). Exercise Show ( α R)( x V )(αx = 0 (α = 0 or x = 0)) Example Examples of vector spaces 1. R n - the set of n-tuples of real numbers 2. geometric vectors in 2 or 3 dimensions 3. k l matrices 4. C[0, 1], the continuous functions from [0,1] to R 5. the space of infinite sequences of real numbers 6. R[x] = {polynomials with real coefficients}. 7. R(x) = {rational functions with real coefficients} (see Definition below). 8. R Ω, the functions from Ω to R Ω = {1,..., n} is example 1 above Ω = {1,..., k} {1,..., l} is example 3 Ω = [0, 1] contains example 4 Ω = N is example 5 Definition Rational functions are equivalence classes of formal fractions p q q R[x], q 0, under the equivalence relation p 1 q 1 = p 2 q 2 iff p 1 q 2 = p 2 q 1. with p, Definition A linear combination of vectors v 1,..., v k V is a vector α 1 v 1 + +α k v k where α 1,... α k R. Definition The span of v 1,..., v k V is the set of all linear combinations of v 1,..., v k, i. e., Span(v 1,..., v k ) = {α 1 v α k v k α 1,..., α k R}. Remark We let Span( ) = {0}, by virtue of the fact that an empty sum is always zero. Definition A linear combination of an infinite list of vectors is a linear combination of a finite sublist. The span of an infinite list S of vectors is, as defined before, as the set of all linear combinations of S. 2

3 Note that 0 Span(T ) for any list T of vectors, because the trivial linear combination (all coefficients are 0) is 0. Exercise Prove: ( S V )(Span(Span(S)) = Span(S)). Definition A list S of vectors generates V if Span(S) = V. Definition U V is a subspace if U = Span(U). Notation: U V. Exercise Prove: a subset U V is a subspace exactly if it is closed under linear combinations. Exercise Prove: a subset U V is a subspace exactly if (a) 0 U; (b) ( x, y U)(x + y U); (c) ( x U)( α R)(αx U). Exercise Prove: a subspace is a vector space (under the same operations). Exercise Show S V, Span(S) V, i.e. that Span(S) is a subspace of V. (Recall that Span( ) = {0}.) Exercise Show that Span(S) is the smallest subspace containing S, i.e., (a) S Span(S) V and (b) If S W V then Span(S) W. Exercise Show that the intersection of any set of subspaces is a subspace. Remark Note that this doesn t hold true for unions. Exercise If U 1, U 2 V then U 1 U 2 is a subspace if and only if U 1 U 2 or U 2 U 1. Exercise Span(S) = S W V W. 1.2 Linear Independence Definition Vectors v 1,..., v k V are linearly independent if only their trivial linear combination gives 0, i. e., ( α 1,..., α k R)(α 1 v α k v k = 0 α 1 = = α k = 0.) Definition An infinite list of vectors is linearly independent if all finite sublists are linearly independent. Exercise Prove: The empty list is linearly independent. 3

4 Exercise Prove: A one-element lists {v} of vectors is linearly independent v 0. Exercise A list containing 0 is never linearly independent. Exercise A list of vectors with repetitions is never linearly independent. Exercise Show that if T S V and S is linearly independent then T is linearly independent. Exercise Find a curve in R n, i.e., a continuous function f : R R n, such that any n points on the curve are linearly independent, i.e., for any n distinct real numbers α 1,..., α n, the vectors f(α 1 ),..., f(α n ) are linearly independent. (Give a simple explicit formula.) Definition We say that vectors u, v V are parallel if u, v 0 and ( α R)(u = αv). Exercise Show that vectors u, v V are linearly dependent if and only if u = 0 or v = 0 or u, v are parallel. Remark We say that a property P is a finitary property if a set S has the property P if and only if all finite subsets of S have property P. Note that linear independence is, by Definition 1.2.2, a finitary property. Exercise (Erdős debruijn) Show that 3-colorability of a graph is a finitary property. (The same holds for 4-colorability, etc.) (Hints for three different proofs. (1) Use Zorn s Lemma. (2) Use the Compactness Theorem of first-order logic. (3) Use Tikhonoff s Theorem (compactness of the product of compact topological spaces). 1 1 Exercise Let α 1,..., α n be distinct real numbers. Prove: x α 1,..., independent rational functions. x α n are linearly Exercise Prove: for all α, β R, sin(x), sin(x + α), sin(x + β) are linearly dependent functions R R. Exercise Prove: 1, cos(x), cos(2x), cos(3x),..., sin(x), sin(2x),... are linearly independent functions R R. 1.3 Rank, Dimension Definition A maximal linearly independent subset of a set S V is a subset T S such that (a) T is linearly independent, and (b) if T T S then T is linearly dependent. Definition A maximum linearly independent subset of a set S V is a subset T S such that 4

5 (a) T is linearly independent, and (b) if T S is linearly independent then T T. Exercise (Independence of vertices in a graph.) Find a graph which has a maximal independent set of vertices which is not maximum. We shall see that this cannot happen with linear independence: every maximal linearly independent set is maximum. Exercise Let S V. Then there exists T S such that T is a maximal independent subset of S. Exercise Let L S V. Assume L is linearly independent. Then there exists a maximal linearly independent subset T S such that L T. (Every linearly independent subset of S set can be extended to a maximal linearly independent subset of S.) Remark It is easy to prove Exx , by successively adding vectors until our set becomes maximal as long as all linearly independent subsets of S are finite. For the infinite case, we need transfinite induction or a result from set theory called Zorn s Lemma (a version of the Axiom of Choice). Definition A vector v V depends on S V if v Span(S), i. e. v is a linear combination of S. Definition A set of vectors T V depends on S V if T Span(S). Exercise Show that dependence is transitive: if R Span(T ) and T Span(S) then R Span(S). ( A linear combination of linear combinations is a linear combination. ) Definition A vector v depends on a list S of vectors if v Span(S). A list T of vectors depends on a list S of vectors if every member of T depends on S. Exercise Prove: dependence is transitive, i. e., if R, S, T are lists of vectors, R depends on S and S depends on T then R depends on T ( linear combinations of linear combinations are linear combinations). Exercise Suppose that α i v i is a nontrivial linear combination. Then ( i) such that v i depends on the rest (i. e. on {v j j i}). Indeed, this will be the case whenever α i 0. Exercise A list S of vectors is linearly dependent iff some member of the list depends on the rest. Exercise If v 1,..., v k are linearly independent and v 1,..., v k, v k+1 are linearly dependent then v k+1 depends on v 1,..., v k. The next fundamental result asserts the impossibility of boosting linear independence. 5

6 Theorem (First Miracle of Linear Algebra). If v 1,..., v k are linearly independent and they all depend on w 1,..., w l then k l. We shall prove this in Section 1.6. Now we derive some corollaries. Corollary All maximal linearly independent subsets of a set S V are maximum. Exercise If T S, T is a maximal independent subset of S then S Span(T ). Exercise Prove Corollary from Theorem and Exercise Definition For S V, the rank of S is the common cardinality of all the maximal independent subsets of S. Notation: rk(s). Definition The dimension of a vector space is dim(v ) := rk(v ). Exercise rk(s) = rk(span(s)) = dim(span(s)). Exercise Show that dim(r n ) = n. Exercise Let P k be the space of polynomials of degree k. Show that dim(p k ) = k+1. Exercise Let T = {sin(x + α) α R}. Prove rk(t ) = 2. Notation: [n] = {1, 2,..., n}. Exercise Let us say that the set system A 1,..., A m [n] is k-intersecting if ( i j)( A i A j = k). Show that for every n there exists a 1-intersecting family of n distinct subsets of [n]. ( Family is just another word for set system, i.e., a list of sets.) Exercise (a) Construct a 1-intersecting family of 7 3-subsets of [7]. (A 3-subset is a set of 3 elements.) (b) For every prime p, construct a 1-intersecting family of p 2 + p + 1 (p + 1)-subsets of [p 2 + p + 1]. Exercise (Generalized Fisher Inequality) Prove: if k 1 and A 1,..., A m is a k-intersecting family of distinct subsets of [n] then m n. (Hint. First Miracle.) Exercise (a) Construct a set of n points in R n such that each pair is at the same distance. (b) Construct a set of n + 1 points in R n such that each pair is at the same distance. (c) Prove: there is no set of n + 2 points in R n such that each pair is at the same distance. A 2-distance set is a set of points with only two distinct distances between them. Example: the regular pentagon in the plane. Exercise Prove: a 2-distance set in the plane has at most 5 points. Exercise Find a 2-distance set of quadratic size (at least cn 2 for some positive constant c) in R n. Exercise Prove: the size of a 2-distance set in R n is at most quadratic ( Cn 2 for some constant C). (Hint. First Miracle.) 6

7 1.4 Basis Definition A basis of V is a linearly independent set of generators of V, i.e., it is a linearly independent set that spans V. Definition A basis of S V is a linearly independent subset of S on which S depends. In other words, a basis B of S is a linearly independent set satisfying B S Span(B). Exercise A list B of vectors is a basis of V iff every vector can be written uniquely as a linear combination of B. Definition Let B = (b 1,..., b n ) be a basis of V. Write x V as x = n i=1 β ib i. The coefficients in this unique linear combination are called the coordinates of x with respect to B. Definition For a basis B of V, regarded as a list of vectors, we associate with each x V the column vector [x] B := β 1. β k where the β i are the coordinates of x with respect to B. Exercise B is a basis of S if and only if B is a maximal independent subset of S. In view of Ex we have the following corollary. Corollary Every vector space has a basis. In fact, every subset of a vector space has a basis. (Note: in the infinite dimensional case the proof requires Zorn s Lemma.) Exercise Show that if the vectors of B S are linearly independent, then B can be extended to a basis of S. Exercise Show that every set of generators of V contains a basis. In fact this is true for any subset S V : if T S such that T generates S, i.e., S Span(T ), then there exists a basis B of S such that B T. Exercise Prove: All bases for S have equal size. Show that the this statement is equivalent to the First Miracle, Theorem Exercise Prove: if B is a basis of V then dim(v ) = B. Exercise A Fibonacci-type sequence is a sequence (a 0, a 1, a 2,... ) such that ( n)(a n+2 = a n+1 + a n ). (a) Prove that the Fibonacci-type sequences form a 2-dimensional vector space. (b) Find a basis in this space consisting of two geometric progressions. (c) Express the Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13,... ) as a linear combination of the basis found in item (b). 7

8 1.5 Linear maps, isomorphism of vector spaces Definition Let V and W be vector spaces. homomorphism or a linear map if We say that a map f : V W is a (a) ( x, y V )(f(x + y) = f(x) + f(y)) (b) ( x V )( α R)(f(αx) = αf(x)) Exercise Show that if f is a linear map then f(0) = 0. Exercise Show that f( k i=1 α iv i ) = k i=1 α if(v i ). Definition We say that f is an isomorphism if f is a bijective homomorphism. Definition Two spaces V and W are isomorphic if there exists an isomorphism between them. Exercise Show the relation of being isomorphic is an equivalence relation. Exercise Show that an isomorphism maps bases to bases. Therefore, isomorphic vector spaces have the same dimension. Theorem If dim(v ) = n then V = R n. Proof: Choose a basis, B of V, now map each vector to its coordinate vector, i.e., v [v] B. Exercise Prove: two vector spaces are isomorphic if and only if they have the same dimension. Exercise (Degree of freedom in choosing a linear map) Let V, W be vector spaces. Let B = (b 1,..., b k ) be a basis of V. Let w 1,..., w k be arbitrary vectors in W. Prove: there is a unique linear map f : V W such that ( i)(f(b i ) = w i ). Exercise Show that the linear maps V W form a vector space. This space is called Hom(V, W ). Prove that its dimension is dim(v ) dim(w ). Definition The image of f is the set Im(f) = {f(x) : x V } Definition The kernel of f is the set Ker(f) = {x V : f(x) = 0} Exercise For a linear map f : V W show that Im(f) W and Ker(f) V. Theorem For a linear map f : V W we have dim Ker(f) + dim Im(f) = dim V. Lemma If U V and A is a basis of U then A can be extended to a basis of V. Exercise Prove Theorem Hint: apply Lemma setting U = Ker(f). 8

9 1.6 Proof of the First Miracle Lemma (Exchange Principle). If v 1,..., v k are linearly independent and v 1,..., v k Span(w 1,..., w l ) then j, 1 j l such that w j, v 2,..., v k are linearly independent. (Note in particular that w j v 2,..., v k.) Exercise Prove the Exchange Principle. Exercise If a 1,..., a k are linearly independent and ( i)(a i Span{b 1,..., b l }) then ( i)( j)(a 1,..., a i 1, b j, a i+1,..., a k ) are linearly independent. Exercise Prove the First Miracle, Theorem , using the preceding exercises. Here is another, more commonly used exchange principle from which the equality of bases and therefore the First Miracle follows. Theorem (Steinitz Exchange Principle). Let B be a basis of V, and let L be a linearly independent set of vectors in V. Then there exists a subset M S such that M = L and (S \ M) L is also a basis of V. Exercise Prove the Steinitz Exchange Principle. Do not use consequences of the First Miracle. Exercise Use the Steinitz Exchange Principle to prove that all bases have equal size. Infer the First Miracle. 1.7 Matrix rank; the Second Miracle Definition An m n matrix is an m n array of numbers {α ij } which we write as α 11 α 1n..... α m1 α mn Definition The row rank (or column rank) of a matrix is the rank of the list of its row vectors (column vectors, respectively). Theorem (Second Miracle of Linear Algebra). The row rank of a matrix is equal to its column rank. Definition The following actions on a set of vectors {v 1,..., v k } are called elementary operations: (a) Replace v i by v i αv j where i j. (b) Replace v i by αv i where α 0. 9

10 (c) Switch v i and v j. Exercise Show that the rank of a list of vectors doesn t change under elementary operations. Exercise Let {v 1,..., v k } have rank r. Show that by a sequence of elementary operations we can get from {v 1,..., v k } to a set {w 1,..., w k } such that w 1,..., w r are linearly independent and w r+1 = = w k = 0. Consider a matrix. An elementary row-operation is an elementary operation applied to the rows of the matrix. Elementary column operations are defined analogously. Exercise shows that elementary row-operations do not change the row-rank of A. Exercise Show that elementary row-operations do not change the column-rank of a matrix. Exercise Use Exercises and to prove the Second Miracle. 10

Apprentice Linear Algebra, 1st day, 6/27/05

Apprentice Linear Algebra, 1st day, 6/27/05 Apprentice Linear Algebra, 1st day, 6/7/05 REU 005 Instructor: László Babai Scribe: Eric Patterson Definitions 1.1. An abelian group is a set G with the following properties: (i) ( a, b G)(!a + b G) (ii)

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

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

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

More information

Chapter 2: Linear Independence and Bases

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

More information

Linear Algebra Lecture Notes-I

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

More information

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

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

Honors Algebra II MATH251 Course Notes by Dr. Eyal Goren McGill University Winter 2007

Honors Algebra II MATH251 Course Notes by Dr. Eyal Goren McGill University Winter 2007 Honors Algebra II MATH251 Course Notes by Dr Eyal Goren McGill University Winter 2007 Last updated: April 4, 2014 c All rights reserved to the author, Eyal Goren, Department of Mathematics and Statistics,

More information

Vector Spaces 4.5 Basis and Dimension

Vector Spaces 4.5 Basis and Dimension Vector Spaces 4.5 and Dimension Summer 2017 Vector Spaces 4.5 and Dimension Goals Discuss two related important concepts: Define of a Vectors Space V. Define Dimension dim(v ) of a Vectors Space V. Vector

More information

Vector Spaces. (1) Every vector space V has a zero vector 0 V

Vector Spaces. (1) Every vector space V has a zero vector 0 V Vector Spaces 1. Vector Spaces A (real) vector space V is a set which has two operations: 1. An association of x, y V to an element x+y V. This operation is called vector addition. 2. The association of

More information

Chapter 1 Vector Spaces

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

More information

Linear Algebra Lecture Notes in progress

Linear Algebra Lecture Notes in progress Linear Algebra Lecture Notes in progress László Babai Version: November 11, 2007 These notes are based on the apprentice course and the discrete mathematics course given by the author at the Summer 2007

More information

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

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

More information

Math 550 Notes. Chapter 2. Jesse Crawford. Department of Mathematics Tarleton State University. Fall 2010

Math 550 Notes. Chapter 2. Jesse Crawford. Department of Mathematics Tarleton State University. Fall 2010 Math 550 Notes Chapter 2 Jesse Crawford Department of Mathematics Tarleton State University Fall 2010 (Tarleton State University) Math 550 Chapter 2 Fall 2010 1 / 20 Linear algebra deals with finite dimensional

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

Review of Linear Algebra

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

More information

Math 110: Worksheet 3

Math 110: Worksheet 3 Math 110: Worksheet 3 September 13 Thursday Sept. 7: 2.1 1. Fix A M n n (F ) and define T : M n n (F ) M n n (F ) by T (B) = AB BA. (a) Show that T is a linear transformation. Let B, C M n n (F ) and a

More information

Linear Algebra problems

Linear Algebra problems Linear Algebra problems 1. Show that the set F = ({1, 0}, +,.) is a field where + and. are defined as 1+1=0, 0+0=0, 0+1=1+0=1, 0.0=0.1=1.0=0, 1.1=1.. Let X be a non-empty set and F be any field. Let X

More information

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

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

More information

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

More information

Econ Lecture 8. Outline. 1. Bases 2. Linear Transformations 3. Isomorphisms

Econ Lecture 8. Outline. 1. Bases 2. Linear Transformations 3. Isomorphisms Econ 204 2011 Lecture 8 Outline 1. Bases 2. Linear Transformations 3. Isomorphisms 1 Linear Combinations and Spans Definition 1. Let X be a vector space over a field F. A linear combination of x 1,...,

More information

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

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

More information

Algorithms to Compute Bases and the Rank of a Matrix

Algorithms to Compute Bases and the Rank of a Matrix Algorithms to Compute Bases and the Rank of a Matrix Subspaces associated to a matrix Suppose that A is an m n matrix The row space of A is the subspace of R n spanned by the rows of A The column space

More information

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2

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

More information

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

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

Linear Algebra. Chapter 5

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

More information

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

Advanced Linear Algebra Math 4377 / 6308 (Spring 2015) March 5, 2015

Advanced Linear Algebra Math 4377 / 6308 (Spring 2015) March 5, 2015 Midterm 1 Advanced Linear Algebra Math 4377 / 638 (Spring 215) March 5, 215 2 points 1. Mark each statement True or False. Justify each answer. (If true, cite appropriate facts or theorems. If false, explain

More information

a (b + c) = a b + a c

a (b + c) = a b + a c Chapter 1 Vector spaces In the Linear Algebra I module, we encountered two kinds of vector space, namely real and complex. The real numbers and the complex numbers are both examples of an algebraic structure

More information

Course 311: Michaelmas Term 2005 Part III: Topics in Commutative Algebra

Course 311: Michaelmas Term 2005 Part III: Topics in Commutative Algebra Course 311: Michaelmas Term 2005 Part III: Topics in Commutative Algebra D. R. Wilkins Contents 3 Topics in Commutative Algebra 2 3.1 Rings and Fields......................... 2 3.2 Ideals...............................

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

Footnotes to Linear Algebra (MA 540 fall 2013), T. Goodwillie, Bases

Footnotes to Linear Algebra (MA 540 fall 2013), T. Goodwillie, Bases Footnotes to Linear Algebra (MA 540 fall 2013), T. Goodwillie, Bases November 18, 2013 1 Spanning and linear independence I will outline a slightly different approach to the material in Chapter 2 of Axler

More information

Math 455 Some notes on Cardinality and Transfinite Induction

Math 455 Some notes on Cardinality and Transfinite Induction Math 455 Some notes on Cardinality and Transfinite Induction (David Ross, UH-Manoa Dept. of Mathematics) 1 Cardinality Recall the following notions: function, relation, one-to-one, onto, on-to-one correspondence,

More information

Chapter 2 Linear Transformations

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

More information

NOTES ON LINEAR ALGEBRA OVER INTEGRAL DOMAINS. Contents. 1. Introduction 1 2. Rank and basis 1 3. The set of linear maps 4. 1.

NOTES ON LINEAR ALGEBRA OVER INTEGRAL DOMAINS. Contents. 1. Introduction 1 2. Rank and basis 1 3. The set of linear maps 4. 1. NOTES ON LINEAR ALGEBRA OVER INTEGRAL DOMAINS Contents 1. Introduction 1 2. Rank and basis 1 3. The set of linear maps 4 1. Introduction These notes establish some basic results about linear algebra over

More information

Math 121 Homework 5: Notes on Selected Problems

Math 121 Homework 5: Notes on Selected Problems Math 121 Homework 5: Notes on Selected Problems 12.1.2. Let M be a module over the integral domain R. (a) Assume that M has rank n and that x 1,..., x n is any maximal set of linearly independent elements

More information

5 Set Operations, Functions, and Counting

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

More information

Chapter 2 Subspaces of R n and Their Dimensions

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

More information

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

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

More information

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

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

More information

OHSX XM511 Linear Algebra: Multiple Choice Exercises for Chapter 2

OHSX XM511 Linear Algebra: Multiple Choice Exercises for Chapter 2 OHSX XM5 Linear Algebra: Multiple Choice Exercises for Chapter. In the following, a set is given together with operations of addition and scalar multiplication. Which is not a vector space under the given

More information

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

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

More information

Linear Algebra Lecture Notes

Linear Algebra Lecture Notes Linear Algebra Lecture Notes Lecturers: Inna Capdeboscq and Damiano Testa Warwick, January 2017 Contents 1 Number Systems and Fields 3 1.1 Axioms for number systems............................ 3 2 Vector

More information

Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur

Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur Lecture No. # 02 Vector Spaces, Subspaces, linearly Dependent/Independent of

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

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

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

More information

A NICE PROOF OF FARKAS LEMMA

A NICE PROOF OF FARKAS LEMMA A NICE PROOF OF FARKAS LEMMA DANIEL VICTOR TAUSK Abstract. The goal of this short note is to present a nice proof of Farkas Lemma which states that if C is the convex cone spanned by a finite set and if

More information

MATH 326: RINGS AND MODULES STEFAN GILLE

MATH 326: RINGS AND MODULES STEFAN GILLE MATH 326: RINGS AND MODULES STEFAN GILLE 1 2 STEFAN GILLE 1. Rings We recall first the definition of a group. 1.1. Definition. Let G be a non empty set. The set G is called a group if there is a map called

More information

Spanning, linear dependence, dimension

Spanning, linear dependence, dimension Spanning, linear dependence, dimension In the crudest possible measure of these things, the real line R and the plane R have the same size (and so does 3-space, R 3 ) That is, there is a function between

More information

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) Contents 1 Vector Spaces 1 1.1 The Formal Denition of a Vector Space.................................. 1 1.2 Subspaces...................................................

More information

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b . FINITE-DIMENSIONAL VECTOR SPACES.. Fields By now you ll have acquired a fair knowledge of matrices. These are a concrete embodiment of something rather more abstract. Sometimes it is easier to use matrices,

More information

MTH 309 Supplemental Lecture Notes Based on Robert Messer, Linear Algebra Gateway to Mathematics

MTH 309 Supplemental Lecture Notes Based on Robert Messer, Linear Algebra Gateway to Mathematics MTH 309 Supplemental Lecture Notes Based on Robert Messer, Linear Algebra Gateway to Mathematics Ulrich Meierfrankenfeld Department of Mathematics Michigan State University East Lansing MI 48824 meier@math.msu.edu

More information

Algebraic Methods in Combinatorics

Algebraic Methods in Combinatorics Algebraic Methods in Combinatorics Po-Shen Loh 27 June 2008 1 Warm-up 1. (A result of Bourbaki on finite geometries, from Răzvan) Let X be a finite set, and let F be a family of distinct proper subsets

More information

SUPPLEMENT TO CHAPTER 3

SUPPLEMENT TO CHAPTER 3 SUPPLEMENT TO CHAPTER 3 1.1 Linear combinations and spanning sets Consider the vector space R 3 with the unit vectors e 1 = (1, 0, 0), e 2 = (0, 1, 0), e 3 = (0, 0, 1). Every vector v = (a, b, c) R 3 can

More information

Linear Vector Spaces

Linear Vector Spaces CHAPTER 1 Linear Vector Spaces Definition 1.0.1. A linear vector space over a field F is a triple (V, +, ), where V is a set, + : V V V and : F V V are maps with the properties : (i) ( x, y V ), x + y

More information

NOTES on LINEAR ALGEBRA 1

NOTES on LINEAR ALGEBRA 1 School of Economics, Management and Statistics University of Bologna Academic Year 207/8 NOTES on LINEAR ALGEBRA for the students of Stats and Maths This is a modified version of the notes by Prof Laura

More information

Math 121 Homework 4: Notes on Selected Problems

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

More information

MA 2030 Linear Algebra and Numerical Analysis A V Jayanthan & Arindama Singh

MA 2030 Linear Algebra and Numerical Analysis A V Jayanthan & Arindama Singh MA 2030 Linear Algebra and Numerical Analysis A V Jayanthan & Arindama Singh January-May 2013 Information Lecture notes are available at Moodle site. It will be complete as far as material is concerned.

More information

Linear Algebra, 4th day, Thursday 7/1/04 REU Info:

Linear Algebra, 4th day, Thursday 7/1/04 REU Info: Linear Algebra, 4th day, Thursday 7/1/04 REU 004. Info http//people.cs.uchicago.edu/laci/reu04. Instructor Laszlo Babai Scribe Nick Gurski 1 Linear maps We shall study the notion of maps between vector

More information

NOTES ON FINITE FIELDS

NOTES ON FINITE FIELDS NOTES ON FINITE FIELDS AARON LANDESMAN CONTENTS 1. Introduction to finite fields 2 2. Definition and constructions of fields 3 2.1. The definition of a field 3 2.2. Constructing field extensions by adjoining

More information

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases Worksheet for Lecture 5 (due October 23) Name: Section 4.3 Linearly Independent Sets; Bases Definition An indexed set {v,..., v n } in a vector space V is linearly dependent if there is a linear relation

More information

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces

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

More information

4 Chapter 4 Lecture Notes. Vector Spaces and Subspaces

4 Chapter 4 Lecture Notes. Vector Spaces and Subspaces Math 2040 Matrix Theory and Linear Algebra II 4 hapter 4 Lecture Notes. Vector Spaces and Subspaces 4.1 Vector Spaces and Subspaces 1. Notation: The symbol means the empty set. The symbol means is an element

More information

1 Fields and vector spaces

1 Fields and vector spaces 1 Fields and vector spaces In this section we revise some algebraic preliminaries and establish notation. 1.1 Division rings and fields A division ring, or skew field, is a structure F with two binary

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

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

Algebra Review. Instructor: Laszlo Babai Notes by Vincent Lucarelli and the instructor. June 15, 2001

Algebra Review. Instructor: Laszlo Babai Notes by Vincent Lucarelli and the instructor. June 15, 2001 Algebra Review Instructor: Laszlo Babai Notes by Vincent Lucarelli and the instructor June 15, 2001 1 Groups Definition 1.1 A semigroup (G, ) is a set G with a binary operation such that: Axiom 1 ( a,

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

Part III. 10 Topological Space Basics. Topological Spaces

Part III. 10 Topological Space Basics. Topological Spaces Part III 10 Topological Space Basics Topological Spaces Using the metric space results above as motivation we will axiomatize the notion of being an open set to more general settings. Definition 10.1.

More information

IFT 6760A - Lecture 1 Linear Algebra Refresher

IFT 6760A - Lecture 1 Linear Algebra Refresher IFT 6760A - Lecture 1 Linear Algebra Refresher Scribe(s): Tianyu Li Instructor: Guillaume Rabusseau 1 Summary In the previous lecture we have introduced some applications of linear algebra in machine learning,

More information

A Little Beyond: Linear Algebra

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

More information

Math Introduction to Modern Algebra

Math Introduction to Modern Algebra Math 343 - Introduction to Modern Algebra Notes Field Theory Basics Let R be a ring. M is called a maximal ideal of R if M is a proper ideal of R and there is no proper ideal of R that properly contains

More information

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

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

More information

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

Solution to Homework 1

Solution to Homework 1 Solution to Homework Sec 2 (a) Yes It is condition (VS 3) (b) No If x, y are both zero vectors Then by condition (VS 3) x = x + y = y (c) No Let e be the zero vector We have e = 2e (d) No It will be false

More information

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction NONCOMMUTATIVE POLYNOMIAL EQUATIONS Edward S Letzter Introduction My aim in these notes is twofold: First, to briefly review some linear algebra Second, to provide you with some new tools and techniques

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

2.3. VECTOR SPACES 25

2.3. VECTOR SPACES 25 2.3. VECTOR SPACES 25 2.3 Vector Spaces MATH 294 FALL 982 PRELIM # 3a 2.3. Let C[, ] denote the space of continuous functions defined on the interval [,] (i.e. f(x) is a member of C[, ] if f(x) is continuous

More information

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

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

More information

2.2 Lowenheim-Skolem-Tarski theorems

2.2 Lowenheim-Skolem-Tarski theorems Logic SEP: Day 1 July 15, 2013 1 Some references Syllabus: http://www.math.wisc.edu/graduate/guide-qe Previous years qualifying exams: http://www.math.wisc.edu/ miller/old/qual/index.html Miller s Moore

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

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

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

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

More information

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

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

More information

Math Linear algebra, Spring Semester Dan Abramovich

Math Linear algebra, Spring Semester Dan Abramovich Math 52 0 - Linear algebra, Spring Semester 2012-2013 Dan Abramovich Fields. We learned to work with fields of numbers in school: Q = fractions of integers R = all real numbers, represented by infinite

More information

Lecture 17: Section 4.2

Lecture 17: Section 4.2 Lecture 17: Section 4.2 Shuanglin Shao November 4, 2013 Subspaces We will discuss subspaces of vector spaces. Subspaces Definition. A subset W is a vector space V is called a subspace of V if W is itself

More information

MTH 362: Advanced Engineering Mathematics

MTH 362: Advanced Engineering Mathematics MTH 362: Advanced Engineering Mathematics Lecture 5 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 26, 2017 1 Linear Independence and Dependence of Vectors

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

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples Chapter 3 Rings Rings are additive abelian groups with a second operation called multiplication. The connection between the two operations is provided by the distributive law. Assuming the results of Chapter

More information

Exercises for Unit VI (Infinite constructions in set theory)

Exercises for Unit VI (Infinite constructions in set theory) Exercises for Unit VI (Infinite constructions in set theory) VI.1 : Indexed families and set theoretic operations (Halmos, 4, 8 9; Lipschutz, 5.3 5.4) Lipschutz : 5.3 5.6, 5.29 5.32, 9.14 1. Generalize

More information

Math 115A: Homework 4

Math 115A: Homework 4 Math A: Homework page question but replace subset by tuple where appropriate and generates with spans page question but replace sets by tuple This won t be graded so do as much as you need Find bases for

More information

Math 3191 Applied Linear Algebra

Math 3191 Applied Linear Algebra Math 9 Applied Linear Algebra Lecture : Null and Column Spaces Stephen Billups University of Colorado at Denver Math 9Applied Linear Algebra p./8 Announcements Study Guide posted HWK posted Math 9Applied

More information

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

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

More information

A Primer in Econometric Theory

A Primer in Econometric Theory A Primer in Econometric Theory Lecture 1: Vector Spaces John Stachurski Lectures by Akshay Shanker May 5, 2017 1/104 Overview Linear algebra is an important foundation for mathematics and, in particular,

More information

Data for a vector space

Data for a vector space Data for a vector space Aim lecture: We recall the notion of a vector space which provides the context for describing linear phenomena. Throughout the rest of these lectures, F denotes a field. Defn A

More information

Test 1 Review Problems Spring 2015

Test 1 Review Problems Spring 2015 Test Review Problems Spring 25 Let T HomV and let S be a subspace of V Define a map τ : V /S V /S by τv + S T v + S Is τ well-defined? If so when is it well-defined? If τ is well-defined is it a homomorphism?

More information

CHAPTER 1. AFFINE ALGEBRAIC VARIETIES

CHAPTER 1. AFFINE ALGEBRAIC VARIETIES CHAPTER 1. AFFINE ALGEBRAIC VARIETIES During this first part of the course, we will establish a correspondence between various geometric notions and algebraic ones. Some references for this part of the

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

Math 321: Linear Algebra

Math 321: Linear Algebra Math 32: Linear Algebra T. Kapitula Department of Mathematics and Statistics University of New Mexico September 8, 24 Textbook: Linear Algebra,by J. Hefferon E-mail: kapitula@math.unm.edu Prof. Kapitula,

More information