area - 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

All Products    Maple    MapleSim


geom3d

  

area

  

compute the area of a triangle, or the surface area of a sphere or a regular polyhedron

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

area(obj)

Parameters

obj

-

triangle, sphere, or regular polyhedron

Description

• 

The routine area returns the area or surface area of the input object which is a triangle, a sphere, or a regular polyhedron.

• 

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

Examples

Define triangle ABC with vertices A, B and C

Find the area of ABC

(1)

Define an icosahedron with center o(1,2,5) and the radius of the circum-sphere is 1

(2)

Find the surface area of ico

(3)

See Also

geom3d[volume]

 


Download Help Document