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

Online Help

plottools

  

hyperbola

  

generate 2-D plot object for a hyperbola

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

hyperbola(c, a, b, r, options)

Parameters

c

-

center of symmetry

a, b

-

a^2+b^2=e^2, where e is the eccentricity

r

-

range

options

-

(optional) equations of the form option=value. For a complete list, see plot/options.

Description

• 

The hyperbola command creates a two-dimensional plot data object, which when displayed is a hyperbola whose center of symmetry is at point c, with , where  is the eccentricity. For instance, hyperbola([x0, y0], a, b, r1..r2) graphs the equation

  

from the point  to  and from  to .

• 

A call to hyperbola produces a plot data object that can be used in a PLOT data structure, or displayed using the plots[display] command.

• 

Remaining arguments are interpreted as options, which are specified as equations of the form option = value. For more information, see plottools and plot/options.

Examples

(1)

Generate the hyperbola described by the equation above,

which is equivalent to:

Other forms of hyperbola can be obtained via object transformations, for example, rotate.

See Also

plot/options

plot/structure

plots[display]

plots[implicitplot]

plottools

plottools[rotate]

 


Download Help Document