Grading
ExponentialFunction
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
ExponentialFunction(f)
ExponentialFunction(asymval, pt1, pt2)
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
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
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.
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
ExponentialFunction⁡5⁢2−x−3
<< ExponentialFunction: 5*2^(-x)-3>>
ExponentialFunction⁡−2,0,−1,−2,2
<< ExponentialFunction: (1/2)^v-2>>
E1≔ExponentialFunction⁡−2,0,−1,−2,2,variable=z
E1≔<< ExponentialFunction: (1/2)^z-2>>
GetExpression⁡E1
12z−2,z
The Grading:-ExponentialFunction command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Grading:-GradePlot
Download Help Document