Here,
$$\left\lVert\frac{\partial\bf x}{\partial s}\times\frac{\partial\bf x}{\partial t}\right\rVert$$
the inside will at last be a vector. and two absolute value signs have covered it. what does it mean?
Can someone explain it to me? $||\vec a||$
$\endgroup$ 24 Answers
$\begingroup$$\| a \|$ in general means the "norm" of $a$. Most commonly it means the Euclidean norm of the vector $a$. You could say "the geometric length of $a$" or "the magnitude of $a$" to refer to the same concept.
Be careful: there are many other norms that can be used to measure vectors, as well as norms that can be used to measure different sorts of objects entirely.
$\endgroup$ 2 $\begingroup$This generally indicate a norm in linear algebra and functional analysis. It can be thought as the length. For any $\mathbf{v} = [x,y,z]$ in $\mathbb{R}^3$, $\lVert \cdot \rVert$ represents the Euclidean norm $$ \lVert \mathbf{v} \rVert = \sqrt{x^2 + y^2 + z^2} $$
$\endgroup$ 1 $\begingroup$It is the notation of norm (probably the euclidian one) (mathematics)
$\endgroup$ 2 $\begingroup$This notation represents the magnitude of whatever is inside, generally a vector. See this.
$\endgroup$