Introduction :-
A Vector Space is a set of objects called vectors together with two operations:
1. Vector Addition
2. Scalar Multiplication
These operations must satisfy certain mathematical rules known as Vector Space Axioms.
A vector space allows us to perform addition and multiplication consistently while preserving algebraic structure.
Vector Space :-
Let (F, +, .) be a field and V be non empty set. The elements of F are called scalars and the elements of V are called Vectors, Then V is a vector space over field F if -
1. u + v ∈ V , ∀ u, v ∈ V
2. α.u ∈ V , where α ∈ F , u ∈ V.
3. u + (v + w) = (u + v) + w
4. V has a zero vector in V such that u + 0 = u. (Additive Identity)
5. For every u in V there is a vector -u in V such that u + (-u) = 0. (Additive Inverse)
6. u + v = v + u
7. α(u + v) = αu + αv
8. (α + β).u = αu + βu
9. α(βu) = (αβ)u
10. 1.u = u , where 1 is the unit element of the field F.
नोट :- Vector Space मे V और F दोनो Field होते है !
👉 Vector Space को check करने के लिए सभी Axioms Check करने की जरूरत नही है , केवल ये Axioms Check करो यदि कोई भी conditions Fail होती है तो वो Vector Space नही बनेगा , Vector Space is denoted by V(F).




.jpg)
.jpg)
0 Comments