geometry
detail
give a detailed description of an object, or a list or set of objects
Calling Sequence
Parameters
Description
Examples
detail(g)
g
-
geometric object or list or set of geometric objects
The routine gives a detailed description of an object, or a list or set of objects
For each geometric object supported by the package, the name and the form of the object are printed out. Besides that information additional information is also printed out depending on the form of the object.
The command with(geometry,detail) allows the use of the abbreviated form of this command.
with⁡geometry:
point⁡A,sqrt⁡5−313,34:
detail⁡A
name of the objectAform of the objectpoint2dcoordinates of the point5−313,34
circle⁡c,x−sqrt⁡22+y2=1,x,y:
detail⁡c
name of the objectcform of the objectcircle2dname of the centercenter_ccoordinates of the center2,0radius of the circle1equation of the circlex2−2⁢2⁢x+y2+1=0
See Also
geometry/objects
Download Help Document