Vector Spaces
A real valued vector space $\mathbb{V}= (\textit{V},+, \cdot)$ is a set $\textit{V}$ with two operations
$+: \textit{V} \times \textit{V} \implies {V}$
$\cdot : \mathbb{R} \times \textit{V} \implies {V}$
$+$ and $\cdot$ are standard vector addition and scalar multiplication where
1.$(\textit{V},+)$ is an Abelian group
2. Distributivity of scalar multiplication
$\forall \lambda \in \mathbb{R} \quad and \quad x,y \in V: \lambda.(x+y)=\lambda.x + \lambda.y$
$\forall \lambda.\psi \in \mathbb{R} \quad and \quad x,y \in V:( \lambda + \psi).(x+y)=\lambda.x + \psi.y$
3.Associativity of scalar multiplication
$\forall \lambda.\psi \in \mathbb{R} \quad and \quad x \in V: \lambda (\psi.x)=(\lambda.\psi).x $
4.Identity element with respect to multiplication
$\forall x \in V: 1.x=x $
The elements $x \in V$ are called vectors.The identity element of $(V,+)$ is the zero vector $0=[0,\ldots,0]^T$.The operation $+$ is the vector addition.The elements $\lambda \in \mathbb{R}$ are called scalars and the operation $\cdot$ is a multiplication by scalar.
We write $x$ to denote a column vector and $x^T$ to represent a row vector which is the transpose of $x$.
$V=\mathbb{R}^n, n \in \mathbb{N}$ is a vector space with operation defined as follows
addition: $x+y=(x_1,x_2,\ldots,x_n)+(y_1,y_2,\ldots,y_n)=(x_1+y_1,x_2+y_2,\ldots,x_n+y_n)$ for all $x,y \in \mathbb{R}^n$
multiplication by scalar:$\lambda x =\lambda (x_1,\ldots,x_n)=(\lambda x_1,\ldots,\lambda x_n)$ for all $\lambda \in \mathbb{R},x \in \mathbb{R}^n$
Example: Set of all vectors $(a,b) \in R^2 $ ie ; $ (R^2,+,*)$ forms a vector space. In general $V=R^n$ 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=P_n$ forms a vector space in $R$, where $P_n$ 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 $R^2$ with addition and multiplication defined as
$(x_1,y_1)+(x_2,y_2)=(x_1+x_2,y_1+2y_2)$
$k(x_1,y_1)=(kx_1,ky_1)$
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 = \{(x_1, x_2, x_3) \in R^3| x_1 − x_2 + x_3 = 0\}$ is a subspace of $R^3$.
- The set $S = \{(x_1, x_2, x_3) \in R^3| x_1 = x_2 = x_3\}$ is a subspace of $R^3$.
- The set $S = \{(x_1, x_2, x_3) \in R^3| x_1 +x_2 + x_3=1\}$ is NOT a subspace of $R^3$.
Comments
Post a Comment