convert/signum - convert an expression with abs to signum
convert/abs - convert an expression with signum to abs
|
Calling Sequence
|
|
convert(expr, signum)
convert(expr, abs)
|
|
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.
|
|
|
Download Help Document
Was this information helpful?