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


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

withGrading

AbsoluteValueFunction,DiffFeedback,DiffPractice,Draw,ExponentialFunction,FactorFeedback,FactorPractice,Feedback,GetData,GetDomain,GetExpression,GradePlot,GridPoint,Inequalities,IntFeedback,IntPractice,IsQuadraticFormula,LimitFeedback,LimitPractice,LinearFunction,LogarithmicFunction,QuadraticFunction,Quiz,QuizBuilder,Segment,SimplifyFeedback,SimplifyPractice,SolveFeedback,SolvePractice

(1)

ExponentialFunction52x3

<< ExponentialFunction: 5*2^(-x)-3>>

(2)

ExponentialFunction2&comma;0&comma;1&comma;2&comma;2

<< ExponentialFunction: (1/2)^v-2>>

(3)

E1ExponentialFunction2&comma;0&comma;1&comma;2&comma;2&comma;variable=z

E1<< ExponentialFunction: (1/2)^z-2>>

(4)

GetExpressionE1

12z2,z

(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