expln - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


convert/expln

convert elementary functions to exp and ln

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, expln)

Parameters

expr

-

expression with elementary functions

Description

• 

The convert/expln function converts all elementary functions to exp and ln.

Examples

fcosxsinx:

convertf,expln

I2ⅇIx2+ⅇ−Ix2ⅇIxⅇ−Ix

(1)

The convert/expln function will convert all elementary functions to either exp or ln.

convertarctanhx,expln

lnx+12ln1x2

(2)

convertarctanhx,exp

arctanhx

(3)

convertarctanhx,ln

lnx+12ln1x2

(4)

See Also

convert

convert/exp

convert/ln