Norm, gradient, vector

423 Views Asked by At

Can I say that the norm of a component of the vector is smaller than the norm of the whole vector? (in this case the gradient)

$$\|v_x\| < \|\operatorname{grad} v\|$$

1

There are 1 best solutions below

0
On

Less than or equal to, but yes. Consider $v =\langle 1,0\rangle$. This has a 2-Norm of 1 and an infinity Norm (largest single component) of 1 as well.