elementary - 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/elementary

convert special functions in an expression into elementary functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, elementary)

Parameters

expr

-

Maple expression, equation, or a set or list of them

Description

• 

convert/elementary converts, when possible, the special functions in an expression into elementary transcendental functions. The elementary transcendental functions are

FunctionAdvisor( elementary );

The 26 functions in the "elementary" class are:

arccos,arccosh,arccot,arccoth,arccsc,arccsch,arcsec,arcsech,arcsin,arcsinh,arctan,arctanh,cos,cosh,cot,coth,csc,csch,exp,ln,sec,sech,sin,sinh,tan,tanh

(1)

Examples

hypergeom3,4,9x16

hypergeom3,4,9x16

(2)

convert,elementary

218x16+81x13ⅇ9x16243x2243x

(3)

WhittakerM0,12,z

WhittakerM0,12,z

(4)

convert,elementary

2IsinI2z

(5)

WhittakerMμ,ν,0

WhittakerMμ,ν,0

(6)

convert,elementary

0

(7)

Ei1,z

Ei−1z

(8)

convert,elementary

ⅇz1+zz2

(9)

See Also

convert

convert/to_special_function

FunctionAdvisor