Norm of Triangle Matrix

49 Views Asked by At

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}.$$

1

There are 1 best solutions below

0
On BEST ANSWER

This is just the matrix 2-norm: $$ \|T\|=\sqrt{\lambda_\max(T^TT)} $$