simplify/ln
simplify expressions involving logarithms
Calling Sequence
Parameters
Description
Examples
simplify(expr, ln)
expr
-
any expression
ln
literal name; ln
The simplify/ln function is used to simplify logarithmic expressions. It applies the following simplifications whenever it can determine that the appropriate conditions hold:
Simplification
Provided
==>
and is real
and is even
and is odd
is real and is even
is real and is odd
and is unknown
and
is real
In the case of an integer argument to ln, the integer is factored and the logarithm is returned as a sum of logarithms.
In the case of a sum of terms as the argument to ln, the integer content of the sum is factored out and the logarithm is returned as a sum of two logarithms.
Making the appropriate assumptions on the names in the expression to be simplified (see assume) provides simplify with enough information to apply the above identities correctly.
It is inappropriate to apply the above identities in these cases since nothing is known about n, x, and y:
However, by making appropriate assumptions on the variables, enough information is provided to correctly apply the identities:
Simplifications involving integer factors:
See Also
assume
combine
simplify
Download Help Document