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

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

> 

with⁡Grading

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

ExponentialFunction⁡5⁢2−x−3

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

(2)
> 

ExponentialFunction⁡−2&comma;0&comma;−1&comma;−2&comma;2

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

(3)
> 

E1≔ExponentialFunction⁡−2&comma;0&comma;−1&comma;−2&comma;2&comma;variable=z

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

(4)
> 

GetExpression⁡E1

12z−2,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