Determinant

From alpha
Jump to navigation Jump to search

A determinant is a scalar value that can be calculated from the elements of a square matrix.

Definition

For every square matrix, of order a determinant can be defined as a scalar value that is real or a complex number, where

is the th element of matrix . The determinant can be denoted as or .

Determinant is written by taking the grid of numbers and arranging them inside the absolute-value bars instead of using square brackets.

Consider a matrix

Then, its determinant can be shown as:

Determinant of a matrix of order one

Let be the matrix of order , then determinant of is defined to be equal to

Example

Determinant of a matrix of order two

Let be the matrix of order , then determinant of is defined as

Example

Determinant of a matrix of order three

Determinant of a matrix of order three can be determined by expressing it in terms of second order determinants. This is known as expansion of a determinant along a row (or a column).

Expansion of a determinant along a row ( First row)

Step 1: Multiply first element of first row by and with the second order determinant obtained by deleting the elements of first row and first column of as lies in first row and first column.

Step 2: Multiply first element of first row by and with the second order determinant obtained by deleting the elements of first row and second column of as lies in first row and second column.

Step 3: Multiply first element of first row by and with the second order determinant obtained by deleting the elements of first row and third column of as lies in first row and third column.

Step 4: The expansion of determinant of ( ) written as sum of all the three terms obtained in steps 1, 2 and 3 above is given by

Example