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

Online Help

All Products    Maple    MapleSim


simplify/ln

simplify expressions involving logarithms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, ln)

Parameters

expr

-

any expression

ln

-

literal name; ln

Description

• 

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

 ==>

 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.

Examples

It is inappropriate to apply the above identities in these cases since nothing is known about n, x, and y:

(1)

(2)

(3)

(4)

However, by making appropriate assumptions on the variables, enough information is provided to correctly apply the identities:

(5)

(6)

(7)

(8)

(9)

Simplifications involving integer factors:

(10)

(11)

See Also

assume

combine

simplify

 


Download Help Document