Macaulay2 » Documentation
Packages » PathSignatures :: wordString
next | previous | forward | backward | up | index | toc

wordString -- a string representing a word in wordFormat

Description

Returns a string representing the word as described in wordFormat.

i1 : R = wordAlgebra(3);
i2 : w = [1,2,3]_R + 2 * [3,2,1]_R; w // wordFormat

o3 = 2 [3, 2, 1] + [1, 2, 3]
i4 : w // wordString

o4 = 2 [3, 2, 1] + [1, 2, 3]

See also

Ways to use wordString:

  • wordString(NCRingElement)

For the programmer

The object wordString is a method function.


The source of this document is in PathSignatures/documentation.m2:159:0.