Let $T((\mathbb{R}^d))$ denote the dual of the tensor algebra on $\mathbb{R}^d$, i.e., the space $\prod_k (\mathbb{R}^d)^{\otimes k}$. Given $x \in T(\mathbb{R}^d)$ with constant term $1$, its logarithm is $$\log(x) := - \sum_{k \geq 0} \frac{1}{k} (1-x)^{\otimes k} \in T((\mathbb{R}^d)). $$ $\texttt{tensorLog(x,k)}$ computes the degree $k$ component of $\log(x)$.
|
|
|
The method is implemented only for tensors with constant term $1$.
The object tensorLog is a method function.
The source of this document is in PathSignatures/documentation.m2:918:0.