Can someone explain to me with SIMPLE WORDS what is the utility of matrix norms.
Why do we define p-norms for p >= 1? Why is there a 1-norm and infinity-norm and all sorts of other p-norms, isn't the 2-norm (or Frobenius norm) enough for a function that determines the distance from the origin? I can't understand why someone would bother with defining these new norms?
And is there any practical use to this notion of norms in physics or chemistry (I ask this because I'm not actually a math major), can you give a concrete example if possible?
Thank you for all your answers.
Recall that if you have a norm $\|\cdot\|$ on $\mathbb{R}^n$, one defines an induced norm, for $M\in\mathscr{M}_n(\mathbb{R})$, by : $$\||M\||=\sup_{x\neq0}\frac{\|MX\|}{\|x\|}=\inf\lbrace\lambda>0\,/\,\|Mx\|\leqslant\lambda\|x\|\rbrace.$$
This allows us to have inequalities : $\|Mx\|\leqslant\||M\||\cdot\|x\|$. This fact is very useful in linear algebra.
As opposed, a norm $\|\cdot\|'$ on coefficients of $M$ seen as an element of $\mathbb{R}^{n^2}$ is generally not so useful, for the reason that it is not possible to relate $\|MX\|'$ to $\|x\|$.
For concrete applications, those norms are especially useful in numerical analysis, where you have several results :