Reducing a symmetrical matrix to diagonal form

Reducing a symmetrical matrix to diagonal form

Understanding the Concept

  • A symmetrical matrix is a special type of square matrix where corresponding elements in the upper and lower half of the matrix about the main diagonal are equal. In simpler words, it is a matrix that is equal to its transpose.
  • To reduce a symmetrical matrix to diagonal form, we perform certain row and column operations until all the off-diagonal elements become zero, resulting in a matrix with entries only along the main diagonal.
  • The process involves a mathematical technique known as diagonalisation.

Essential Steps

  • The process starts with determining if the matrix can be diagonalised. A square matrix can be diagonalised if it has n distinct eigenvectors, where n represents the order of the matrix (number of rows or columns).
  • Find the eigenvectors and the corresponding eigenvalues of the symmetric matrix. Eigenvalues and vectors represent special scalars and vectors such that multiplication of the matrix by an eigenvector only results in a scalar multiplication of the eigenvector, the scalar being the corresponding eigenvalue.
  • Arrange the eigenvalues along the diagonal of a new matrix, Λ. This matrix should have the same size as the original symmetrical matrix.
  • Create a matrix, P, formed by the eigenvectors as columns, in the same order as their corresponding eigenvalues in Λ.
  • The diagonal form of the matrix is the product of P inverse, the original matrix (A), and P, such that A=PΛP^(-1).

Key Properties

  • While the process of diagonalisation changes the elements of the matrix, the eigenvalues derived from the matrix remain the same.
  • The process helps in simplifying the multiplication and power of matrices.
  • It’s pertinent to note that not every symmetric matrix can be diagonalised. Only those symmetric matrices that possess a set of real and distinct eigenvalues along with a complete set of corresponding orthogonal eigenvectors can be reduced to diagonal form using this method.

Further Practice

  • Understand how to compute the eigenvalues and eigenvectors for a given symmetrical matrix. Practice with different types of matrices to consolidate your understanding.
  • Be able to test if a matrix is diagonalisable.
  • Practice diagonalising matrices and verify results using the equation A=PΛP^(-1).
  • Utilise workbooks, guidebooks, and revision materials to gain expertise in reducing symmetric matrices to diagonal form.

Remember, your comprehension of this topic will significantly improve with continued practice of the computations.