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

linPath -- constructor of single piece polynomial path

Description

Takes as input a list of elements in the same ring. Constructs a Path object with one piece equal to the list given in input. Automatically sets the dimension attribute of the object to the length of the list given as input.

i1 : R = QQ[x_1..x_5];
i2 : X = linPath({x_1, x_2, x_3, x_4, x_5^2})

o2 = Path in 5-dimensional space with 1 polynomial segment:

                            2
     {{x t, x t, x t, x t, x t}}
        1    2    3    4    5

o2 : Path
i3 : X // getDimension

o3 = 5

See also

Ways to use linPath:

  • linPath(List)

For the programmer

The object linPath is a method function.


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