MTM
erf
the error function
erfc
the complementary error function
Calling Sequence
Parameters
Description
Examples
Compatibility
erf(x)
erfc(x)
x
-
array or algebraic expression
The error function is defined as
erf⁡x=2⁢∫0xⅇ−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, 1−erf⁡x.
with⁡MTM:
erf⁡1.286495,2.540680|7.354414,6.899301
0.93114632251.0.99967318791.
erfc⁡1.286495,2.540680|7.354414,6.899301
0.068853677552.460874117×10−250.00032681213431.720286965×10−22
The MTM[erfc] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Download Help Document