Difference between revisions of "Absolute value"

From Maths
Jump to: navigation, search
(Created page with "The absolute value is sometimes called "abs" ==Definition== The absolute value is a function <math>|\cdot|:\mathbb{R}\rightarrow\mathbb{R}</math> given by: <mat...")
 
(Examples: and notably, |0|=0)
Line 17: Line 17:
 
# <math>|-2|=2</math>
 
# <math>|-2|=2</math>
 
# <math>|2|=2</math>
 
# <math>|2|=2</math>
 
+
# <math>|0|=0</math>
  
 
{{Definition|Real Analysis}}
 
{{Definition|Real Analysis}}

Revision as of 17:56, 18 March 2016

The absolute value is sometimes called "abs"

Definition

The absolute value is a function [math]|\cdot|:\mathbb{R}\rightarrow\mathbb{R}[/math] given by:

[math]|x|=\left\{\begin{array}{lr} x & x\ge 0\\ -x & \text{otherwise} \end{array}\right.[/math]

It simply returns the positive value of a number.

Note

More strictly the function should be given as: [math]|\cdot|:\mathbb{R}\rightarrow\mathbb{R}_{\ge 0}[/math]

Examples

  1. [math]|-2|=2[/math]
  2. [math]|2|=2[/math]
  3. [math]|0|=0[/math]