Macaulay2 » Documentation
Packages » Hadamard :: point
next | previous | forward | backward | up | index | toc

point -- constructs a projective point from the list (or array) of coordinates.

Synopsis

Description

i1 : point {1,2,3}

o1 = Point{1, 2, 3}

o1 : Point
i2 : point [1,4,6]

o2 = Point{1, 4, 6}

o2 : Point

Ways to use point :

For the programmer

The object point is a method function.