Matrix norm of product with diagonal does not factorize

linear algebramatricesmatrix-calculusnumerical linear algebranumerical methods

Let $\|\cdot\| : \mathbb{R}^{n\times n} \rightarrow \mathbb{R}_+$ be the operator norm w.r.t. the $2$-norm on $\mathbb{R}^n$.

Do you have a quick counterexample to disprove that
$$
\|\Lambda A\| = \|\Lambda\|\|A\| \quad \text{ for all diagonal } \Lambda\in\mathbb{R}^{n\times n}\ ?
$$

(Not a homework question.)

Best Answer

The answer is no. As a counterexample, consider $$ \Lambda = \pmatrix{1&0\\0&0}, A = \pmatrix{1 & 1\\ 1 & 1}. $$ We have $\|\Lambda\| = 1, \|A\| = 2, \|\Lambda A\| = \sqrt{2}$.