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

Online Help

All Products    Maple    MapleSim


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

Grading

  

LogarithmicFunction

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

LogarithmicFunction(f)

LogarithmicFunction(asymval, pt1, pt2)

Parameters

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

Options

• 

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

Description

• 

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.

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)

LogarithmicFunction5log102x4+5

<< LogarithmicFunction: 5*ln(2*x-4)/ln(10)+5>>

(2)

LogarithmicFunction2&comma;3&comma;6.5&comma;4&comma;8

<< LogarithmicFunction: 1.5/ln(2)*ln(v-2)+6.5>>

(3)

L1LogarithmicFunction3&comma;4&comma;0&comma;6&comma;ln3&comma;variable=z

L1<< LogarithmicFunction: ln(z-3)>>

(4)

GetExpressionL1

lnz3,z

(5)

Compatibility

• 

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

• 

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

See Also

Grading

Grading:-GradePlot