erf - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

erf

  

the error function

  

erfc

  

the complementary error function

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

erf(x)

erfc(x)

Parameters

x

-

array or algebraic expression

Description

• 

The error function is defined as

erfx=20xⅇt2ⅆtπ

• 

erf(x) will evaluate by default only when the result is an exact value, or when the input x is a floating-point number.  When x is a symbolic expression, it will remain in function form so that it can be manipulated symbolically  or as part of a larger expression.  

• 

If x is an array, the result is an elementwise mapping over x.

• 

erfc(x) is the complementary error function, that is, 1erfx.

Examples

withMTM:

erf1.286495,2.540680|7.354414,6.899301

0.93114632251.0.99967318791.

(1)

erfc1.286495,2.540680|7.354414,6.899301

0.068853677552.460874117×10−250.00032681213431.720286965×10−22

(2)

Compatibility

• 

The MTM[erfc] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

erf

MTM