adjointWord (g, T, L)This computes the image of g through the map $M_p$ described in Theorem 1 and Theorem 7 of [1]. Its importance is evidenced by Theorem 2 of the same paper:
Let $X:[0,1]\rightarrow \mathbb{R}^d$ be a piecewise continuously differentiable path with $X(0) = 0$ and let $p : \mathbb{R}^n \rightarrow \mathbb{R}^m$ be a polynomial map with $p(0) = 0$. Then, for all $w ∈ T(\mathbb{R}^m)$ one has $$ \sigma(p(X)) = M_p^*(\sigma(X))$$ (where $\sigma(X)$ is the signature of $X$ and $M_p^*$ is the dual map of $M_p$).
As a use example, we verify this in a particular case. First we define a transformation of affine spaces and create the word algebra where our tensors live
|
|
|
|
Then we define a path in the domain space and explicitly compute its image under the polynomial map above:
|
|
|
|
Finally we compute the signature of the transformed path along the sgnVolTensor tensor of $\mathbb{R}^3$ and verify the formula in Theorem 2 above:
|
|
|
|
The object adjointWord is a method function.
The source of this document is in PathSignatures/documentation.m2:918:0.