linear-algebra: update
This commit is contained in:
parent
f8a647054a
commit
7d7fea70c9
3 changed files with 54 additions and 18 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Dual vector spaces
|
||||
|
||||
We have a $n \in \mathbb{N}$ finite dimensional vector space $V$ such that $\dim V = n$, with a basis $\{\mathbf{e}_i\}_{i=1}^n.$ In the following sections we make use of the Einstein summation convention introduced and $\mathbb{K} = \mathbb{R} \lor\mathbb{K} = \mathbb{C}$.
|
||||
We have a $n \in \mathbb{N}$ finite dimensional vector space $V$ such that $\dim V = n$, with a basis $\{\mathbf{e}_i\}_{i=1}^n$ and a field $F$. In the following sections we make use of the Einstein summation convention introduced.
|
||||
|
||||
> *Definition 1*: let $\mathbf{\hat f}: V \to \mathbb{K}$ be a **covector** or **linear functional** on $V$ if for all $\mathbf{v}_{1,2} \in V$ and $\lambda, \mu \in \mathbb{K}$ we have
|
||||
> *Definition 1*: let $\mathbf{\hat f}: V \to F$ be a **covector** or **linear functional** on $V$ if for all $\mathbf{v}_{1,2} \in V$ and $\lambda, \mu \in F$ we have
|
||||
>
|
||||
> $$
|
||||
> \mathbf{\hat f}(\lambda \mathbf{v}_1 + \mu \mathbf{v}_2) = \lambda \mathbf{\hat f}(\mathbf{v}_1) + \mu \mathbf{\hat f}(\mathbf{v}_2).
|
||||
|
|
@ -10,7 +10,7 @@ We have a $n \in \mathbb{N}$ finite dimensional vector space $V$ such that $\dim
|
|||
|
||||
Throughout this section covectors will be denoted by hats to increase clarity.
|
||||
|
||||
> *Definition 2*: let the the dual space $V^* \overset{\text{def}} = \mathscr{L}(V, \mathbb{K})$ denote the vector space of covectors on the vector space $V$.
|
||||
> *Definition 2*: let the the dual space $V^* \overset{\text{def}} = \mathscr{L}(V, F)$ denote the vector space of covectors on the vector space $V$.
|
||||
|
||||
Each basis $\{\mathbf{e}_i\}$ of $V$ therefore induces a basis $\{\mathbf{\hat e}^i\}$ of $V^*$ by
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue