Difference between revisions of "Signum function"
(New page: The signum function, denoted <math>\text{sgn}(x)</math>, is equal to <cmath>\begin{cases} 1 & \text{for } x > 0,\\ -1 & \text{for } x < 0, \\ 0 & \text{for } x=0.\end{cases}</cmath>) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The signum function, denoted <math>\text{sgn}(x)</math>, is equal to <cmath>\begin{cases} 1 & \text{for } x > 0,\\ | The signum function, denoted <math>\text{sgn}(x)</math>, is equal to <cmath>\begin{cases} 1 & \text{for } x > 0,\\ | ||
-1 & \text{for } x < 0, \\ 0 & \text{for } x=0.\end{cases}</cmath> | -1 & \text{for } x < 0, \\ 0 & \text{for } x=0.\end{cases}</cmath> | ||
+ | |||
+ | == Properties == | ||
+ | * The signum function is odd. | ||
+ | * <math>\text{sgn}(x)</math> is equal to <math>\frac{|x|}{x}</math> for <math>x \neq 0</math>. | ||
+ | |||
+ | {{stub}} |
Latest revision as of 17:49, 27 September 2008
The signum function, denoted , is equal to
Properties
- The signum function is odd.
- is equal to for .
This article is a stub. Help us out by expanding it.