Previous Up Next

14.4.7  Finding the isobarycenter of a set of points in space: isobarycenter

See Section 13.6.11 for isobarycenters of objects in the plane.

The isobarycenter command finds the isobarycenter of a list of points; the isobarycenter is the barycenter when all points are equally weighted.


Example.
Input:

IB:= isobarycenter(point(1,4,0),point(1,-2,0)):;
coordinates(IB)

Output:


1,1,0

Previous Up Next