Difference between revisions of "Properties of Determinants"

From alpha
Jump to navigation Jump to search
 
Line 123: Line 123:


=== Triangular Property ===
=== Triangular Property ===
If the elements above or below the main diagonal are equal to zero, then the value of the determinant is equal to the product of the elements of the diagonal matrix.
<math>\bigtriangleup=    \begin{vmatrix} a_1 & a_2 & a_3 \\ 0 & b_2 & b_3 \\0 & 0 & c_3 \end{vmatrix}=\begin{vmatrix} a_1 & 0 & 0 \\ b_1 & b_2 & 0\\c_1 & c_2 & c_3 \end{vmatrix}= a_1b_2c_3</math>
'''Verification'''
L.H.S <math>=a_1(b_2c_3-0)-a_2 (0-0)+a_3(0-0)=a_1b_2c_3 </math>
R.H.S = <math>=a_1(b_2c_3-0)-0 (b_1c_3-0)+0(b_1c_2-b_2c_1)=a_1b_2c_3 </math>
L.H.S = R.H.S

Latest revision as of 07:38, 30 January 2024

Properties of determinants are required to find the value of the determinant with least calculations. The properties of determinants are based on the elements, the row, and column operations, and it helps to easily find the value of the determinant.

Properties of Determinants

Interchange Property

The value of a determinant remains unchanged if the rows and the columns of a determinant are interchanged.

Before the rows and the columns are interchanged

After the rows and the columns are interchanged

Verification

Hence

If the rows and columns of the matrix are interchanged, then the transpose of the matrix is obtained and the determinant value and the determinant of the transpose are equal.

Sign Property

If any two rows or any two columns are interchanged, the sign of the value of the determinant changes.

After changing any two rows

Verification


Zero Property

If any two rows (or columns) of a determinant are identical (all corresponding elements are same), then value of determinant is zero.

Verification

Multiplication Property

If each element of a row (or a column) of a determinant is multiplied by a constant k, then its value gets multiplied by k

Verification

Sum Property

If some or all elements of a row or column of a determinant are expressed as sum of two (or more) terms, then the determinant can be expressed as sum of two (or more) determinants.

Verification

L.H.S =

= R.H.S

Property of Invariance

If, to each element of any row or column of a determinant, the equimultiples of corresponding elements of other row (or column) are added, then value of determinant remains the same, i.e., the value of determinant remain same if we apply the operation or

Here we have multiplied the elements of the third row () by a constant and added them to the corresponding elements of the first row (). This is shown symbolically as

Using Sum property

(as the and are proportional)

Triangular Property

If the elements above or below the main diagonal are equal to zero, then the value of the determinant is equal to the product of the elements of the diagonal matrix.

Verification

L.H.S

R.H.S =

L.H.S = R.H.S