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

Online Help

Home : Support : Online Help : Education : Grading : Grading Plots : ExponentialFunction

Grading

  

ExponentialFunction

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

ExponentialFunction(f)

ExponentialFunction(asymval, pt1, pt2)

Parameters

f

-

exponential function in a single variable

asymval

-

y-value for horizontal asymptote

pt1, pt2

-

GridPoint object or rtable/list representing a point on the function

Options

• 

domain : a RealRange expression specifying the region over which the function is defined

• 

variable : name used in generated expression if the second calling sequence is used

Description

• 

The ExponentialFunction constructor generates and returns an object representing an exponential function.

• 

The first calling sequence requires an exponential function in one variable to be provided.

• 

The second calling sequence requires the value for the horizontal asymptote and two points on the curve to be provided.

Examples

(1)

(2)

(3)

(4)

(5)

Compatibility

• 

The Grading:-ExponentialFunction command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

Grading

Grading:-GradePlot

 


Download Help Document