Determinants

tags: Mathematics

All Mathematics Formula by Abhyas here

Please see README if this is the first time you are here.

Definition

A definite number associated to a square matrix

Notiation

For matrix

A=[aij] determinant is
Δ=D=det(A)=|aij|

Comparing Matrix and determinant

Matrix Determinant
Arrangement Square/Rectangular Square
Solution Cannot be converted into single number Can be converted into single number
Scalar Multiplication All elements are multiplied Multiply any one row or any one column

Expansion

2nd order

|abcd|=(adbc)

3rd order

|a11a12a13a21a22a23a31a32a33|

Method

  1. Chose any row or column(preferably one with most
    0
    s)
  2. For each element in the row/column:
    1. Use checkerboard method to give a sign.
      |++...+...............++...|
    2. Multiply the element, sign from checkerboard and the 2nd order minor of that element.
  3. Add all the terms obtained in step 2.
  4. Exapnd 2nd order determinants obtained as minors in step 2.
  5. Simplify

Properties of Determinants

  1. Value of determinant doesn't changes if transpose of determinant is taken
    |A|=|AT|
  2. If any two columns or rows are interchanged (
    RaRb
    ) then value of determinant changes by minus sign.
    |abcdefghi|=|defabcghi|[
    Using,
    R1R2]
  3. If any two column or row are identical, then value of determinant is
    0

    |234468567|=2|234234567|=0[R1=R2]
  4. If any row or column be multiplied by
    k
    then determinant becomes
    k
    times
  5. If each element of any row or column is expressed as sum of two or more elements, then determinant can be expressed as sum of two or more determinants
    |a+αb+βc+γdefghi|
    =
    |abcdefghi|
    +
    |αβγdefghi|
  6. Value of determinant does not changes if any row or column is added or subtracted by multiplying by same constant. eg. Using,
    CaCa±kCb
  7. If all elements of any row or column are zero, then value of determinant is
    0
  8. Determinant of Diagonal matrix, upper triangular matrix, lower triangular matrix has value equal to the product of principal diagonal elements.
  9. If A and B are square matrix of same order then,
    |AB|=|A||B|=|B||A|
  10. Factor Theorem:
    If in any deterninant
    Δ
    by putting
    x=a
    ,
    Δ=0
    then
    (xa)
    will be one factor.
    Product of diagonal elements gives the degree of determinants. The determinant gives same number of linear factors.
  11. Sum of product of any row or columns to its cofactors gives the value of determinant.
  12. While using properties at least one row or column should be unchanged.

All Mathematics Formula by Abhays here


This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.