How to find the norm of the following matrix, please? Thank you!
$$T := \begin{bmatrix} 1 & n \\ 0 & 1 \end{bmatrix},$$
and $$\|T\| = \sqrt{n^2+1}.$$
How to find the norm of the following matrix, please? Thank you!
$$T := \begin{bmatrix} 1 & n \\ 0 & 1 \end{bmatrix},$$
and $$\|T\| = \sqrt{n^2+1}.$$
Copyright © 2021 JogjaFile Inc.
This is just the matrix 2-norm: $$ \|T\|=\sqrt{\lambda_\max(T^TT)} $$