m = tensorParametrization(f)Given some $k$-algebra $A$, a tensor $f = \sum_{\mathtt{w} \in I} a_w \mathtt{w} \in A \langle\texttt{1},\ldots,\texttt{d}\rangle$ can be viewed as a morphism $\mathrm{Spec} \ A \to k^I$. This method constructs the associated map of coordinate rings, that is, the morphism $k[b_w \ | \ w\in I] \to A$ that maps $b_\mathtt{w}$ to $a_\mathtt{w}$. Here $k$ is the $\texttt{baseRing}$ of $A$. If $\texttt{CoefficientRing}$ is provided, it replaces $k$. If $\texttt{VarWordTable}$ is provided, the map above is precomposed with the morphism induced by the assignments in the hash table.
|
|
|
|
|
|
|
|
For a key use example see Computing Path Varieties.
The object tensorParametrization is a method function with options.
The source of this document is in PathSignatures/documentation.m2:918:0.