elementary - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

hypergeom⁡3,4,9⁢x16

hypergeom⁡3,4,9⁢x16

(2)
> 

convert⁡,elementary

2−18⁢x16+81⁢x13⁢ⅇ9⁢x16243⁢x−2243⁢x

(3)
> 

WhittakerM⁡0,12,z

WhittakerM⁡0,12,z

(4)
> 

convert⁡,elementary

−2⁢I⁢sin⁡I2⁢z

(5)
> 

WhittakerM⁡μ,ν,0

WhittakerM⁡μ,ν,0

(6)
> 

convert⁡,elementary

0

(7)
> 

Ei⁡−1,z

Ei−1⁡z

(8)
> 

convert⁡,elementary

ⅇ−z⁢1+zz2

(9)

See Also

convert

convert/to_special_function

FunctionAdvisor