sides - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

geom3d

  

sides

  

compute the sides of a given triangle, a regular polyhedron, or an Archimedean solid

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sides(g)

Parameters

g

-

triangle, polyhedron, or archimedean solid

Description

• 

The routine computes the sides of triangle g, the side of a regular polyhedron, or of an archimedean solid.

• 

In case g is a triangle, the output is a list of three element denoting the three sides of g.

• 

The command with(geom3d,sides) allows the use of the abbreviated form of this command.

Examples

withgeom3d:

Define a dodecahedron with center (0,0,0), radius of the circum-sphere 1

dodecahedrond,pointo,0,0,0,1

d

(1)

sidesd

23312+52

(2)

See Also

geom3d[polyhedra]

geom3d[triangle]

 


Download Help Document