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

Size: px
Start display at page:

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

Transcription

1 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. We have been doing this with R, C, M m,n (R), M m,n (C) for last few days. In the last semester, you have come across with the space of continuous functions, or the space of differentiable functions etc. What is the common property to all of these innumerable spaces? If we study them individually, we will never be able to conclude the study. In our future study or work, when we come across objects which may be similar to the ones we have met, will we be able to recognize them? Pattern recognition is one of the basic tenets of all sciences and more so of mathematics. Thus, it is necessary to isolate the basic properties of these opearations addition and multiplication by scalars and study them independently of the rest of the structure of the various objects which may differ from one to the other. This leads us to the abstract definition of a vector space and its studies. Having discussed enough about the model R n you will see that there is nothing strange in this somewhat abstract approach that we are going to take. On the other hand we will reap plenty of advantages. Let K denote the field of real or complex numbers. Definition 4.1 A nonemepty set V of objects (called elements or vectors) is called a vector space over K if the following axioms are satisfied : I. Closure axioms: 1. (closure under addition) For every pair of elements x, y V there is a unique element x + y V called the sum of x and y. 2. (closure under multiplication by reals) For every x V and scalar α K there is a unique element αx V called the product of α and x. [In the modern terminaology, this is formualted by saying that V is a set together with two operations + : V V V ; : K V V respectively called addition and scalar multiplication. However, the functional notation +(x, y), (α, x) are simplified to x + y, αx respectively, just to keep going with the age-old practice.] II. Axioms for addition: 3. (commutative law) x + y = y + x for all x, y V. 4. (associative law) x + (y + z) = (x + y) + z for all x, y, z V. 5. (existence of zero element) There exists a unique element 0 in V such that x+0 = 0+x = x for all x V. 6. (existence of inverse or negatives) For x V there exists a unique element written as x such that x + ( x) = 0. 33

2 III. Axioms for multiplication by scalars 7. (associativity) For all α, β K, x V, α(βx) = (αβ)x. 8. (distributive law for addition in V ) For all x, y V and α K) α(x + y) = αx + αy. 9. (distributive law for addition in K For all α, β K and x V, (α + β)x = αx + βx 10. (existence of identity for multiplication) For all x V, 1x = x. Remark 4.1 Observe that the elements of the field K are called scalars. Depending upon whether we take K = R, C, in the definition above, we get a real vector space or a complex vector space. Multiplication will also be referred as scalar multiplication. Example V = R with usual addition and multiplication. 2. V = C with usual addition of complex numbers and multiplication by real numbers as multiplication. This makes C as a real vector space. C is also a complex vector space under usual addition and scalar multiplication being multiplicaton o complex numbers. 3. R n = {(a 1, a 2,...,a n ) : a 1,...,a n R}. We refer to R n as n-dimensional euclidean space. It is a real vector space. Likewise C n is a complex vector space. 4. Let S be any set and F(S, K) denote the set of all functions from S to K. Given any two functions f 1, f 2 : S K, and a scalar α K we define f 1 + f 2 and αf 1 by (f 1 + f 2 )(x) = f 1 (x) + f 2 (x); (αf 1 )(x) = αf 1 (x), x S. Then it is easily verified that F(S, K) becomes a vector space. The zero map which takes constant value zero is the zero element of this vector space. Clearly the negative of a function f is the one which takes the value f(x) for each x S. 5. Let a < b be real numbers and V = {f : [a, b] R : f is continuous}. If the sum and scalar multiplication are defined as in the above example then we know that V becomes a vector space. This is denoted by C[a, b]. 6. Let U be an open subset of R n. For a positive integer r, let C r (U) = {f : U) R : f has continuous derivatives of order r}. This is a real vector space under the operations described in (4). Indeed, we have C r+1 C r C 34

3 7. Let t be an indeterminate. The set K[t] = {a 0 + a 1 t a n t n : a 0, a 1,...,a n K} is a vector space over K under usual addition of polynomials and multiplication of polynomials with real numbers. 8. The set of all solutions to the differential equation y + ay + by = 0 where a, b R form a real vector space. 9. Let V = M m,n (K) denote the set of all m n matrices with entries in K. Then V is a vector space over K under usual matrix addition and multiplication of a matrix by scalar. The above examples indicate that the notion of a vector space is quite general. A result proved for vector spaces will simultaneously apply to all the above different examples. 4.2 Subspaces and Linear Span Definition 4.2 A nonempty subset W of a vector space V is called a subspace of V if it is a vector space under the operations in V. Theorem 4.1 A nonempty subset W of a vector space V is a subspace of V if W satisfies the two closure axioms. Proof: If W is a subspace of V then it satisfies the closure axioms. Suppose now that W satisfies the closure axioms. We just need to prove existence of inverses and the zero element. Let x W. By distributivity (0 + 0)x = 0x = 0x + 0x. Hence 0x = 0. By closure axioms 0 W. If x W then ( 1)x is the negative of x which is in W by closure axioms. Example The subset [0, ) R is not a subspace. None of the sets N, Z, Q are (real) subspaces of the vector space R. Neither is the set ( 1, 1). 2. R is a subspace of the real vector space C. But it is not a subspace of the complex vector space C. 3. C r [a, b] is a subspace of the vector space C s [a, b] for r s. All of them are subspaces of F([a, b]; R). 4. M m,n (R) is a subspace of the real vector space M m,n (C). 5. The set of points on the x-axis form a subspace of the plane. More generally, the set of points on a line passing through the origin is a subspace of R 2. Likewise the set of real solutions of a 1 x 1 + +a n x n = 0 form a subspace of R n. It is called a hyperplane. More generally, the set of solutions of a system of linear equations in n variables forms a subspace of K n. 35

4 Lecture 11 Definition 4.3 Let S be a subset of a vector space V. The linear span of S is the subset { n } L(S) = c i x i : x 1, x 2,...,x n S and c 1, c 2,...,c n are scalars i=1 We set L( ) = {0} by convention. A typical element n i=1 c i x i of L(S) is called a linear combination of x i s. Theorem 4.2 The smallest subspace of V containing S is L(S). Proof: If S W V and W is a subspace of V then by closure axioms L(S) W. If we show that L(S) itself is a subspace the proof will be completed. It is easy to verify that L(S) is closed under addition and scalar multiplication and left to you as an exercise. Remark 4.2 (i) Different sets may span the same subspace. For example L({î, ĵ}) = L({î, ĵ, î + ĵ}) = R 2. The vector space R[t] is spanned by {1, t, t 2,...,t n } and also by {1, (1 + t),...,(1 + t) n }. (ii) The linear span of any non zero element in a field K is the field itself. (iii) While talking about the linear span or any other vector space notion, the underlying field of scalars is understood. If we change this we get different objects and relations. For instance, the real linear span of 1 C is the set of all real numbers where as the complex linear span is the whole of C. In what follows, we often do not mention which field is involved unless it is necessary to mention it specifically. 4.3 Linear Dependence Definition 4.4 Let V be a vector space. A subset S of V is called linearly dependent (L.D.) if there exist distinct elements v 1,...,v n S and α i K, not all zero, such that n α i v i = 0. (43) 1 S is called linearly independent (L.I.) if it is not linearly dependent. Remark 4.3 (i) Thus a relation such as (43) holds in a linearly independent set S with distinct v i s iff all the scalars α i = 0. (ii) Any subset which contains a L.D. set is again L.D. (iii) The singleton set {0} is L.D. in every vector space. (iv) Any subset of a L.I. set is L.I. Example 4.3 (i) The set { e i = (0,..., 1,..., 0), 1 i n} is L.I. in K n. This can be shown easily by taking dot product with e i with a relation of the type (43). (ii) The set S = {1, t, t 2,...,t n } is L.I in K[t]. (Here 1 denotes the constant function 1.) To prove this, let α i be arbitrary constants so that n α i t i = 0. (44) i=0 36

