Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "Absolute value"

From Prime-Wiki
Jump to: navigation, search
(restored)
 
(Moving to new subcategory)
 
Line 15: Line 15:
 
==External links==
 
==External links==
 
*[https://en.wikipedia.org/wiki/Absolute_value Wikipedia]
 
*[https://en.wikipedia.org/wiki/Absolute_value Wikipedia]
[[Category:Math]]
+
[[Category:Functions]]

Latest revision as of 16:58, 29 August 2022

The absolute value of a real number is defined as:

|x|=x when x0

|x|=x when x<0

The absolute value of a complex number z = x + iy is defined as:

|z|=x2+y2

where we take the positive value of the square root. Note that when y = 0, both definitions are equivalent.

Geometrically, the absolute value of a number represents its distance from the origin.

External links