Linear Algebra
Linear Algebra
Vector Space
Definition
Motivation: properties of addition and scalar multiplication in $ \mathbf{F}^n $
flowchart LR
subgraph addGroup["$$u + v$$"]
direction TB
addSet["• commutativity<br/>• associativity<br/>• 0<br/>• -v"]
end
subgraph scalarGroup["$$\lambda v$$"]
direction TB
scalarSet["• associativity<br/>• 1"]
end
addSet <-->|distributive<br/>properties| scalarSet
style addGroup fill:transparent,stroke:transparent
style scalarGroup fill:transparent,stroke:transparent
Examples
- $ \mathbf{F}^S $
- $ \mathcal{P}(\mathbf{F}) $
- $ \mathcal{P}_m(\mathbf{F}) $
- $ \mathcal{L}(V, W)$
This post is licensed under CC BY 4.0 by the author.