Frobenius norm: Difference between revisions

From Linear
No edit summary
No edit summary
Line 8: Line 8:
# 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 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 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>.


The Frobenius norm is invariant under orthogonal transformations (and in particular, under rotations) and is an easy-to-compute invariant.
The Frobenius norm is invariant under orthogonal transformations (and in particular, under rotations) and is an easy-to-compute invariant.
Line 18: Line 19:
# 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 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 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>.

Revision as of 16:36, 9 May 2014

Definition

For a matrix with real entries

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

  1. It is the sum of squares of all the entries of A, i.e., it is the sum i=1mj=1naij2.
  2. It is the trace of the m×m matrix AAT, where AT is the matrix transpose of A.
  3. It is the trace of the n×n matrix ATA, where AT is the matrix transpose of A.
  4. It is the root mean square of the min{m,n} many singular values of A.

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 m,n are positive integers and A is a m×n matrix. The Frobenius norm of A, denoted |A|F, can be defined in the following equivalent ways:

  1. It is the sum of squares of the moduli of the entries of A, i.e., it is the sum i=1mj=1n|aij|2.
  2. It is the trace of the matrix AA* where A* is the matrix conjugate transpose of A.
  3. It is the trace of the matrix A*A where A* is the matrix conjugate transpose of A.
  4. It is the root mean square of the min{m,n} many singular values of A.