5 Differentiate k times and put t = 0 to obtain α k = 0 for each k. (iii) In the space C[a, b] for a < b R consider the set S = {1, cos 2 t, sin 2 t}. (Here again 1 denotes the constant function 1.) The familiar formula cos 2 t + sin 2 t = 1 tells you that S is linearly dependent. What about the set {1, cost, sin t}? Lemma 4.1 Let V of a vector space V, S V which is linearly independent. Then for any vector v V \ L(S), S {v} is linearly independent. Proof: Suppose k i=1 α i v i + βv = 0, with v i S. If β 0, then this implies v = 1 β ( k i=1 α i v i ) L(S). Therefore β = 0. But then k i=1 α i v i = 0 and S is linearly independent and hence α 1 = α 2 = α k = 0. Theorem 4.3 Let S be a finite subset of a vector space and S 1 be a subset of S which is linearly independent. Then there exists a subset S 2 such that S 1 S 2 S such that (i) S 2 is linearly independent and (ii) L(S 2 ) = L(S). Proof: If L(S 1 ) = L(S) take S 2 = S 1. Otherwise it follows that S \ L(S 1 ). So, there exists v 1 S \ L(S 1 ) and hence by the previous lemma, S 1 {v 1 } is linearly independent. Replace S 1 by this new set and repeat the above argument. Since S is a finite set this process should terminate and yield the desired result. Theorem 4.4 Let S be a finite subset of a vector space and S 1 be a subset of S which is linearly independent. Then there exists a subset S 2 such that S 1 S 2 S such that (i) S 2 is linearly independent and (ii) L(S 2 ) = L(S). Proof: We shall first prove that if v V \L(S 1 ) then S 1 {v} is linearly independent. If not suppose k i=1 α i v i + βv = 0, with v i S 1. If β 0 then this implies v = 1 β ( k i=1 α i v i ) L(S 1 ). Therefore β = 0. But then k i=1 α i v i ) = 0 and S 1 is linearly independent and hence α 1 = α 2 = α k = 0. Now if L(S 1 ) = L(S) take S 2 = S 1. Otherwise it follows that S \ S 1. So, there exists v 1 S \ S 1 and hence S 1 {v 1 } is linearly independent. Replace S 1 by this new set and repeat the above argument. Since S is a finite set this process should terminate and yield the desired result. Definition 4.5 Let S be a subset of a vector space. It is called a basis for L(S) if S is linearly independent. Thus a basis of a vector space V is a linearly independent subset S of V such that L(S) = V. Recall that we define L( ) = (0), the vector space consisting of single element. Definition 4.6 A vector space V is called finite dimensional if there exists a finite set S V such that L(S) = V. Remark 4.4 By the above theorem, it follows that every finite dimensional vector space has a finite basis. To see this choose a finite set S such that L(S) = V and apply the theorem with S 1 =. Indeed we can prove a slightly stronger result: 37

6 Theorem 4.5 Let V be a finite dimensional vector space and S 1 be a (finite) linearly independent subset of V. Then there exists a finite basis S 2 of V such that S 1 S 2. Proof: Choose a finite set S such that L(S ) = V. Put S = S S 1. Then S 1 S which is linearly independent and L(S) = V. By the previous result, there is a finite L.I. subset S 2 of S such that S 1 S 2 and L(S 2 ) = V. Remark 4.5 We need not even assume that S 1 is finite set the above theorem. The finiteness of S 1 is a consequence of the following theorem. Lecture 12 Theorem 4.6 For any S = {v 1,...,v k } V every subset S of L(S) with more than k elements is linearly dependent. Proof: Choose k +1 elements u i of S in some order, express them as linear combinations of elements of S say, u i = k j=1 a ij v j. Consider the (k+1) k matrix A = ((a ij )). To show that u i are linearly dependent, we will show that the row vectors R i of A are linearly dependent. For a relation of the type i α i R i = 0 implies that i α i a ij = 0 for each j and hence, α i u i = i i α i a ij v j = ( j j i α i a ij )v j = 0. Apply GEM to A. Since the number of columns is one less than the number of rows, in G(A) the last row must be identically zero. We know that G(A) = RA for some invertible matrix R. If z = (α 1,...,α k+1 ) denotes the last row of R then it cannot be identically zero. Moreover we have za = (0,...,0) the last row of G(A). This means that row vectors of A are linearly dependent. Corollary 4.1 For a finite dimensional vector space, the number of elements in any two bases will be the same. Definition 4.7 Given a finite dimensional vector space V, its dimension is defined to be the number of elements in any basis for V. This is well defined because of the above corollary. Example A basis for the vector space {0} is an emptyset. It follows that the dimnesion of {0} is dim K = 1 for any field considered as a vector space over itself. 3. dim C C = 1; however, dim R C= dim R n = n. 5. dim M m,n (K) = mn. 6. Let Sym n (K) denote the space of all symmetric n n matrices with entries in K. What is the dimension of Sym n (K)? (Answer: n(n + 1)/2.) Indeed, check that forms a basis. {E ii, 1 i n} {E ij + E ji, i < j} 38

