Suvarna Garge (Editor)

Frobenius matrix

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A Frobenius matrix is a special kind of square matrix from numerical mathematics. A matrix is a Frobenius matrix if it has the following three properties:

  • all entries on the main diagonal are ones
  • the entries below the main diagonal of at most one column are arbitrary
  • every other entry is zero
  • The following matrix is an example.

    A = ( 1 0 0 0 0 1 0 0 0 a 32 1 0 0 a n 2 0 1 )

    Frobenius matrices are invertible. The inverse of a Frobenius matrix is again a Frobenius matrix, equal to the original matrix with changed signs outside the main diagonal. The inverse of the example above is therefore:

    A 1 = ( 1 0 0 0 0 1 0 0 0 a 32 1 0 0 a n 2 0 1 )

    Frobenius matrices are named after Ferdinand Georg Frobenius. An alternative name for this class of matrices is Gauss transformation, after Carl Friedrich Gauss. They are used in the process of Gaussian elimination to represent the Gaussian transformations.

    If a matrix is multiplied from the left (left multiplied) with a Frobenius matrix, a linear combination of the remaining rows is added to a particular row of the matrix. Multiplication with the inverse matrix subtracts the corresponding linear combination from the given row. This corresponds to one of the elementary operations of Gaussian elimination (besides the operation of transposing the rows and multiplying a row with a scalar multiple).

    References

    Frobenius matrix Wikipedia