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

Online Help

All Products    Maple    MapleSim


convert/signum

convert an expression with abs to signum

convert/abs

convert an expression with signum to abs

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, signum)

convert(expr, abs)

Parameters

expr

-

expression

Description

• 

The convert/signum function converts all abs functions appearing in the expression to signum.

• 

The convert/abs function converts all signum functions appearing in the expression to abs.

• 

The signum(x) calling sequence is defined as abs(x)/conjugate(x) if x is not 0, and undefined if x is 0.

Examples

convertsignumx,abs

xx

(1)

assumex,real

convertabsx,signum

x~signumx~

(2)

See Also

abs

convert

signum