Types of Matrices

  1. Row Matrix: A matrix with only 1 row.
  2. Column Matrix: A matrix with only 1 column.
  3. Square Matrix: A matrix with an equal number of rows and columns.
  4. Rectangular Matrix: A matrix with an unequal number of rows and columns.
  5. Zero Matrix: A matrix where all elements are zero, regardless of size.
  6. Diagonal Matrix: A square matrix where all elements except for the main diagonal are zero.
  7. Scalar Matrix: A square matrix with a constant value on the diagonal and zeros elsewhere.
  8. Unity Matrix: A matrix where all elements are 1, regardless of size.
  9. Identity Matrix: A square matrix with 1s along the main diagonal and 0s elsewhere.
  10. Upper Triangular Matrix: A square matrix where all elements below the diagonal are zero.
  11. Lower Triangular Matrix: A square matrix where all elements above the diagonal are zero.
  12. Symmetric Matrix: A square matrix that is equal to its transpose.
  13. Skew-Symmetric Matrix: A square matrix that is equal to the negative of its transpose.
  14. Non-Singular (Invertible) Matrix: A square matrix with a non-zero determinant.
  15. Singular (Non-Invertible) Matrix: A square matrix with a determinant of zero.
  16. Involutory Matrix: A square matrix that is its own inverse, meaning , where is the identity matrix.
  17. Orthogonal Matrix: A square matrix such that .
    • Important: Its determinant is .
    • Conditions:
      • Magnitude of every column must be 1.
      • Dot product of columns must be zero.
  18. Idempotent Matrix: A square matrix such that for every .
  19. Matrix with : Its determinant is either 1 or -1.

Key Points about Matrices

  1. Matrix operations always yield matrices as results.
  2. Left Distribution Law: .
  3. Right Distribution Law: .
  4. If is symmetric, then is skew-symmetric.
  5. Any square matrix can be expressed as a sum of a symmetric and skew-symmetric matrix:
    • Here, (symmetric) and (skew-symmetric).
  6. Transpose properties:
    • and .
  7. The zero matrix is the only matrix that is both symmetric and skew-symmetric.
  8. The product is symmetric if and only if .
  9. The sum is symmetric, while is skew-symmetric.
  10. .

Properties of Determinants

  1. The value of a determinant remains unchanged if its rows and columns are interchanged.
  2. If any two rows (or columns) of a determinant are interchanged, the sign of the determinant changes.
  3. If any two rows (or columns) of a determinant are identical, the value of the determinant is zero.
  4. If all elements of a row (or column) are multiplied by a scalar , the value of the determinant is also multiplied by :
  5. If some or all elements of a row (or column) are expressed as the sum of two (or more) terms, the determinant can be expressed as the sum of two (or more) determinants of the same order:
  6. The value of the determinant is not altered by adding or subtracting a multiple of any row (or column) to another row (or column):
  7. Factor Theorem: If substituting makes the determinant vanish, then is a factor of the determinant.

Cofactor Determinant

The determinant formed by replacing all elements of a determinant with their respective cofactors is called the cofactor determinant. If is the cofactor determinant of , then:

Determinant Results

  1. .

Determinants Key Points

  1. Determinant operations always yield scalar values.
  2. If is any scalar and is any matrix, then , where is the order of matrix .
  3. The area of a triangle with vertices , , can be found using the determinant:
  4. The inverse of a square matrix (if it exists) is given by:
  5. The product of a matrix and its adjugate is:
  6. The product of a matrix and its inverse is:
  7. The inverse exists only when is a non-singular matrix.
  8. The inverse of a square matrix, if it exists, is unique.
  9. If is a non-singular matrix, then both and are also non-singular.
  10. The determinant of a skew-symmetric matrix of odd order is zero.
  11. The determinant of a skew-symmetric matrix of even order is a non-zero perfect square.
  12. For a square matrix A, .
  13. A square matrix B is called the inverse of A if

System of Linear Equations

For a system of linear equations with three variables:

Using Cramer’s Rule:

  • For a unique solution: .
  • For an infinite number of solutions: .
    • If all cofactors of are zero, then there are no solutions.
  • For no solution (inconsistent system): Not all of , , and are zero.

Cayley-Hamilton Theorem

Every matrix satisfies its characteristic equation.

The characteristic equation of a matrix is given by: where is the identity matrix and is any variable.

For a matrix: The characteristic equation can be written as:

Important: Every matrix will satisfy its own characteristic equation.

Important Questions

  1. Calculate product of following matrix

    1. &&

    2. &&

  2. && then prove that (A - 5I)(A - 6I) = O

  3. && then prove that (A - 5I)(A - 6I) = O

    1. Find AB

    2. Find answers to the following equations using Matrices and Pre multiplication method

      x - 2y = 10, 2x + y + 3z = 8, -2y + z = 7

  4. Solve the following;

  5. Given prove that |3A| = 27|A| in two ways and also calculate the value of |3A|.

  6. Find the equation of the line joining the points (1,2) and (3,6) using determinants

  7. If (x,y) is any point on the line joining (a,0), (0,b) then show that x/a + y/b = 1

  8. Evaluate using cofactors of the elements of the third column.

  9. Given show that where

  10. Show that a unit matrix is a non singular matrix

  11. If A is a non-singular matrix of order 3 and |adj(A)| = |A|k then find value of k.

  12. If A is a square matrix of order 3 such that |adj(A)| = 64 then find |A|

  13. If then find |adj(A)|

  14. If show that A2 - 5A + 7I = 0 and also find A-1 (Do it by two different methods)

  15. If show that A2 - 4A - 5I = 0 and also find A-1 (Do it by two different methods)

  16. Solve the following system of equations by matrix method

    5x + 2y + z = 8, 2x - y + 3z = 4, 2x - 2y + 4z = 5

  17. If Find A-1 and also solve the following system of equations

    x + 2y - 3z = -4, 2x + 3y + 2z = 14, 3x - 3y - 4z = -15

  18. Examine the consistancy of following system of equations

    3x - y - 2z = 2, 2y - z = -1, 3x - 5y = 3

  19. If A is a square matrix of order 3 and |A| = -4 then |adj(A)| is equal to ?

  20. If and |A|3 = 125 then what is the value of

    Options - , , , 0

  21. Find X and Y if ,

  22. If co-ordinates of the vertices of a equilateral triangle with sides of length ‘a’ are (x1,y1),(x2,y2),(x3,y3) then show that

  23. Solve the following set of linear equations using matrix method:

    x - y + 2z = 7, 3x + 4y -5z = -5, 2x - y + 3z = 12

  24. Find A - B

  25. If for a square matrix A, A2 - 3A + I = 0 and A-1 = xA + yI then find the value of x + y

  26. Find the number of 3x3 non-singular matrix, with four entries as 1 and all the other entries as 0

    Options - less than 4, 5, 6, at least 7

  27. If w != 1 is the complex cube root of unity and matrix then find the value of H70

  28. If A is an 3x3 non-singular matrix such that AAT = ATA and B = A-1AT then find the value of BBT