Grading
LogarithmicFunction
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
LogarithmicFunction(f)
LogarithmicFunction(asymval, pt1, pt2)
f
-
logarithmic function in a single variable
asymval
x-value for horizontal asymptote
pt1, pt2
GridPoint object or list/rtable 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 when second calling sequence is used
The LogarithmicFunction constructor generates and returns an object representing a logarithmic function. The function is assumed to have the form a*ln(b*x+c)+d, where a, b, c, and d are constants. Logarithms in different bases using the log[b] notation are supported.
The first calling sequence requires a logarithmic function in one variable to be provided.
The second calling sequence requires the value for the vertical 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
LogarithmicFunction⁡5⁢log10⁡2⁢x−4+5
<< LogarithmicFunction: 5*ln(2*x-4)/ln(10)+5>>
LogarithmicFunction⁡2,3,6.5,4,8
<< LogarithmicFunction: 1.5/ln(2)*ln(v-2)+6.5>>
L1≔LogarithmicFunction⁡3,4,0,6,ln⁡3,variable=z
L1≔<< LogarithmicFunction: ln(z-3)>>
GetExpression⁡L1
ln⁡z−3,z
The Grading:-LogarithmicFunction 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