Invertible Matrices

From alpha
Revision as of 07:20, 12 January 2024 by Ramamurthy S (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

In linear algebra, an square matrix is called invertible, if the product of the matrix and its inverse is the identity matrix.

Definition

A matrix of dimension is called invertible if and only if there exists another matrix of the same dimension, such that , where is the identity matrix of the same order. Matrix is known as the inverse of matrix . Inverse of matrix is symbolically represented by.Invertible matrix is also known as a non-singular matrix or non-degenerate matrix.

For example, matrices and are given below:

Now we multiply with and obtain an identity matrix:

Similarly, on multiplying B with A, we obtain the same identity matrix:

We can that

Hence and is known as the inverse of

and can also be called an inverse of

Invertible Matrices Theorem

Theorem 1

If there exists an inverse of a square matrix, it is always unique.

Proof:

Let is a square matrix of order . Let matrices and to be inverses of matrix .

Now since is the inverse of matrix .

Similarly, .

But

This proves or and are the same matrices.

Theorem 2

If and are matrices of the same order and are invertible, then

Proof:

As per the definition of inverse of a matrix

--------- Multiply by on both sides

--------- We know that    

---------We know that  

---------We know that  

--------- Multiply by on both sides

---------We know that  

---------We know that  

Applications of Invertible Matrix

  • Invertible matrices can be used to encrypt a message. There are many ways to encrypt a message and the use of coding has become particularly significant in recent years.
  • Invertible matrices are employed by cryptographers to decode a message as well, especially those programming the specific encryption algorithm.
  • Computer graphics in the 3D space use invertible matrices to render what you see on the screen.