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

Online Help

geometry

  

foci

  

find the foci of an ellipse or a hyperbola

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

foci(fn, f)

Parameters

fn

-

(optional) list of two names

f

-

ellipse or hyperbola

Description

• 

The routine returns a list of two foci of the given ellipse or hyperbola f.

• 

If the first optional argument fn is given, the names of the two foci are the two elements of the list fn.

• 

See help pages for hyperbola and ellipse for definitions of the foci.

• 

Use routine detail for more details on the foci.

• 

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

Examples

(1)

(2)

(3)

(4)

(5)

See Also

geometry[ellipse]

geometry[HorizontalName]

geometry[hyperbola]

geometry[VerticalName]

 


Download Help Document