7 7. Let Herm n (C) be the space of all n n matrices A with complex entries such that A = A (= ĀT ). This is a vector space over R and not over C. (Why?) What is the value of dim R [Herm n (C)]? (Answer:n 2.) Indeed, forms a basis. {E ii, 1 i n} {E ij + E ji, i < j} {ı(e ij E ji ), i < j} Exercise: (i) What is the dimension of K[t]? Note that if S is any fintie subset of K[t] then there is an integer n such that the degree of any element in S is less than n. It follows that t n+1 cannot be in L(S). Thus no finite subset can span the whole of K[t] and hence it is not finite dimensional. In such a case, we say the vector space is infinite dimensional. (ii) Show that in any vector space of dimension n any subset S such that L(S) = V has at least n elements. (iii) Let V be a finite dimensional vector space. Suppose S is a subset which is linearly independent with maximal possible number of elements, i.e., if you put any more elements V in S then it will not remain linearly independent. Show that S is a basis for V. (iv) Show that a subspace W of a finite dimensional space V is finite dimensional. Further prove that dim W dim V and equality holds iff W = V. (Most of these results are true for infinite dimensional case also. But this last mentioned result is an exception: A subspace of a finite dimensional space need not be finite dimensional. Given any infinite dimensional vector space, there are proper subspaces W of V with dim W = dim V. You are welocme to find one such example inside K[t]. (v)(optional) Let V and W be vector subspaces of another vector spaceu. Show that L(V W) = {v + w : v V,w W }. This subspace is denoted by V + W and is called the sum of V and W. Show that V W is a subspace and dim (V + W) = dim V + dim W dim (V W). 39

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

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

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

Chapter 3. Vector spaces

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

More information

Exercises Chapter II.

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

More information

A Do It Yourself Guide to Linear Algebra

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

More information

1 Background and Review Material

1 Background and Review Material 1 Background and Review Material 1.1 Vector Spaces Let V be a nonempty set and consider the following two operations on elements of V : (x,y) x + y maps V V V (addition) (1.1) (α, x) αx maps F V V (scalar

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

5 Linear Transformations

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

More information

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

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

More information

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

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

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

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

More information

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

Vector Spaces and Subspaces

Vector Spaces and Subspaces Vector Spaces and Subspaces Our investigation of solutions to systems of linear equations has illustrated the importance of the concept of a vector in a Euclidean space. We take time now to explore the

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

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

Cambridge University Press The Mathematics of Signal Processing Steven B. Damelin and Willard Miller Excerpt More information

Cambridge University Press The Mathematics of Signal Processing Steven B. Damelin and Willard Miller Excerpt More information Introduction Consider a linear system y = Φx where Φ can be taken as an m n matrix acting on Euclidean space or more generally, a linear operator on a Hilbert space. We call the vector x a signal or input,

More information

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

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

More information

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

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

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

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

0.2 Vector spaces. J.A.Beachy 1

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

More information

Vector Spaces ปร ภ ม เวกเตอร

Vector Spaces ปร ภ ม เวกเตอร Vector Spaces ปร ภ ม เวกเตอร 5.1 Real Vector Spaces ปร ภ ม เวกเตอร ของจ านวนจร ง Vector Space Axioms (1/2) Let V be an arbitrary nonempty set of objects on which two operations are defined, addition and

More information

Chapter 6. Orthogonality

Chapter 6. Orthogonality 6.4 The Projection Matrix 1 Chapter 6. Orthogonality 6.4 The Projection Matrix Note. In Section 6.1 (Projections), we projected a vector b R n onto a subspace W of R n. We did so by finding a basis for

More information

Definition 1. A set V is a vector space over the scalar field F {R, C} iff. there are two operations defined on V, called vector addition

Definition 1. A set V is a vector space over the scalar field F {R, C} iff. there are two operations defined on V, called vector addition 6 Vector Spaces with Inned Product Basis and Dimension Section Objective(s): Vector Spaces and Subspaces Linear (In)dependence Basis and Dimension Inner Product 6 Vector Spaces and Subspaces Definition

More information

Lecture 2. Econ August 11

Lecture 2. Econ August 11 Lecture 2 Econ 2001 2015 August 11 Lecture 2 Outline 1 Fields 2 Vector Spaces 3 Real Numbers 4 Sup and Inf, Max and Min 5 Intermediate Value Theorem Announcements: - Friday s exam will be at 3pm, in WWPH

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

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

Systems of Linear Equations

Systems of Linear Equations LECTURE 6 Systems of Linear Equations You may recall that in Math 303, matrices were first introduced as a means of encapsulating the essential data underlying a system of linear equations; that is to

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

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

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Tues Feb Vector spaces and subspaces. Announcements: Warm-up Exercise:

Tues Feb Vector spaces and subspaces. Announcements: Warm-up Exercise: Math 2270-004 Week 7 notes We will not necessarily finish the material from a given day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent

More information

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

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

More information

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

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

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

6. The scalar multiple of u by c, denoted by c u is (also) in V. (closure under scalar multiplication)

6. The scalar multiple of u by c, denoted by c u is (also) in V. (closure under scalar multiplication) Definition: A subspace of a vector space V is a subset H of V which is itself a vector space with respect to the addition and scalar multiplication in V. As soon as one verifies a), b), c) below for H,

