convert/log
convert to %log[b] form
Calling Sequence
Parameters
Description
Examples
Compatibility
convert(expression, %log[b])
expression
-
expression involving log or ln
b
integer; logarithm base
Maple prefers to deal with computations using natural logarithms, and therefore automatically converts log[b](x) to ln(x)/ln(b). When dealing with step-by-step solutions intended to be viewed by students this conversion is not always intuitive. This method converts log and ln functions within an expression to the specified %log[b] form.
Note the use of the % prefix denotes InertForm, which stops evaluation avoiding automatic conversion back to ln.
For converting inverse trigonometric functions in an expression into their corresponding logarithmic form, see convert/ln.
ex1≔log10⁡x
ex1≔ln⁡xln⁡10
convert⁡ex1,%log10
log10⁡x
convert⁡ln⁡x,%log10
log10⁡xlog10⁡ⅇ
convert⁡ln⁡xln⁡10−log100⁡x,%log10
log10⁡x2
The convert/log command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
convert
convert/ln
InertForm
Download Help Document