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

Online Help

All Products    Maple    MapleSim


convert/erf_related

convert special functions into erf related functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, erf_related)

Parameters

expr

-

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

Description

• 

convert/erf_related converts, when possible, special functions into erf related functions. The erf related functions are

> 

FunctionAdvisor( erf_related );

The 8 functions in the "erf_related" class are:

FresnelC,FresnelS,Fresnelf,Fresnelg,dawson,erf,erfc,erfi

(1)

Examples

> 

_C1⁢KummerM⁡12,32,−z2+_C2⁢z⁢KummerU⁡1,32,z2

_C1⁢KummerM⁡12,32,−z2+_C2⁢z⁢KummerU⁡1,32,z2

(2)
> 

convert⁡,erf_related

−π⁢2⁢_C2⁢z⁢ⅇz2−_C1⁢erf⁡z22⁢z2+_C2⁢z⁢π⁢ⅇz2z2

(3)
> 

_C1⁢HermiteH⁡−1,z+_C2⁢HermiteH⁡1,−z

_C1⁢HermiteH⁡−1,z+_C2⁢HermiteH⁡1,−z

(4)
> 

convert⁡,erf_related

−_C1⁢π⁢ⅇz2⁢erf⁡z2+_C1⁢π⁢ⅇz22−2⁢_C2⁢z

(5)
> 

2π12⁢z12⁢WhittakerM⁡14,14,−zexp⁡12⁢z⁢−z34+sqrt⁡π⁢z⁢LaguerreL⁡−12,12,z2

2⁢z⁢WhittakerM⁡14,14,−zπ⁢ⅇz2⁢−z34+π⁢z⁢LaguerreL⁡−12,12,z2

(6)
> 

convert⁡,erf_related

erf⁡z+z⁢erf⁡−z2−z2

(7)

See Also

convert

convert/to_special_function

convert[erf]

FunctionAdvisor