Frobenius norm: Difference between revisions

From Linear
No edit summary
Line 5: Line 5:
Suppose <math>m,n</math> are positive integers and <math>A</math> is a <math>m \times n</math> matrix. The '''Frobenius norm''' of <math>A</math>, denoted <math>\| A \|_F</math>, can be defined in the following equivalent ways:
Suppose <math>m,n</math> are positive integers and <math>A</math> is a <math>m \times n</math> matrix. The '''Frobenius norm''' of <math>A</math>, denoted <math>\| A \|_F</math>, can be defined in the following equivalent ways:


# It is the sum of squares of all the entries of <math>A</math>, i.e., it is the sum <math>\sum_{i=1}^m \sum_{j=1}^n a_{ij}^2</math>.
# It is the square root of the sum of squares of all the entries of <math>A</math>, i.e., it is the sum <math>\sqrt{\sum_{i=1}^m \sum_{j=1}^n a_{ij}^2}</math>.
# It is the trace of the <math>m \times m</math> matrix <math>AA^T</math>, where <math>A^T</math> is the [[matrix transpose]] of <math>A</math>.
# It is the square root of the trace of the <math>m \times m</math> matrix <math>AA^T</math>, where <math>A^T</math> is the [[matrix transpose]] of <math>A</math>.
# It is the trace of the <math>n \times n</math> matrix <math>A^TA</math>, where <math>A^T</math> is the [[matrix transpose]] of <math>A</math>.
# It is the square root of the trace of the <math>n \times n</math> matrix <math>A^TA</math>, where <math>A^T</math> is the [[matrix transpose]] of <math>A</math>.
# It is the [[root mean square]] of the <math>\min \{m, n \}</math> many [[singular value]]s of <math>A</math>.
# It is the [[root mean square]] of the <math>\min \{m, n \}</math> many [[singular value]]s of <math>A</math>.


Line 16: Line 16:
Suppose <math>m,n</math> are positive integers and <math>A</math> is a <math>m \times n</math> matrix. The '''Frobenius norm''' of <math>A</math>, denoted <math>\| A \|_F</math>, can be defined in the following equivalent ways:
Suppose <math>m,n</math> are positive integers and <math>A</math> is a <math>m \times n</math> matrix. The '''Frobenius norm''' of <math>A</math>, denoted <math>\| A \|_F</math>, can be defined in the following equivalent ways:


# It is the sum of squares of the moduli of the entries of <math>A</math>, i.e., it is the sum <math>\sum_{i=1}^m \sum_{j=1}^n |a_{ij}|^2</math>.
# It is the square root of the sum of squares of the moduli of the entries of <math>A</math>, i.e., it is the sum <math>\sum_{i=1}^m \sum_{j=1}^n |a_{ij}|^2</math>.
# It is the trace of the matrix <math>AA^*</math> where <math>A^*</math> is the [[matrix conjugate transpose]] of <math>A</math>.
# It is the square root of the trace of the matrix <math>AA^*</math> where <math>A^*</math> is the [[matrix conjugate transpose]] of <math>A</math>.
# It is the trace of the matrix <math>A^*A</math> where <math>A^*</math> is the [[matrix conjugate transpose]] of <math>A</math>.
# It is the square root of the trace of the matrix <math>A^*A</math> where <math>A^*</math> is the [[matrix conjugate transpose]] of <math>A</math>.
# It is the [[root mean square]] of the <math>\min \{m, n \}</math> many [[singular value]]s of <math>A</math>.
# It is the [[root mean square]] of the <math>\min \{m, n \}</math> many [[singular value]]s of <math>A</math>.

Revision as of 02:45, 13 May 2014

Definition

For a matrix with real entries

Suppose are positive integers and is a matrix. The Frobenius norm of , denoted , can be defined in the following equivalent ways:

  1. It is the square root of the sum of squares of all the entries of , i.e., it is the sum .
  2. It is the square root of the trace of the matrix , where is the matrix transpose of .
  3. It is the square root of the trace of the matrix , where is the matrix transpose of .
  4. It is the root mean square of the many singular values of .

The Frobenius norm is invariant under orthogonal transformations (and in particular, under rotations) and is an easy-to-compute invariant.

For a matrix with complex entries

Suppose are positive integers and is a matrix. The Frobenius norm of , denoted , can be defined in the following equivalent ways:

  1. It is the square root of the sum of squares of the moduli of the entries of , i.e., it is the sum .
  2. It is the square root of the trace of the matrix where is the matrix conjugate transpose of .
  3. It is the square root of the trace of the matrix where is the matrix conjugate transpose of .
  4. It is the root mean square of the many singular values of .