More information

Vector Spaces and Linear Transformations

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

More information

A 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

Vector Spaces and Dimension. Subspaces of. R n. addition and scalar mutiplication. That is, if u, v in V and alpha in R then ( u + v) Exercise: x

Vector Spaces and Dimension. Subspaces of. R n. addition and scalar mutiplication. That is, if u, v in V and alpha in R then ( u + v) Exercise: x Vector Spaces and Dimension Subspaces of Definition: A non-empty subset V is a subspace of if V is closed under addition and scalar mutiplication. That is, if u, v in V and alpha in R then ( u + v) V and

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

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

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

(II.B) Basis and dimension

(II.B) Basis and dimension (II.B) Basis and dimension How would you explain that a plane has two dimensions? Well, you can go in two independent directions, and no more. To make this idea precise, we formulate the DEFINITION 1.

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

Chapter Two Elements of Linear Algebra

Chapter Two Elements of Linear Algebra Chapter Two Elements of Linear Algebra Previously, in chapter one, we have considered single first order differential equations involving a single unknown function. In the next chapter we will begin to

More information

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

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

More information

MATH 304 Linear Algebra Lecture 18: Orthogonal projection (continued). Least squares problems. Normed vector spaces.

MATH 304 Linear Algebra Lecture 18: Orthogonal projection (continued). Least squares problems. Normed vector spaces. MATH 304 Linear Algebra Lecture 18: Orthogonal projection (continued). Least squares problems. Normed vector spaces. Orthogonality Definition 1. Vectors x,y R n are said to be orthogonal (denoted x y)

More information

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

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

Consequences of Orthogonality

Consequences of Orthogonality Consequences of Orthogonality Philippe B. Laval KSU Today Philippe B. Laval (KSU) Consequences of Orthogonality Today 1 / 23 Introduction The three kind of examples we did above involved Dirichlet, Neumann

More information

Vector Spaces ปร ภ ม เวกเตอร

Vector Spaces ปร ภ ม เวกเตอร Vector Spaces ปร ภ ม เวกเตอร 1 5.1 Real Vector Spaces ปร ภ ม เวกเตอร ของจ านวนจร ง Vector Space Axioms (1/2) Let V be an arbitrary nonempty set of objects on which two operations are defined, addition

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

Chapter 3. Abstract Vector Spaces. 3.1 The Definition

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

More information

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

1.3 Linear Dependence & span K

1.3 Linear Dependence & span K ( ) Conversely, suppose that every vector v V can be expressed uniquely as v = u +w for u U and w W. Then, the existence of this expression for each v V is simply the statement that V = U +W. Moreover,

More information

Optimization Theory. A Concise Introduction. Jiongmin Yong

Optimization Theory. A Concise Introduction. Jiongmin Yong October 11, 017 16:5 ws-book9x6 Book Title Optimization Theory 017-08-Lecture Notes page 1 1 Optimization Theory A Concise Introduction Jiongmin Yong Optimization Theory 017-08-Lecture Notes page Optimization

More information

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

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

More information

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.6 Homogeneous Systems, Subspaces and Bases 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.6. Homogeneous Systems, Subspaces and Bases Note. In this section we explore the structure of the solution

More information

3 - Vector Spaces Definition vector space linear space u, v,

3 - Vector Spaces Definition vector space linear space u, v, 3 - Vector Spaces Vectors in R and R 3 are essentially matrices. They can be vieed either as column vectors (matrices of size and 3, respectively) or ro vectors ( and 3 matrices). The addition and scalar

More information

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

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

More information

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

Outline. Linear maps. 1 Vector addition is commutative: summands can be swapped: 2 addition is associative: grouping of summands is irrelevant:

Outline. Linear maps. 1 Vector addition is commutative: summands can be swapped: 2 addition is associative: grouping of summands is irrelevant: Outline Wiskunde : Vector Spaces and Linear Maps B Jacobs Institute for Computing and Information Sciences Digital Security Version: spring 0 B Jacobs Version: spring 0 Wiskunde / 55 Points in plane The

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

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

Lecture 1: Systems of linear equations and their solutions

Lecture 1: Systems of linear equations and their solutions Lecture 1: Systems of linear equations and their solutions Course overview Topics to be covered this semester: Systems of linear equations and Gaussian elimination: Solving linear equations and applications

More information

12. Perturbed Matrices

12. Perturbed Matrices MAT334 : Applied Linear Algebra Mike Newman, winter 208 2. Perturbed Matrices motivation We want to solve a system Ax = b in a context where A and b are not known exactly. There might be experimental errors,

More information

NOTES (1) FOR MATH 375, FALL 2012

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

More information

The converse is clear, since

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

More information

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain.

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain. 250 CHAPTER 4 Vector Spaces 14. On R 2, define the operation of addition by (x 1,y 1 ) + (x 2,y 2 ) = (x 1 x 2,y 1 y 2 ). Do axioms A5 and A6 in the definition of a vector space hold? Justify your answer.

More information

Some notes on linear algebra

Some notes on linear algebra Some notes on linear algebra Throughout these notes, k denotes a field (often called the scalars in this context). Recall that this means that there are two binary operations on k, denoted + and, that

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

Exam 1 - Definitions and Basic Theorems

Exam 1 - Definitions and Basic Theorems Exam 1 - Definitions and Basic Theorems One of the difficuliies in preparing for an exam where there will be a lot of proof problems is knowing what you re allowed to cite and what you actually have to

More information

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

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

More information

1. Foundations of Numerics from Advanced Mathematics. Linear Algebra

1. Foundations of Numerics from Advanced Mathematics. Linear Algebra Foundations of Numerics from Advanced Mathematics Linear Algebra Linear Algebra, October 23, 22 Linear Algebra Mathematical Structures a mathematical structure consists of one or several sets and one or

More information

Algebra II. Paulius Drungilas and Jonas Jankauskas

Algebra II. Paulius Drungilas and Jonas Jankauskas Algebra II Paulius Drungilas and Jonas Jankauskas Contents 1. Quadratic forms 3 What is quadratic form? 3 Change of variables. 3 Equivalence of quadratic forms. 4 Canonical form. 4 Normal form. 7 Positive

More information

Linear Algebra Review

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

More information

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3 ISSUED 24 FEBRUARY 2018 1 Gaussian elimination Let A be an (m n)-matrix Consider the following row operations on A (1) Swap the positions any

More information

A Proof of Fundamental Theorem of Algebra Through Linear Algebra due to Derksen. Anant R. Shastri. February 13, 2011

A Proof of Fundamental Theorem of Algebra Through Linear Algebra due to Derksen. Anant R. Shastri. February 13, 2011 A Proof of Fundamental Theorem of Algebra Through Linear Algebra due to Derksen February 13, 2011 MA106-Linear Algebra 2011 MA106-Linear Algebra 2011 We present a proof of the Fundamental Theorem of Algebra

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

(Rgs) Rings Math 683L (Summer 2003)

(Rgs) Rings Math 683L (Summer 2003) (Rgs) Rings Math 683L (Summer 2003) We will first summarise the general results that we will need from the theory of rings. A unital ring, R, is a set equipped with two binary operations + and such that

More information

We showed that adding a vector to a basis produces a linearly dependent set of vectors; more is true.

We showed that adding a vector to a basis produces a linearly dependent set of vectors; more is true. Dimension We showed that adding a vector to a basis produces a linearly dependent set of vectors; more is true. Lemma If a vector space V has a basis B containing n vectors, then any set containing more

More information

Section 3.1: Definition and Examples (Vector Spaces), Completed

Section 3.1: Definition and Examples (Vector Spaces), Completed Section 3.1: Definition and Examples (Vector Spaces), Completed 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider

More information

Math 341: Convex Geometry. Xi Chen

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

More information

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

Mathematics Department Stanford University Math 61CM/DM Inner products

Mathematics Department Stanford University Math 61CM/DM Inner products Mathematics Department Stanford University Math 61CM/DM Inner products Recall the definition of an inner product space; see Appendix A.8 of the textbook. Definition 1 An inner product space V is a vector

More information

ECS130 Scientific Computing. Lecture 1: Introduction. Monday, January 7, 10:00 10:50 am

ECS130 Scientific Computing. Lecture 1: Introduction. Monday, January 7, 10:00 10:50 am ECS130 Scientific Computing Lecture 1: Introduction Monday, January 7, 10:00 10:50 am About Course: ECS130 Scientific Computing Professor: Zhaojun Bai Webpage: http://web.cs.ucdavis.edu/~bai/ecs130/ Today

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

Math 115A: Linear Algebra

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

More information

v = v 1 2 +v 2 2. Two successive applications of this idea give the length of the vector v R 3 :

v = v 1 2 +v 2 2. Two successive applications of this idea give the length of the vector v R 3 : Length, Angle and the Inner Product The length (or norm) of a vector v R 2 (viewed as connecting the origin to a point (v 1,v 2 )) is easily determined by the Pythagorean Theorem and is denoted v : v =

More information

Lecture 8: A Crash Course in Linear Algebra

Lecture 8: A Crash Course in Linear Algebra Math/CS 120: Intro. to Math Professor: Padraic Bartlett Lecture 8: A Crash Course in Linear Algebra Week 9 UCSB 2014 Qué sed de saber cuánto! Pablo Neruda, Oda a los Números 1 Linear Algebra In the past

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

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

More information

Online Exercises for Linear Algebra XM511

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

More information

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

MATH JORDAN FORM

MATH JORDAN FORM MATH 53 JORDAN FORM Let A,, A k be square matrices of size n,, n k, respectively with entries in a field F We define the matrix A A k of size n = n + + n k as the block matrix A 0 0 0 0 A 0 0 0 0 A k It

More information