📐

CBSEClass 12Mathematics

Matrices

Types of matrices, operations, transpose, and invertibility.

Chapter 3

Verified Curriculum Topic

What is Matrices?

Types of matrices, operations, transpose, and invertibility.

Matrices matters because it strengthens the problem-solving fluency expected at Class 12 level. Students are usually expected to understand the method, justify each step clearly, and apply the idea across standard board-style questions.

Study Matrices now

Summary

The One Thing

Matrix calculations depend first on dimensions: addition and subtraction require equal orders, while multiplication requires the number of columns of the first matrix to equal the number of rows of the second. For a square matrix, invertibility is determined by the determinant: a matrix is invertible exactly when its determinant is non-zero.

Definitions and Results

  • Matrix: A rectangular array of elements arranged in rows and columns, usually denoted by a capital letter such as . If is an matrix, identifies the row and identifies the column of .

  • Order of a Matrix: An matrix has rows and columns.

  • Row Matrix: A matrix with one row, such as .

  • Column Matrix: A matrix with one column, such as .

  • Rectangular Matrix: A matrix with different numbers of rows and columns.

  • Square Matrix: A matrix with the same number of rows and columns.

  • Zero or Null Matrix: A matrix whose every element is zero. It is the additive identity:
For every matrix ,

  • Diagonal Matrix: A square matrix whose elements outside the main diagonal are zero.

  • Scalar Matrix: A diagonal matrix in which all main diagonal elements are equal.

  • Identity Matrix: A square matrix with s on the main diagonal and s elsewhere, denoted by . It satisfies
whenever the dimensions are compatible.

  • Upper Triangular Matrix: A square matrix whose elements below the main diagonal are zero.

  • Lower Triangular Matrix: A square matrix whose elements above the main diagonal are zero.

  • Symmetric Matrix: A square matrix satisfying

  • Skew-Symmetric Matrix: A square matrix satisfying
Its diagonal elements must be zero, since

  • Equality of Matrices: Two matrices are equal only if they have the same order and all corresponding elements are equal.

  • Matrix Addition and Subtraction: These operations are defined only for matrices of the same order and are performed element by element.

  • Scalar Multiplication: Every element of a matrix is multiplied by the same scalar.

  • Matrix Multiplication: is defined when the number of columns of equals the number of rows of . Each entry is obtained by multiplying a row of by a column of and adding the resulting products.

  • Non-Commutativity of Multiplication: In general,

  • Associativity and Distributivity: Whenever the products are defined,

  • Transpose: is obtained by interchanging the rows and columns of . If is , then is . The main transpose identities are

  • Symmetric and Skew-Symmetric Decomposition: Every square matrix can be expressed uniquely as
where the first term is symmetric and the second is skew-symmetric.

  • Determinant: A numerical value associated with a square matrix that helps determine whether it is invertible. For

  • Invertible or Non-Singular Matrix: A square matrix is invertible if

  • Singular Matrix: A square matrix is singular if
A singular matrix has no inverse.

  • Inverse Matrix: is the inverse of a square matrix if
The inverse is unique.

  • Adjoint: The adjoint of , written , is the transpose of its cofactor matrix and is used to calculate the inverse.

  • Inverse Formula: If , then

  • Cofactor and Adjoint for a Matrix: For
the cofactor matrix is after arranging cofactors appropriately, and

  • Inverse Identities: If and are invertible, then
Also,

  • Triangular Determinant: The determinant of a triangular matrix is the product of its diagonal elements.

  • Elementary Row or Column Operations: These include interchanging rows or columns, multiplying a row or column by a non-zero scalar, and adding a multiple of one row or column to another.

  • Matrix Equation: To solve
when is invertible, multiply on the left by : Systems of linear equations may be represented in matrix form and solved using inverse matrices, determinants, or elementary operations.

Worked Methods

Classifying a Matrix

  • Count the rows and columns.
  • State the order .
  • Identify whether the matrix is a row, column, rectangular, or square matrix.
  • Inspect its entries to determine whether it is zero, diagonal, scalar, identity, upper triangular, lower triangular, symmetric, or skew-symmetric.
  • For symmetry, calculate or compare the transpose:
  • For skew-symmetry, verify
and confirm that every diagonal element is zero.

Adding or Subtracting Matrices

  • Check that the matrices have the same order.
  • Add or subtract corresponding elements.
  • If the orders differ, the operation is not defined.

The zero matrix acts as the additive identity:

Multiplying by a Scalar

  • Take the given scalar .
  • Multiply every element of the matrix by .
  • The order of the matrix remains unchanged.

The transpose obeys

Multiplying Two Matrices

  • Check that the number of columns of equals the number of rows of .
  • Form each entry of by taking a row of and the corresponding column of .
  • Multiply corresponding entries.
  • Add the products.
  • Repeat for every row-column pair.
  • Do not assume that ; matrix multiplication is generally not commutative.

Matrix multiplication remains associative and distributive:

