Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

317127_2608511_zybura_vector_spaces.pdf, Study notes of Mathematics

Class: Junior Seminar; Subject: Mathematics; University: Seton Hall University; Term: Spring 2004;

Typology: Study notes

Pre 2010

Uploaded on 08/08/2009

koofers-user-pm9
koofers-user-pm9 🇺🇸

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Linear Vector Space
Kristen Zybura
February 4, 2004
Contents
1 Linear Vector Space Definition 1
2 Example 1
3 Linear Combination 2
4 Example of a linear combination 2
5 Linear Dependence 2
1 Linear Vector Space Definition
Let Vbe a set on which two operations, addition and scalar multiplication, have
been defined. If uand vare in V, the sum of uand vis denoted by u+v, and
if cis a scalar, the scalar multiple of uby cis denoted by cu. If the following
axioms hold for all u,v, and win Vand for all scalars cand d, then Vis called
avector space and its elements are called vectors.
10 Axioms of a Vector Space
1. u+vis in V(closure under addition)
2. u+v=v+u(commutativity)
3. (u+v) + w=u+ (v+w) (associativity)
4. There exists an element 0in V, called a zero vector, such that u+0=u.
5. For each uin V, there is an element uin Vsuch that u+ (u)=0.
6. cuis in V(closure under scalar multiplication)
7. c(u+v) = cu+cv(distributivity)
8. (c+d)u=cu+du(distributivity)
9. c(du)=(cd)u
10. 1u=u
1
pf3

Partial preview of the text

Download 317127_2608511_zybura_vector_spaces.pdf and more Study notes Mathematics in PDF only on Docsity!

Linear Vector Space

Kristen Zybura

February 4, 2004

Contents

1 Linear Vector Space Definition 1

2 Example 1

3 Linear Combination 2

4 Example of a linear combination 2

5 Linear Dependence 2

1 Linear Vector Space Definition

Let V be a set on which two operations, addition and scalar multiplication, have been defined. If u and v are in V , the sum of u and v is denoted by u + v, and if c is a scalar, the scalar multiple of u by c is denoted by cu. If the following axioms hold for all u,v, and w in V and for all scalars c and d, then V is called a vector space and its elements are called vectors.

10 Axioms of a Vector Space

  1. u + v is in V (closure under addition)
  2. u + v = v + u (commutativity)
  3. (u + v) + w = u + (v + w) (associativity)
  4. There exists an element 0 in V , called a zero vector, such that u+ 0 =u.
  5. For each u in V , there is an element −u in V such that u + (−u)= 0.
  6. cu is in V (closure under scalar multiplication)
  7. c(u + v) = cu + cv (distributivity)
  8. (c + d)u = cu +du (distributivity)
  9. c(du) = (cd)u
  10. 1u = u

2 Example

Determine whether the given set is a vector space: Let V be the set of all positive real numbers x with x + x′^ = xx′, and kx = xk

  1. If x and y are positive reals, so is x + y = xy ( closure under addition)
  2. x + y = xy = yx = y + x (commutativity)
  3. x + (y + z) = x(yz) = (xy)z = (x + y) + z (associativity)
  4. 1 + x = 1x = x = x1 = x + 1 for all positive reals x (zero vector)
  5. x + ( (^) x^1 ) = x( (^1) x ) = 1 = 0 = 1 = ( (^1) x )x = ( (^1) x ) + x cu is in V (closure under scalar multiplication)
  6. If k is real and x is a positive real, then kx = xk^ is again a positive real.
  7. k(x + y) = (xy)k^ = xkyk^ = kx + ky (distributivity)
  8. (c + d)x = xc+d^ = xcxd^ = cx + dx (distributivity)
  9. c(dx) = (dx)c^ = (xd)c^ = xdc^ = xcd^ = (cd)x
  10. 1x = x^1 = x

3 Linear Combination

A vector v is a linear combination of vectors v 1 , v 2 , ..., vk if there are scalar coefficients c 1 , c 2 , ..., ck such that c 1 v 1 + c 2 v 2 + ckvk = v

4 Example of a linear combination

u= [1, 2 , −1] v= [6, 4 , 2] in R^3. Show that w= [9, 2 , 7] is a linear combination of u and v. c 1 [1, 2 , −1] + c 2 [6, 4 , 2] = [9, 2 , 7] [c 1 , 2 c 1 , − 1 c 1 ] + [6c 2 , 4 c 2 , 2 c 2 ] = [9, 2 , 7] c 1 + 6c 2 = 9 2 c 1 + 4c 2 = 2 −c 1 + 2c 2 = 7 c 1 = − 3 c 2 = 2

5 Linear Dependence

A set of vectors v 1 , v 2 , ...vk is linearly dependent if there are scalars c 1 , c 2 , ..., ck at least one of which is not zero, such that c 1 v 1 + c 2 v 2 + ...ckvk = 0

ie We say that a set of vectors is linearly dependent if one of them can be written as a linear combination of the others. A set of vectors which is not linearly dependent is linearly independent. Example: Let u= [1, 0 , 3] v= [− 1 , 1 , −3] w= [1, 2 , 3]