sides - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


geometry

  

sides

  

compute the sides of a given triangle or a given square

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sides(g)

Parameters

g

-

triangle or square

Description

• 

The routine computes the sides of triangle g or square g.

• 

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

• 

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

Examples

> 

with⁡geometry:

> 

triangle⁡ABC,point⁡A,0,0,point⁡B,3,0,point⁡C,0,4:

> 

sides⁡ABC

9,25,16

(1)
> 

point⁡C,0,3,point⁡E,3,3:

> 

square⁡Sq,A,B,E,C:

> 

sides⁡Sq

18⁢22

(2)

See Also

geometry[FindAngle]

geometry[square]

geometry[triangle]