erf - 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

convert to Error Function

convert/erfc

convert to Complementary Error Function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, erf )

convert( expr, erfc )

Parameters

expr

-

any expression

Description

• 

convert/erf converts expressions involving the complementary error function, the iterated integrals of the complementary error function and/or Dawson's integral to the equivalent form using the error function.

• 

convert/erfc converts expressions involving the error function to the equivalent form using the complementary error function.

Examples

> 

convert⁡erfc⁡x,erf

1−erf⁡x

(1)
> 

convert⁡erfc⁡2,x,erf

x22−x2⁢erf⁡x2−x2⁢π⁢ⅇx2+14−erf⁡x4

(2)
> 

convert⁡,erfc

x22−x2⁢1−erfc⁡x2−x2⁢π⁢ⅇx2+erfc⁡x4

(3)
> 

convert⁡dawson⁡x,erf

−I2⁢π⁢erf⁡I⁢xⅇx2

(4)

See Also

simplify