/*T Math/CS 466/666 Midterm Solutions \medskip\noindent Problem 2. Compute the spectral norm of the $4\times 4$ matrix $A$ with entries given by the formula $A_{ij}=\sqrt{\vphantom{|}i+2j}$. */ #include #include #include void matprint(int n,double A[n][n]){ for(int i=0;i