RankLab
Back to Concepts
MathsMediumClass 12

Inverse of Matrix — Using elementary operations

Matrices

6

JEE Qs

8%

Hard

75

min

Master the systematic application of elementary operations with precision and practice extensively to minimize arithmetic errors and improve speed.

🧮 Key Formulas

A = IA (for performing row operations)
A = AI (for performing column operations)
AA⁻¹ = A⁻¹A = I

✅ Key Points for JEE

  • 1To find A⁻¹ using elementary row operations, start with A = IA. Apply a sequence of row operations to A to transform it into I. Simultaneously apply the *exact same* sequence of row operations to the identity matrix I on the RHS. The matrix obtained from I on the RHS will be A⁻¹.
  • 2To find A⁻¹ using elementary column operations, start with A = AI. Apply a sequence of column operations to A to transform it into I. Simultaneously apply the *exact same* sequence of column operations to the identity matrix I on the RHS. The matrix obtained from I on the RHS will be A⁻¹.
  • 3It is crucial to stick to either elementary row operations OR elementary column operations throughout the process; never mix them.
  • 4If, during the process of transforming A into an identity matrix, an entire row or column of A becomes zeros, then A is a singular matrix and its inverse does not exist.
  • 5The inverse of a square matrix, if it exists, is unique.

⚠️ Common Mistakes

  • Mixing elementary row operations with elementary column operations in the same problem.
  • Performing an elementary operation on one matrix (A) but forgetting to apply the *exact same* operation to the other matrix (I) simultaneously.
  • Committing arithmetic errors, especially when dealing with fractions or multiple operations in a single step.
  • Not following a systematic approach to transform A into I, leading to inefficient steps or getting stuck in a loop.

NCERT Chapters

  • Class 12 Mathematics Ch 3: Matrices