Vector Space
Vector Space
Class: BIT27-B
Scalar Multiplication is an operation that takes a scalar c F and a vector v V and it produces a new
vector uv V.
Elements of V are mostly called vectors and the elements of F are mostly scalars. There are different
types of vectors. To qualify the vector space V, the addition and multiplication operation must stick to
the number of requirements called axioms. The axioms generalise the properties of vectors introduced
in the field F. If it is over the real numbers R is called a real vector space and over the complex
numbers, C is called the complex vector space.
Closure : If x and y are any vectors in the vector space V, then x + y belongs to V
• Additive inverse : For each vector x in V, there is an additive inverse -x to get a solution in V.
Condition for Scalar Multiplication
An operation scalar multiplication is defined between a scalar and a vector and it should satisfy the
following condition :
Closure: If x is any vector and c is any real number in the vector space V, then x. c belongs to V
• Associative Law: For all real numbers c and d, and the vector x in V, then c. (d. v) = (c . d). v
• Distributive law: For all real numbers c and d, and the vector x in V, (c + d).v = c.v + c.d
• Distributive law: For all real numbers c and the vectors x and y in V, c.(x + y) = c. x + c. y
Unitary Law : For all vectors x in V, then 1.v = v.1 = v
• The addition operation of a finite list of vectors v1 v2, . . , vk can be calculated in any order,
then the solution of the addition process will be the same. If x + y = 0, then the value
should be y = −x.
• The negation of 0 is 0. This means that the value of −0 = 0.
• The negation or the negative value of the negation of a vector is the vector itself: −(−v) = v.
• If x + y = x, if and only if y = 0. Therefore, 0 is the only vector that behaves like 0.
• The product of any vector with zero times gives the zero vector. 0 x y = 0 for every vector in y.
• For every real number c, any scalar times of the zero vector is the zero vector. c0 = 0
• If the value cx= 0, then either c = 0 or x = 0. The product of a scalar and a vector is equal to
when either scalar is 0 or a vector is 0.
• The scalar value −1 times a vector is the negation of the vector: (−1)x = −x. We define
subtraction in terms of addition by defining x − y as an abbreviation for x + (−y).
x − y = x + (−y)
1. The set of linear polynomials p1={a0+a1x|a0,a1R} under the addition and scalar multiplication
operations.
2. Under usual matrix operation, the set of 2 x 2 matrix with real entries
3. Three component row vectors with usual operations