Linear transformation
Dependencies:
Let $U$ and $V$ be vector spaces over field $F$. The function $T: U \mapsto V$ is a linear transformation iff it satisfies both of these conditions:
- $\forall x, y \in U, T(x+y) = T(x) + T(y)$.
- $\forall x \in U, \forall c \in F, T(cx) = cT(x)$.
A linear transformation $T$ is called an isomorphism iff it is bijective. $U$ and $V$ are said to be isomorphic iff an isomorphic linear transformation exists between them.
Dependency for:
- Kernel of linear transformation is subspace of domain
- Basis change is an isomorphic linear transformation
- Vector spaces are isomorphic iff their dimensions are same
- Matrix of linear transformation
- Composition of linear transformations
- Symmetric operator
- Range of linear transformation is subspace of codomain
Info:
- Depth: 4
- Number of transitive dependencies: 4