|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Sign
Sign[x]
gives
,
, or
depending on whether x is negative, zero, or positive.
DetailsDetails
- Mathematical function, suitable for both symbolic and numerical manipulation.
- For non-zero complex numbers z, Sign[z] is defined as z/Abs[z].
- Sign tries various transformations in trying to determine the sign of symbolic expressions.
- For exact numeric quantities, Sign internally uses numerical approximations to establish its result. This process can be affected by the setting of the global variable $MaxExtraPrecision.
- Sign automatically threads over lists.
New in 1 | Last modified in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

