How does a norm differ from an absolute value?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
dimensionless
Messages
461
Reaction score
1
How does a norm differ from an absolute value? For example, is

[tex] \|\mathbf{x}\| = \sqrt{x_1^2 + \cdots + x_n^2}[/tex]

any different than

[tex] |\mathbf{x}| = \sqrt{x_1^2 + \cdots + x_n^2}[/tex]

??
 
Physics news on Phys.org
The usual absolute value satisfies all the properties of a norm- it's just the most common example of one. You've surely met other examples of norms though.
 
dimensionless said:
How does a norm differ from an absolute value? For example, is

[tex] \|\mathbf{x}\| = \sqrt{x_1^2 + \cdots + x_n^2}[/tex]

any different than

[tex] |\mathbf{x}| = \sqrt{x_1^2 + \cdots + x_n^2}[/tex]

??

What the norm is kind of depends on how you are defining the inner product. The example you have is for a normal dot product, but the norm for an inner product is the sqrt of the inner product...

A better definition
http://mathworld.wolfram.com/VectorNorm.html
 
Last edited:
Geekster said:
What the norm is kind of depends on how you are defining the inner product.

Every inner product leads to a norm, but not all norms come from an inner product.
 
Strictly speaking, the term "absolute value" is used only for numbers: real or complex. The term "norm" is used for vectors. The norm is exactly the same as what you are calling absolute value but I wouldn't use that term.