Frobenius norm: Difference between revisions

From Linear
(Created page with "==Definition== ===For a matrix with real entries=== Suppose <math>m,n</math> are positive integers and <math>A</math> is a <math>m \times n</math> matrix. The '''Frobenius n...")
(No difference)

Revision as of 16:16, 9 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 sum of squares of all the entries of , i.e., it is the sum .
  2. It is the trace of the matrix , where is the matrix transpose of .
  3. It is the trace of the matrix , where is the matrix transpose 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 sum of squares of the moduli of the entries of , i.e., it is the sum .
  2. It is the trace of the matrix .
  3. It is the trace of the matrix .