Macaulay2 » Documentation
Packages » NAGtypes :: project(AbstractPoint,ZZ)
next | previous | forward | backward | up | index | toc

project(AbstractPoint,ZZ) -- project a point

Synopsis

Description

Projects a point to the subspace corresponding to the first n coordinates.

i1 : p = point({{1+ii,2.3,2*ii}, ConditionNumber=>1000, ErrorBoundEstimate =>0.01});
i2 : project(p,2)

o2 = {1+ii, 2.3}

o2 : Point

See also

Ways to use this method: