Processing math: 100%

Tuesday, January 8, 2013 CC-BY-NC
Complex numbers and vector spaces

Maintainer: admin

In this lecture, we got a brief introduction to complex numbers, and were given the definition of a vector space (along with some examples).

1Complex numbers

C={a+bia,bR,i2=1}

Note that RC.

We can then define the operations of addition and multiplication in the standard way.

Exercise: Prove that C is a field. (Need to show commutativity, associtivity, existence of identities, and existence of inverses for both operations. Also need to show distributivity.)

2Vector spaces

Definition: A set V equipped with the operations of addition and scalar multiplication over a field F for which the following properties hold:

  1. Commutativity of addition
  2. Associativity of addition
  3. Existence of an additive identity
  4. Existence of additive inverses
  5. Existence of a multiplicative identity (in F - left and right multiplication)
  6. Distributivity: a(u+v)=au+av for aF and u,vV, as well as (a+b)u=au+bu for a,bF and uV.

2.1Examples of vector spaces

  1. R2. An element of this vector space is, well, a vector, starting at the origin. To prove that this is a vector space, we define addition and scalar multiplication in the usual way, then verify the properties.
  2. Fn in general, over F.
  3. Polynomials. xa0+a1x+a2x2++anxn.
  4. Matrices. Mm×n(F)= the set of m×n matrices with entries in F. We define addition only on matrices with the same dimensions.

Exercises: Verify that the following are vector spaces: Rn over R, Cn over C, Cn over R. Verify that the following is not a vector space: Rn over C.