A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. The elements of a matrix are usually enclosed in square or round brackets.

The numbers (or functions) are called the elements or the entries of the matrix.
The horizontal lines of elements are said to constitute rows of the matrix and the vertical lines of elements are said to constitute columns of the matrix.
A matrix is denoted by a capital letter. If the matrix is then it’s elements are where is row and is column.

If a matrix has rows and columns then the dimension of a matrix is x .

Special Types of Matrices

  1. Row matrix - A matrix with only one row.
  2. Column matrix - A matrix with only one column.
  3. Square matrix - A matrix with the same number of rows and columns x .
  4. Diagonal matrix - A square matrix where all off-diagonal elements are zero i.e. when .
  5. Scalar matrix - A diagonal matrix where all diagonal elements are equal, i.e. when and when for some constant .
  6. Identity matrix - A diagonal matrix where all diagonal elements are 1.
  7. Upper triangular matrix - A square matrix where all elements below the main diagonal are zero.
  8. Lower triangular matrix - A square matrix where all elements above the main diagonal are zero.
  9. Symmetric matrix - A square matrix that is equal to its transpose. In other words, is symmetric when
  10. Skew symmetric matrix - A square matrix that is equal to the negative of its transpose. In other words, is symmetric when
  11. Zero matrix - A matrix where all elements are zero. We denote zero matrix by O.

Determinant

The determinant of a matrix is a scalar value that is computed from a square matrix and encapsulates certain properties of the matrix. Let be a square matrix of order , then the number is called determinant of the matrix .

Calculation for determinant

  1. For a matrix: ,
    determinant is =

  2. For a matrix: ,
    determinant is = .

General

For a matrix
General formula using first row expansion :
where is the submatrix obtained by removing the first row and column of .

Important

If is square matrix of order , then is called singular matrix when and nonsingular otherwise.

Minor, Cofactors and Adjoin matrix

Let is a square matrix. Then denotes a sub matrix of with order obtained by deleting its row and column.
Determinant of is called minor of the element of .

The cofactor of denoted by and is equal to .

The transpose of the matrix of cofactors of the element of A denoted by is called adjoin of matrix A.

Rank

It is defined as the maximum number of linearly independent rows or columns in the matrix. In other words, the rank tells you the dimension of the vector space spanned by its rows or columns.
Denoted by or

Key points about rank

  • where m and n are matrix row and columns.
  • A zero matrix has a rank of 0, as all its rows/columns are linearly dependent (filled with zeros).
  • An identity matrix has a rank equal to its dimension, as all its rows/columns are linearly independent.

Note

If the rank of a matrix is equal to the smaller of the number of rows or columns, the matrix is said to have full rank. For a matrix:

  • if and , then the matrix has full row rank.
  • if and , then the matrix has full row rank.

References :

  1. https://ncert.nic.in/pdf/publication/exemplarproblem/classXII/mathematics/leep203.pdf
  2. https://uom.lk/sites/default/files/math/files/MATRICES-COMPLETE_LECTURE_NOTE.pdf