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

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: