I don't understand the intuition behind the definition of a matrix norm: $\displaystyle \|A\|_p = \max_{x\neq0}\frac{\|Ax\|_p}{\|x\|}$.
Why is the arbitrary vector $\vec{x}$ included in the expression? Intuitively, what does this mean?
I don't understand the intuition behind the definition of a matrix norm: $\displaystyle \|A\|_p = \max_{x\neq0}\frac{\|Ax\|_p}{\|x\|}$.
Why is the arbitrary vector $\vec{x}$ included in the expression? Intuitively, what does this mean?
One way to think of the matrix norm is a way of measuring the deformation of the unit sphere under transformation by $A$ - another way to write $\|A\|_p$ is $$\max_{\|x\| = 1} \|Ax\|_p.$$ It is measuring the largest $p$ norm of $Ax$ among all unit vectors $x$.