XamBaaz

Matrices — Class 12 MCQs with Answers

Class 12 CBSE Mathematics · Chapter 3

90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated

Practise the most important Class 12 CBSE Mathematics questions from Chapter 3, "Matrices". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.

To score well in "Matrices", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.

Use this chapter for focused revision. Start with the Easy set to check your basics on Matrices, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 12 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.

Key concepts: Matrices (Class 12 Mathematics)

A matrix is a rectangular array of numbers indexed by rows and columns. This chapter defines the standard types, the algebra of addition, scalar multiplication and non-commutative multiplication, the transpose and its laws, symmetric and skew-symmetric matrices, and invertibility — the toolkit determinants build on next.

Order of a matrix
An m × n matrix has m rows and n columns; the element aᵢⱼ sits in row i, column j. Order fixes which operations are allowed.
Types of matrices
Row (1 row), column (1 column), square (m = n), diagonal (off-diagonal zero), scalar (kI), identity (1's on diagonal) and zero matrices.
Matrix addition
Only matrices of the SAME order can be added, element by element; addition is commutative and associative.
Scalar multiplication
kA multiplies every entry of A by k; distributes over matrix addition, k(A + B) = kA + kB.
9 more key concepts, 8 formulas, exam tips free with sign-in.

Matrices — important questions & MCQs with answers (Class 12 Mathematics)

14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.

  1. Q1Easy

    Order of matrix with 2 rows, 3 columns:

    A.6
    B.3 × 2
    C.2 × 3✓ Correct
    D.5

    Answer: C. 2 × 3

    Explanation: Matrix order is always written rows × columns, so 2 rows and 3 columns gives 2×3 — not 3×2, which swaps the convention.

  2. Q2Easy

    A row matrix has:

    A.Same rows and columns
    B.1 column
    C.1 row✓ Correct
    D.No restriction

    Answer: C. 1 row

    Explanation: A row matrix has exactly 1 row and any number of columns — don't confuse it with a column matrix, which instead has exactly 1 column.

  3. Q3Easy

    Two matrices can be added if:

    A.Square
    B.Same number of rows
    C.They have the same order✓ Correct
    D.Same number of columns

    Answer: C. They have the same order

    Explanation: Two matrices can be added only if they have the same order — same rows AND same columns; matching rows alone or columns alone isn't enough.

  4. Q4Easy

    Transpose A^T of matrix A:

    A.Multiplies by −1
    B.Adds 1 to entries
    C.Interchanges rows and columns✓ Correct
    D.Inverts

    Answer: C. Interchanges rows and columns

    Explanation: The transpose Aᵀ interchanges the rows and columns of A — row i becomes column i; it does not multiply by −1, add 1, or invert A.

  5. Q5Easy

    A square matrix A is symmetric if:

    A.A is identity
    B.A^T = −A
    C.A is diagonal
    D.A^T = A✓ Correct

    Answer: D. A^T = A

    Explanation: By definition, a square matrix A is symmetric when Aᵀ = A; Aᵀ = −A instead defines a skew-symmetric matrix — don't mix up the sign.

  6. Q6Easy

    The trace of the matrix [[2, 5], [1, 3]] is:

    A.5✓ Correct
    B.2
    C.6
    D.11

    Answer: A. 5

    Explanation: The trace is the sum of the diagonal elements, 2 + 3 = 5.

  7. Q7Medium

    (A')' =

    A.
    B.−A
    C.A✓ Correct
    D.A⁻¹

    Answer: C. A

    Explanation: Transposing swaps rows and columns; doing it twice undoes the swap and returns the original matrix, so (Aᵀ)ᵀ = A, not A² or −A.

  8. Q8Medium

    In matrix A = [a_ij], a_23 represents the element in:

    A.First position
    B.Row 3, column 2
    C.Row 2, column 2
    D.Row 2, column 3✓ Correct

    Answer: D. Row 2, column 3

    Explanation: In a_ij, the first subscript i is the row and the second j is the column, so a₂₃ is the entry in row 2, column 3.

  9. Q9Medium

    For AB to be defined, columns of A must equal:

    A.Rows of B✓ Correct
    B.Columns of B
    C.Rows of A
    D.Determinant

    Answer: A. Rows of B

    Explanation: For AB to exist, the inner dimensions must match: columns of A equal rows of B, since (m×n)(n×p) → m×p; the column count of B is irrelevant here.

  10. Q10Medium

    Transpose of [[1, 2, 3], [4, 5, 6]]:

    A.[[4, 5, 6], [1, 2, 3]]
    B.[[1, 2, 3], [4, 5, 6]]
    C.[[3, 2, 1], [6, 5, 4]]
    D.[[1, 4], [2, 5], [3, 6]]✓ Correct

    Answer: D. [[1, 4], [2, 5], [3, 6]]

    Explanation: Transposing swaps rows and columns: the first row (1,2,3) becomes the first column, giving [[1,4],[2,5],[3,6]] — a 3×2 matrix, not another 2×3 arrangement.

  11. Q11Medium

    For symmetric matrix A: a_ij =

    A.−a_ji
    B.a_ji✓ Correct
    C.Always 0
    D.Always non-zero

    Answer: B. a_ji

    Explanation: For a symmetric matrix, the entry in row i, column j equals the entry in row j, column i: a_ij = a_ji.

  12. Q12Hard

    Matrix A is orthogonal if:

    A.A² = I
    B.A^T = −A
    C.A · A^T = I✓ Correct
    D.det A = 0

    Answer: C. A · A^T = I

    Explanation: A matrix A is orthogonal by definition when A·Aᵀ = I, i.e. its transpose equals its inverse — not merely A² = I or a zero determinant.

  13. Q13Hard

    Symmetric matrix:

    A.A = 0
    B.A' = −A
    C.A·A' = 0
    D.A' = A✓ Correct

    Answer: D. A' = A

    Explanation: A symmetric matrix satisfies Aᵀ = A — it equals its own transpose; a matrix with Aᵀ = −A is instead called skew-symmetric, a different sign entirely.

  14. Q14Hard

    For any two matrices A and B for which AB is defined, (AB)ᵀ equals:

    A.BA
    B.AᵀBᵀ
    C.AB
    D.BᵀAᵀ✓ Correct

    Answer: D. BᵀAᵀ

    Explanation: The transpose of a product is the product of the transposes taken in the reverse order.

Start this chapter free

You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.

This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.

Start this chapter free →

Matrices — FAQs

What are the key concepts in Class 12 Mathematics Matrices?+

A matrix is a rectangular array of numbers indexed by rows and columns. This chapter defines the standard types, the algebra of addition, scalar multiplication and non-commutative multiplication, the transpose and its laws, symmetric and skew-symmetric matrices, and invertibility — the toolkit determinants build on next. Key ideas include Order of a matrix, Types of matrices, Matrix addition, Scalar multiplication.

What does Class 12 Mathematics Chapter 3 (Matrices) cover on XamBaaz?+

It has 90 NCERT-based MCQs on "Matrices": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.

Are these "Matrices" questions free to practise?+

Yes. Sign in with Google to practise "Matrices" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.

How should I revise "Matrices" for the exam?+

Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.

Are these "Matrices" MCQs available with answers?+

Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.

Is there negative marking in the "Matrices" quizzes?+

Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.

What are the important questions from Matrices (Class 12 Mathematics)?+

The questions that matter most test Order of a matrix, Types of matrices, Matrix addition, Scalar multiplication. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.

Is there an online quiz for Matrices?+

Yes — Class 12 Mathematics Matrices has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.

More Class 12 Mathematics chapters

Class 12 — other subjects

← All Class 12 Mathematics chapters
🦅 One new exam question every day on InstagramFollow @xambaaz