Units[Standard]
ln
natural logarithmic function in the Standard Units environment
log
general logarithmic function in the Standard Units environment
log10
common logarithmic function in the Standard Units environment
log2
binary logarithmic function in the Standard Units environment
Calling Sequence
Parameters
Description
Examples
Compatibility
ln(expr)
log(expr)
log10(expr)
log2(expr)
log[b](expr)
logb⁡expr
expr
-
algebraic expression
b
algebraic expression, the base of the logarithm
In the Standard Units environment, the arguments for the logarithmic functions can be unit-free, or multiplied by a unit that is energy-equivalent to a rational power of the dimension length(base)/length. Examples of such units are watt/watt(base) (power ratio) or voltage/voltage(base) (voltage ratio).
For non-unit-free expressions, the result is expressed in the dimension of logarithmic gain. The unit of the object returned is the neper by default.
For other properties, see the global function ln.
Notes:
To enter a unit in 2-D Math input, select the unit from the appropriate Units palette. If the unit you want is not there, select unit and then enter the unit.
When you edit a unit, double brackets appear around it.
with⁡UnitsStandard:
VR≔ln⁡5.32⁢Unit⁡voltsvolts⁡base
VR≔1.671473303⁢Np
PR≔ln⁡5.32⁢Unit⁡wattswatts⁡base
PR≔0.8357366515⁢Np
map⁡convert,VR,PR,units,dB
14.51823264⁢dB,7.259116321⁢dB
convert⁡voltsvolts⁡base,dimensions,energy
length⁡baselength
convert⁡wattswatts⁡base,dimensions,energy
length⁡base2length2
The Units[Standard][log2] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Units
Units/logarithmic_gain
Units/Standard
Units/Standard/exp
Download Help Document