Finding a Transpose

  • Write the rows of as the columns of .
  • If is , record that is .
  • Apply the relevant identities where required:
  • The order of multiplication reverses when transposing a product.

Decomposing a Square Matrix

For a square matrix :

  • Form .
  • Multiply by :
This is symmetric.
  • Form .
  • Multiply by :
This is skew-symmetric.
  • Add the two parts:

Finding the Determinant of a Matrix

For

  • Multiply the main-diagonal entries:
  • Multiply the other diagonal entries:
  • Subtract:
  • If , the matrix is invertible.
  • If , the matrix is singular and has no inverse.

Finding the Inverse of a Matrix

For

  • Calculate
  • If the determinant is zero, stop: has no inverse.
  • Form the adjoint:
  • Multiply the adjoint by the reciprocal of the determinant:
  • The result satisfies

Solving a Matrix Equation

To solve when is invertible:

  • Establish that is square and .
  • Multiply both sides on the left by :
  • Use :
  • A system of linear equations can therefore be represented in matrix form and solved by inverse matrices, determinants, or elementary operations.

Where It Goes Wrong

  • Adding or subtracting matrices of different orders is invalid; the matrices must have the same order.
  • Multiplication is often attempted without checking dimensions; the number of columns of the first matrix must equal the number of rows of the second.
  • The order of matrix multiplication is frequently reversed incorrectly: generally , and
not .
  • An inverse is calculated for a non-square matrix or for a square matrix with determinant zero; only square matrices with non-zero determinant are invertible.
  • A skew-symmetric matrix is identified without checking its diagonal entries; every diagonal element must be zero.
  • In the inverse formula, the signs and positions in
must be preserved, and division by is valid only when the determinant is non-zero.

What Gets Asked

This material supports questions requiring students to:

  • State the order of a matrix and classify it as a row, column, rectangular, square, zero, diagonal, scalar, identity, upper triangular, lower triangular, symmetric, or skew-symmetric matrix.
  • Determine whether two matrices are equal.
  • Add, subtract, or multiply matrices after checking their dimensions.
  • Apply scalar multiplication and the identity and zero matrix properties.
  • Calculate a matrix product using row-column products.
  • Explain why matrix multiplication is associative and distributive but generally not commutative.
  • Find the transpose of a matrix and use
  • Decompose a square matrix into symmetric and skew-symmetric parts.
  • Calculate the determinant of a matrix using
  • Find the cofactor matrix and adjoint of
  • Determine whether a matrix is singular or non-singular.
  • Find the inverse using
  • Use triangular diagonal entries to calculate a determinant.
  • Verify inverse and transpose identities.
  • Solve using
  • Represent and solve systems of linear equations using inverse matrices, determinants, or elementary row and column operations.

Flashcards

Quick quiz

What is the order of a matrix with 3 rows and 5 columns?

Save this & unlock the full study pack

Create a free account to save Matrices, get the complete set of notes, flashcards, quizzes, mind maps, and mock exams, and track your progress across Mathematics.

Sign up free — save & unlock everything

Key ideas to master

  • Know the key definitions, relationships, and formulas connected to Matrices.
  • Practise solving standard and mixed problems without skipping intermediate steps.
  • Check where sign errors, unit errors, or algebra slips usually happen.
  • Compare multiple methods when the chapter allows more than one valid approach.

Common exam prompts

  • Solve a representative Matrices problem step by step and justify each stage.
  • Explain which formula or method is most efficient for a board-style Class 12 question.
  • Identify the most common trap or mistake in Matrices questions.
  • Link Matrices to a mixed-question set with earlier chapters.

How to study Matrices effectively

Step 1

Start with a clear summary

Generate a concise summary first so you can see the core idea, the main vocabulary, and the chapter structure before going deeper.

Step 2

Turn it into active recall

Use flashcards and a short quiz to test whether you can reproduce the ideas in your own words instead of only recognising them.

Step 3

Ask the tutor where you are weak

Use AI Tutor for step-by-step explanations, simpler language, and one-question checks whenever part of the chapter still feels unclear.

Quick answers students usually need

What is Matrices in CBSE Class 12 Mathematics?

Types of matrices, operations, transpose, and invertibility.

How should I study Matrices effectively?

Start with a concise summary, then move into notes, flashcards, and a short quiz. Use AI Tutor when you need a simpler explanation, a worked example, or a quick oral check on the part that still feels unclear.

What can Study Buddy generate for Matrices?

From this verified topic path, Study Buddy can generate summaries, detailed notes, flashcards, quizzes, mind maps, and follow-up tutor explanations that stay aligned with the selected curriculum branch.

Generate Your Study Pack

Get AI-generated notes, flashcards, quizzes, and mind maps for Matrices. All content is curriculum-aligned and tailored to Class 12 level.

📝 Summary📓 Notes🎴 Flashcards✅ Quiz🗺️ Mind Map
Generate Study Pack — Free

More Topics in Mathematics

Useful next links for this topic