What does the notation | | mean?

  • Context:
  • Thread starter Thread starter find_the_fun
  • Start date Start date
  • Tags Tags
    Mean Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
find_the_fun
Messages
147
Reaction score
0
For example my textbook reads if G(V, E) is a pseudograph then [math]\sum\limits_{v \in V} deg(v) = 2|E|[/math]
 
Physics news on Phys.org
In the most general sense, it refers to the notion of "cardinality", "magnitude", "size", etc.. of the mathematical object in question. In this particular case, it denotes the number of edges in the edge set $E$.

A few possible meanings of the symbol (there are many more):

- For a set $S$, $|S|$ is the number of elements in $S$.

- For a complex number $x$, $|x|$ is the distance from $x$ to the origin.

- For a vector $\mathbf{v}$, $|\mathbf{v}|$ (sometimes denoted $||\mathbf{v}||$) is the magnitude or norm, that is, the length, of $\mathbf{v}$.
 
Last edited:
This will sound ridiculous but I have seen that mean "absolute value"?

\(\left|-3\right|=3\)

But I have hear that referred to as "magnitude" as well. I am just spitballing here; if I had to go with anyone response, I would go with Bacterius.

EDIT: After re-reading Bacterius' post several times, mine almost looks childish... (Speechless)
 
Last edited:
As far as I know for a graph $G$ , $V$ represent vertices and $E$ represent Edges . A distance in a graph does not make sense , so $$|E|$$ would be the number of edges .
 
alane1994 said:
This will sound ridiculous but I have seen that mean "absolute value"?

\(\left|-3\right|=3\)

But I have hear that referred to as "magnitude" as well. I am just spitballing here; if I had to go with anyone response, I would go with Bacterius.

EDIT: After re-reading Bacterius' post several times, mine almost looks childish... (Speechless)

It's all the same thing.
The absolute value is the magnitude of the number, which is also the distance of the number -3 to the origin, or the length of the vector (-3) in 1 dimension.

In linear algebra $|| \cdot ||$ is often (but not always) used instead of $| \cdot |$ to distinguish the length of a vector from the magnitude of a scalar.