next | previous | forward | backward | up | top | index | toc | Macaulay2 website
NAGtypes :: project(AbstractPoint,ZZ)

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: