Friday, May 16, 2014

Vectors in space

Vectors in Space
Solving a Unit Vector
-
The equation for a unit vector is:
-
A vector space V is a set that is closed under finite vector addition and scalar multiplication. The basic example is n-dimensional Euclidean space R^n, where every element is represented by a list of n real numbers, scalars are real numbers, addition is componentwise, and scalar multiplication is multiplication on each term separately.

For a general vector space, the scalars are members of a field F, in which case V is called a vector space over F.

Euclidean n-space R^n is called a real vector space, and C^n is called a complex vector space.

In order for V to be a vector space, the following conditions must hold for all elements X,Y,Z in V and any scalars r,s in F:

1. Commutativity:

 X+Y=Y+X.
(1)

2. Associativity of vector addition:

 (X+Y)+Z=X+(Y+Z).
(2)

3. Additive identity: For all X,

 0+X=X+0=X.
(3)

4. Existence of additive inverse: For any X, there exists a -X such that

 X+(-X)=0.
(4)

5. Associativity of scalar multiplication:

 r(sX)=(rs)X.
(5)

6. Distributivity of scalar sums:

 (r+s)X=rX+sX.
(6)

7. Distributivity of vector sums:

 r(X+Y)=rX+rY.

No comments:

Post a Comment