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

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

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:

  • point(VisibleList)

For the programmer

The object point is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Hadamard.m2:244:0.