Numerical Analysis/Matrix norm exercises

< Numerical Analysis

Consider the general 3\times 3 matrix 
A=      \begin{bmatrix}
           a_{11}&a_{12}&a_{13} \\
           a_{21}&a_{22}&a_{23} \\
           a_{31}&a_{32}&a_{33} \\
      \end{bmatrix}
and the specific example 
B=      \begin{bmatrix}
           1 & 2 & 3 \\
           4 & 5 & 6 \\
           7 & 8 & 9 \\
      \end{bmatrix}
.

Find \left \| A \right \| _1

Find \left \| B \right \| _1

Find the infinite norm, \left \| A \right \| _\infty

Find the infinite norm, \left \| B \right \| _\infty

Find the Frobenius norm, \left \| A \right \| _F

Find the Frobenius norm, \left \| B \right \| _F

This article is issued from Wikiversity - version of the Saturday, April 02, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.