detail - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


geometry

  

detail

  

give a detailed description of an object, or a list or set of objects

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

detail(g)

Parameters

g

-

geometric object or list or set of geometric objects

Description

• 

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.

Examples

withgeometry:

pointA,sqrt5313,34:

detailA

name of the objectAform of the objectpoint2dcoordinates of the point5313,34

(1)

circlec,xsqrt22+y2=1,x,y:

detailc

name of the objectcform of the objectcircle2dname of the centercenter_ccoordinates of the center2,0radius of the circle1equation of the circlex222x+y2+1=0

(2)

See Also

geometry/objects