2.11 Classification of N x N Matrices:

A~=(a11a1NaN1aNN)

  1. det(A~)0 regular matrix

  2. A~=A~ symmetric matrix ajk=akj example (104022423)

  3. A~=A~ anti-symmetric matrix ajk=akj, in particular ajj=0tr(A~)=0

  4. A~=A~+ self-adjoined matrix or Hermite-matrix , this means:
    A~=(A~),ajk=akj
    example: A~=(12i221ii1+i3),
    if A~ is real then (ii) and (iv) are equivalent. diagonal elements of a Hermite-matrix are real, because of ajj=ajj. The determinant is also real, i.e. det(A~)R if A~ is a Hermite matrix.

  5. A~=A~+ anti-Hermite matrix ( diagonal elements vanish) in particular ajj=0tr(A~)=0

  6. A~=A~1 A~ is called orthogonal (real case) A~A~=A~A~=I~ if A~ is complex than A~+=A~1 means that A is ”unitary”. Properties of orthogonal matrices: det(A~)=±1 (follows from det(A~)=det(A~) and det(A~A~)=det(A~)det(A~)) if A~ and B~ orthogonal, then A~B~=C~ is also orthogonal.
    Example: rotation around z-axis


    PIC
    A~=(cosϕsinϕ0sinϕcosϕ0001)A~=(cosϕsinϕ0sinϕcosϕ0001)A~A~=(100010001)since cos2ϕ+sin2ϕ=1


    Test:
    det(A~)=1|cosϕsinϕsinϕcosϕ|=+1o.k.
  7. diagonal Matrix:

    A~=(a11000000aNN)

    det(A~)=a11a22aNN for diagonal matrix A~


With frame Back Forward as PDF

© J. Carstensen (Math for MS)