next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Hadamard :: Point == Point

Point == Point -- check equality of two projective points

Synopsis

Description

i1 : p = point {1,1};
i2 : q = point {2,2};
i3 : p == q

o3 = true

Ways to use this method: