My teacher defined the operator norm as $||A||=\sup_{x \neq 0} \frac{||A(x)||}{||x||}$. I'm not really sure if I understand this definition, so, can anyone explain it to me, for example, let $A$ be $\begin{pmatrix}1&3\\ 5&7\end{pmatrix}$. Or if it has to be with functions, let $A$ be $\begin{pmatrix}x&3x\\ 5x&7x\end{pmatrix}$.
Thank you.
Using the example provided, the operator norm of $A$ is the quantity, $$\sup_{(x, y) \neq (0, 0)} \frac{\left\|\begin{pmatrix} 1 & 3 \\ 5 & 7\end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix}\right\|}{\left\|\begin{pmatrix} x \\ y \end{pmatrix}\right\|} = \sup_{(x, y) \neq (0, 0)} \frac{\left\|\begin{pmatrix} x + 3y \\ 5x + 7y \end{pmatrix}\right\|}{\left\|\begin{pmatrix} x \\ y\end{pmatrix}\right\|} = \sup_{(x, y) \neq (0, 0)} \sqrt{\frac{(x + 3y)^2 + (5x + 7y)^2 }{x^2 + y^2}}.$$