Vectors
- A vector v is a set of numbers
- Components: the entries of a vector.
- The i-th component of vector v refers to vi
- v1=1,v2=2,v3=3
- If a vector only has less than for components, you can visualize it.
Vector Set
⎩⎨⎧⎣⎡123⎦⎤,⎣⎡456⎦⎤,⎣⎡689⎦⎤,⎣⎡902⎦⎤⎭⎬⎫
- A vector set can contain infinite elements
L={[x1x2]:x1+x2=1}
[01],[10],[0.30.7],[0.70.3]
- Rn: We denote the set of all vectors with n entries by Rn
Scalar Multipication
v=[v1v2]
cv=[cv1cv2]
Vector Addition
(a1+b1,a2+b2)
Properties of Vector
For any vectors u,v and w in Rn, and any scalars a and b
- u+v=v+u
- (u+v)+w=u+(v+w)
- There is an element 0 in Rn such that 0+u=u
- There is an element u′ in Rn such that u′+u=0
- u′=−u
- 0=⎣⎡0...0⎦⎤ zero vector
- 1u=u
- (ab)u=a(bu)
- a(u+v)=au+av
- (a+b)u=au+bu
PS: The objects have the following 8 properties ar "vectors"