Vector Spaces
A real valued vector space V=(V,+,⋅) is a set V with two operations
+:V×V⟹V
⋅:R×V⟹V
+ and ⋅ are standard vector addition and scalar multiplication where
1.(V,+) is an Abelian group
2. Distributivity of scalar multiplication
∀λ∈Randx,y∈V:λ.(x+y)=λ.x+λ.y
∀λ.ψ∈Randx,y∈V:(λ+ψ).(x+y)=λ.x+ψ.y
3.Associativity of scalar multiplication
∀λ.ψ∈Randx∈V:λ(ψ.x)=(λ.ψ).x
4.Identity element with respect to multiplication
∀x∈V:1.x=x
The elements x∈V are called vectors.The identity element of (V,+) is the zero vector 0=[0,…,0]T.The operation + is the vector addition.The elements λ∈R are called scalars and the operation ⋅ is a multiplication by scalar.
We write x to denote a column vector and xT to represent a row vector which is the transpose of x.
V=Rn,n∈N is a vector space with operation defined as follows
addition: x+y=(x1,x2,…,xn)+(y1,y2,…,yn)=(x1+y1,x2+y2,…,xn+yn) for all x,y∈Rn
multiplication by scalar:λx=λ(x1,…,xn)=(λx1,…,λxn) for all λ∈R,x∈Rn
Example: Set of all vectors (a,b)∈R2 ie ; (R2,+,∗) forms a vector space. In general V=Rn forms a vector space.
v=P forms a vector space in R, where P is the set of all polynomials in variable x and coefficient from R.
v=Pn forms a vector space in R, where Pn is the set of all polynomials in variable x of degree at most n and coefficient from R.
Note: The set of all polynomials of degree n does not form a vector space because vector addition is not closed.
The vectors in R2 with addition and multiplication defined as
(x1,y1)+(x2,y2)=(x1+x2,y1+2y2)
k(x1,y1)=(kx1,ky1)
dose not form a vector space because addition is not commutative and hence it does not form an abelian group.
Vector Subspaces
- For every vector space V, the trivial subspaces are V itself and 0.
- Set of all 3×3 skew symmetric or symmetric matrices is a subspace of vector space V defines as:
- V={M3×3|M is a 3×3 matrices with real entries}
- The set S={(x1,x2,x3)∈R3|x1−x2+x3=0} is a subspace of R3.
- The set S={(x1,x2,x3)∈R3|x1=x2=x3} is a subspace of R3.
- The set S={(x1,x2,x3)∈R3|x1+x2+x3=1} is NOT a subspace of R3.
Comments
Post a Comment