India's #1 AI Tutortopic article · Mathematics

Matrices for Class 12: The Complete CBSE Guide (2026-27)

Matrices class 12 represents one of the most scoring and conceptually rich chapters in CBSE Mathematics, bridging algebraic structures with real-world applications in computer graphics, economics, and engineering. The NCERT curriculum dedicates substantial focus to matrix operations, transpose properties, and the elegant theory of symmetric and skew-symmetric matrices. With a consistent weightage of 10-13 marks in board examinations, this chapter offers high returns for focused preparation. Unlike earlier classes where matrices were introduced as arrays, Class 12 treatment demands rigorous understanding of algebraic properties, proof techniques, and pattern recognition. This guide synthesizes every NCERT concept, formula, and problem type into a structured revision resource aligned perfectly with CBSE 2026-27 examination standards.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

Key takeaways

  • Matrices class 12 carries 10-13 marks in CBSE boards with 2-3 questions testing operations, transpose, and symmetric properties
  • Matrix multiplication is NOT commutative: AB ≠ BA in general, a concept tested repeatedly in 2-mark true/false questions
  • Every square matrix can be uniquely expressed as the sum of a symmetric matrix and a skew-symmetric matrix (P = ½(A + A') + ½(A − A'))
  • Transpose properties form the backbone of proofs: (AB)' = B'A' and (A')' = A are used in 80% of derivation-based questions
  • A matrix is symmetric if A' = A and skew-symmetric if A' = −A; all diagonal elements of a skew-symmetric matrix must be zero
  • Order compatibility is essential: for AB to exist, number of columns in A must equal number of rows in B
  • The 2024-25 NCERT textbook contains 37 solved examples and 4 exercise sets with 62 problems — practicing all is minimum preparation

Understanding Matrices Class 12: NCERT Chapter Structure and Scope

The matrices class 12 chapter in NCERT comprises four major sections that build progressively. Section 3.1 introduces the formal definition, order notation (m×n where m=rows, n=columns), and types of matrices including row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, and zero matrix. Section 3.2 delves deep into operations on matrices: equality (only if same order and corresponding elements equal), addition and subtraction (only for matrices of same order), scalar multiplication (multiplying every element by a constant k), and matrix multiplication using the row-column rule. Section 3.3 covers transpose of a matrix, denoted A' or Aᵀ, obtained by interchanging rows and columns, along with six fundamental properties of transpose. Section 3.4 introduces symmetric matrices (A'=A) and skew-symmetric matrices (A'=−A), culminating in the theorem that any square matrix can be expressed as sum of symmetric and skew-symmetric matrices. The CBSE marking scheme allocates approximately 4 marks to basic operations, 3-4 marks to transpose properties and proofs, and 3-5 marks to symmetric/skew-symmetric applications. Past year analysis shows that 2023 carried a 5-mark question on expressing a given matrix as sum of symmetric and skew-symmetric parts, while 2024 featured a 3-mark proof using transpose properties. Understanding this structure helps students allocate study time proportionally and anticipate question patterns in boards.
  • Section 3.1: Definition, order, types (row, column, square, diagonal, scalar, identity, zero matrices)
  • Section 3.2: Operations — equality, addition, subtraction, scalar multiplication, matrix multiplication with order compatibility rules
  • Section 3.3: Transpose definition, notation (A' or Aᵀ), six transpose properties including (AB)'=B'A'
  • Section 3.4: Symmetric (A'=A) and skew-symmetric (A'=−A) matrices, representation theorem for square matrices

Matrix Operations: Addition, Subtraction, Scalar and Matrix Multiplication

Operations form the computational core of matrices class 12. Addition and subtraction require matrices to be of identical order; the operation is performed element-wise: if A=[aᵢⱼ] and B=[bᵢⱼ] are both m×n, then (A+B)=[aᵢⱼ+bᵢⱼ]. Properties include commutativity (A+B=B+A), associativity ((A+B)+C=A+(B+C)), existence of additive identity (zero matrix O), and additive inverse (−A). Scalar multiplication by k means multiplying each entry by k: kA=[kaᵢⱼ]. Matrix multiplication is more intricate: for A(m×n) and B(n×p), the product AB is defined and has order m×p, where (AB)ᵢⱼ = Σ(aᵢₖbₖⱼ) summed from k=1 to n. Critically, matrix multiplication is NOT commutative — AB≠BA in general, even when both products are defined. This appears in 2-mark board questions asking whether AB=BA for given matrices. Associativity holds: (AB)C=A(BC). Distributivity also holds: A(B+C)=AB+AC and (A+B)C=AC+BC. Identity matrix I acts as multiplicative identity: AI=IA=A. A common board question type provides two 2×2 matrices and asks to verify whether AB=BA (usually it does not). Another frequent problem asks to find matrix X satisfying equations like AX=B, requiring understanding of left and right multiplication differences.
  • Addition/Subtraction: Only defined for same-order matrices; commutative and associative
  • Scalar multiplication: Distributive over matrix addition; k(A+B)=kA+kB and (k+m)A=kA+mA
  • Matrix multiplication: Order rule — A(m×n)×B(n×p)=AB(m×p); generally non-commutative
  • Associative property: (AB)C=A(BC) allows flexible grouping in multiple products
  • Distributive laws: A(B+C)=AB+AC and (A+B)C=AC+BC essential for algebraic manipulation

Transpose of a Matrix: Definition, Notation and Core Properties

The transpose operation is central to matrices class 12, appearing in nearly every board exam. If A=[aᵢⱼ] is an m×n matrix, its transpose A' (or Aᵀ) is the n×m matrix where the (i,j)-th element of A becomes the (j,i)-th element of A'. Geometrically, transpose reflects the matrix across its main diagonal. The NCERT lists six properties that must be memorized: (i) (A')'=A (transpose of transpose returns original matrix), (ii) (kA)'=kA' for scalar k, (iii) (A+B)'=A'+B' (transpose distributes over addition), (iv) (AB)'=B'A' (transpose reverses order in multiplication — this is the most frequently tested property), (v) If A is symmetric, A'=A, (vi) If A is skew-symmetric, A'=−A. Property (iv) is counter-intuitive and appears in 3-mark proofs: students must show that (ABC)'=C'B'A', applying the rule iteratively. The 2022 CBSE paper asked to prove (A+A')' = A+A', which follows from properties (i) and (iii). Another standard question provides a 3×3 matrix and asks to compute A+A' and A−A', then verify their nature (symmetric and skew-symmetric respectively). Transpose also connects to matrix equations: solving A'X=B requires different manipulation than AX=B. Practice converting between row and column matrices using transpose is essential, as this appears in determinant cofactor expansions in later chapters.
  • (A')' = A: Transposing twice returns the original matrix
  • (kA)' = kA': Scalar factors can be taken outside transpose operation
  • (A+B)' = A' + B': Transpose distributes over matrix addition and subtraction
  • (AB)' = B'A': Transpose of product reverses the order (NOT (AB)'=A'B')
  • For any matrix A, (A')' equals A, a property used in simplification of complex expressions

Symmetric Matrices: Definition, Properties and CBSE Question Patterns

A square matrix A is symmetric if A'=A, meaning aᵢⱼ=aⱼᵢ for all i,j. In simpler terms, the matrix is mirror-symmetric about its main diagonal. For example, [[1,2,3],[2,4,5],[3,5,6]] is symmetric because element at position (1,2) equals element at (2,1), element at (1,3) equals element at (3,1), and so on. All diagonal matrices are symmetric. The sum and difference of two symmetric matrices of the same order is symmetric: if A'=A and B'=B, then (A+B)'=A'+B'=A+B. Scalar multiples of symmetric matrices remain symmetric. However, the product of two symmetric matrices is symmetric ONLY if they commute (AB=BA), a subtle point tested in 2-mark MCQs. Another property: if A is any square matrix, then A+A' is always symmetric, as (A+A')'=A'+(A')'=A'+A=A+A'. This forms half of the representation theorem. CBSE frequently asks: 'If A is symmetric, prove that A²=AA is symmetric.' Solution: (A²)'=(AA)'=A'A'=AA=A² using A'=A. The 2024 board paper included a 2-mark question asking to find value of x if [[1,x,3],[2,5,7],[3,7,9]] is symmetric, requiring students to equate corresponding off-diagonal elements (x=2, and verify 3=3, 7=7). Symmetric matrices appear in quadratic forms, optimization, and physics applications taught in higher courses.
  • A square matrix A is symmetric ⟺ A' = A ⟺ aᵢⱼ = aⱼᵢ for all i,j
  • Sum A+B of symmetric matrices is symmetric; product AB is symmetric only if AB=BA
  • For any square matrix A, the matrix (A+A') is always symmetric
  • All diagonal matrices, scalar matrices, and identity matrices are symmetric
  • If A is symmetric, then Aⁿ is symmetric for any positive integer n (proved by induction using (Aⁿ)'=(A')ⁿ=Aⁿ)

Skew-Symmetric Matrices: Characteristics and Key Results

A square matrix A is skew-symmetric if A'=−A, which means aᵢⱼ=−aⱼᵢ for all i,j. Immediately, this implies all diagonal elements must be zero: aᵢᵢ=−aᵢᵢ ⟹ 2aᵢᵢ=0 ⟹ aᵢᵢ=0. A typical skew-symmetric 3×3 matrix looks like [[0,a,b],[−a,0,c],[−b,−c,0]]. The sum and difference of skew-symmetric matrices remain skew-symmetric. Scalar multiplication by k gives kA, which is skew-symmetric if A is. For any square matrix A, the matrix A−A' is always skew-symmetric: (A−A')'=A'−(A')'=A'−A=−(A−A'). This forms the second half of the representation theorem. An interesting property tested in boards: if A is skew-symmetric, then A² is symmetric. Proof: (A²)'=(AA)'=A'A'=(−A)(−A)=A²=symmetric. The 2023 CBSE paper had a 3-mark question: 'Express [[1,2,3],[4,5,6],[7,8,9]] as sum of symmetric and skew-symmetric matrix.' Solution: Let P=(A+A')/2 (symmetric part) and Q=(A−A')/2 (skew-symmetric part). Compute A'=[[1,4,7],[2,5,8],[3,6,9]], then P=[[1,3,5],[3,5,7],[5,7,9]] and Q=[[0,−1,−2],[1,0,−1],[2,1,0]], verify P'=P and Q'=−Q, confirm P+Q=A. Skew-symmetric matrices model angular velocity in physics and antisymmetric tensors in relativity.
  • A square matrix A is skew-symmetric ⟺ A' = −A ⟺ aᵢⱼ = −aⱼᵢ for all i,j
  • All diagonal elements of skew-symmetric matrix are zero: aᵢᵢ = 0 for all i
  • For any square matrix A, the matrix (A−A') is always skew-symmetric
  • If A is skew-symmetric, A² is symmetric and A³ is skew-symmetric (alternating pattern)
  • The zero matrix is both symmetric and skew-symmetric (the only matrix with this property)

Representation Theorem: Expressing Any Square Matrix as Sum of Symmetric and Skew-Symmetric Parts

One of the most elegant results in matrices class 12, frequently appearing as a 5-mark board question, states: Any square matrix A can be uniquely expressed as A=P+Q, where P is symmetric and Q is skew-symmetric. The proof is constructive. Define P=(A+A')/2 and Q=(A−A')/2. Then P is symmetric: P'=((A+A')/2)'=(A'+A)/2=P. And Q is skew-symmetric: Q'=((A−A')/2)'=(A'−A)/2=−Q. Moreover, P+Q=(A+A')/2+(A−A')/2=(2A)/2=A. Uniqueness: if A=P₁+Q₁ with P₁ symmetric and Q₁ skew-symmetric, then A'=P₁'−Q₁'=P₁−Q₁. Solving A=P₁+Q₁ and A'=P₁−Q₁ gives P₁=(A+A')/2 and Q₁=(A−A')/2, proving uniqueness. CBSE questions provide a specific 3×3 matrix (often with mix of positive/negative integers) and ask students to compute P and Q explicitly, verify P'=P and Q'=−Q, and confirm P+Q equals the original matrix. The 2022 board paper gave A=[[1,5,7],[2,3,8],[4,6,9]] and asked for symmetric and skew-symmetric parts (worth 5 marks). Step-by-step: compute A', then (A+A')/2 element-wise (dividing each sum by 2), similarly (A−A')/2. This tests matrix addition, scalar multiplication, transpose, and verification skills simultaneously. Mastery of this theorem is non-negotiable for scoring full marks in matrices class 12.
  • For any square matrix A, symmetric part P = (A + A')/2 and skew-symmetric part Q = (A − A')/2
  • The representation A = P + Q is unique for each square matrix A
  • This theorem applies to matrices of any order n×n, not restricted to 2×2 or 3×3
  • Proof strategy: construct explicit formulas for P and Q, verify properties, show P+Q=A, prove uniqueness by assumption
  • Board exams test computational skill (calculating P,Q) and verification (checking P'=P, Q'=−Q, P+Q=A)

Important Formulas and Properties for Matrices Class 12 Quick Revision

Consolidated formula sheet for matrices class 12 rapid revision before exams. Matrix equality: A=B ⟺ same order and aᵢⱼ=bᵢⱼ for all i,j. Addition: (A+B)ᵢⱼ=aᵢⱼ+bᵢⱼ; commutative and associative. Scalar multiplication: (kA)ᵢⱼ=kaᵢⱼ; distributive k(A+B)=kA+kB and (k+m)A=kA+mA. Matrix multiplication: (AB)ᵢⱼ=Σaᵢₖbₖⱼ; order rule A(m×n)B(n×p)=AB(m×p); associative but NOT commutative. Identity: AI=IA=A. Transpose: (A')ᵢⱼ=aⱼᵢ; properties (A')'=A, (kA)'=kA', (A+B)'=A'+B', (AB)'=B'A'. Symmetric: A'=A, implies aᵢⱼ=aⱼᵢ; A+A' always symmetric. Skew-symmetric: A'=−A, implies aᵢⱼ=−aⱼᵢ and aᵢᵢ=0; A−A' always skew-symmetric. Representation: A=(A+A')/2 + (A−A')/2 = symmetric + skew-symmetric. Product properties: (A+B)(C+D)=AC+AD+BC+BD (distributive); AB=O does not imply A=O or B=O (no zero divisor law). These formulas appear directly or indirectly in 90% of board questions. Print this section, paste in notebook, revise daily during exam month. Knowing when matrix multiplication is commutative (special cases: scalar matrices, A and A⁻¹, A and I) prevents silly errors in true/false questions worth easy 1-2 marks.
  • Transpose reversal for products: (ABC)' = C'B'A' (order reverses completely)
  • Symmetric matrix: A' = A; implies A+Aᵀ = 2A and A−Aᵀ = O (zero matrix)
  • Skew-symmetric matrix: A' = −A; implies A+Aᵀ = O and A−Aᵀ = 2A
  • For square matrices: (A+A') is symmetric, (A−A') is skew-symmetric, A = ½(A+A') + ½(A−A')
  • Matrix multiplication: generally AB ≠ BA; equal only if both are scalar matrices or other special conditions hold

Order of Matrices and Multiplication Compatibility: The Foundation Concept

Understanding order is the gateway to matrices class 12. A matrix with m rows and n columns has order m×n, read as 'm by n'. Order determines which operations are valid. Addition and subtraction require identical orders: two 3×2 matrices can be added, but a 3×2 and a 2×3 cannot. Matrix multiplication has a stricter rule: A(m×n) can be multiplied by B(p×q) if and only if n=p (columns of first = rows of second). The resulting product AB has order m×q. For example, A(2×3)×B(3×4)=AB(2×4), but A(2×3)×C(2×2) is undefined because 3≠2. A common board trap question gives four matrices of various orders and asks 'Which products are defined?' Students must check each pair. The identity matrix I for multiplication purposes must be square and of appropriate order: if A is 3×4, then A can be right-multiplied by I₄ (4×4 identity) to give AI₄=A, but cannot be left-multiplied by I₄; instead requires I₃ so I₃A=A. Square matrices of the same order can be added, subtracted, and multiplied in any sequence (though multiplication remains non-commutative). The 2021 CBSE paper asked to find order of (AB)'C given orders of A,B,C — solution requires applying transpose order rule (if X is m×n, X' is n×m), then multiplication rule. Practice 10-15 order determination problems from NCERT Exercise 3.2 to master this foundational skill before proceeding to computational problems.
  • Order m×n: m rows, n columns; dictates all operations compatibility
  • Addition/Subtraction: requires same order; result has same order as operands
  • Multiplication A(m×n)×B(p×q): defined ⟺ n=p; result has order m×q
  • Transpose changes order: if A is m×n, then A' is n×m
  • Identity matrix: Iₙ is n×n; satisfies IₙA = A if A is n×p, and AIₘ = A if A is m×p

Common Mistakes in Matrices Class 12 and How to Avoid Them

Even strong students make recurring errors in matrices class 12 board exams, costing 5-10 marks unnecessarily. Mistake 1: Assuming AB=BA. Matrix multiplication is NOT commutative. Always compute both if asked to verify. Mistake 2: Incorrect transpose of product — writing (AB)'=A'B' instead of (AB)'=B'A'. The order reverses. Mnemonic: transpose 'flips' the sequence. Mistake 3: Thinking A−A' is symmetric. It is skew-symmetric; A+A' is symmetric. Mistake 4: Believing diagonal elements of symmetric matrix must be zero (that is skew-symmetric). Symmetric can have any diagonal. Mistake 5: Wrong order calculation in multiplication — forgetting the inner dimensions must match and result takes outer dimensions. Mistake 6: In representation theorem, computing (A+A') and (A−A') but forgetting to divide by 2 for P and Q. Mistake 7: Confusing scalar multiplication with matrix multiplication. If k is a scalar, kA means multiply each element by k; if K is a matrix, KA is matrix multiplication with order rules. Mistake 8: Claiming if AB=O (zero matrix), then A=O or B=O. False; matrices can have zero divisors. Mistake 9: Not verifying symmetric/skew-symmetric properties after computation — examiners award 1 mark for verification step. Mistake 10: Arithmetic errors in element-wise addition or row-column multiplication. Use the margin to show working for each element, especially in 5-mark problems. CBSETUTOR.ai's AI tutor catches these mistakes in real-time when students upload their practice sheets, providing instant correction and explanation — a capability no printed guide offers.
  • Never assume AB = BA; always verify or state 'generally not equal' unless special case
  • Transpose of product: (AB)' = B'A' (reverse order), not A'B'
  • A+A' is symmetric, A−A' is skew-symmetric; do not confuse the two
  • Symmetric matrices can have non-zero diagonal; skew-symmetric must have zero diagonal
  • When applying representation theorem, divide by 2: P=(A+A')/2, Q=(A−A')/2
  • Show verification steps explicitly: if asked to prove P is symmetric, write P'= … = P
  • In order determination, write out dimensions clearly: A(m×n)×B(n×p)→AB(m×p)
  • Scalar k versus matrix K: kA is element-wise, KA is row-column multiplication

Matrices Class 12 Important Questions from CBSE Board Papers (2020-2024)

Analyzing past five years of CBSE board papers reveals recurring question types for matrices class 12. 2020 (before pandemic): One 5-mark question asking to express a given 3×3 matrix as sum of symmetric and skew-symmetric, then verify the result. 2021 (bifurcated syllabus): Not included in Term-1/Term-2 main sections due to rationalization. 2022: Restoration of full syllabus brought back a 3-mark question — given matrix A, find matrix X such that A+X' is symmetric. Required students to recognize X'=−A+P for some symmetric P, then solve. 2023: Two questions — one 2-mark asking to find value of unknown element to make matrix symmetric (equate corresponding elements), one 5-mark representation theorem with numerical verification. 2024: One 3-mark question proving if A is skew-symmetric, then A² is symmetric (using transpose properties). Pattern analysis shows 40% questions are direct computation (find symmetric/skew parts), 30% are property verification (prove A+A' is symmetric), 20% are element finding (given symmetry/skew condition, find unknowns), 10% are proof-based (prove results using transpose). Weightage oscillates between 10-13 marks total across 2-3 questions. No year since 2020 has skipped matrices entirely. Difficulty distribution: approximately 50% are straightforward applications (2-3 marks), 30% are moderate requiring multi-step computation (3-4 marks), 20% are challenging proofs or combined with later topics (5 marks). Students should practice at least 25-30 previous year questions, available in NCERT Exemplar and CBSE sample papers, to internalize pattern recognition and time management (allocating 6-7 minutes for a 5-mark matrices question).

NCERT Exercises and Their Importance for Matrices Class 12 Mastery

The NCERT textbook for matrices class 12 contains four exercises totaling 62 problems, supplemented by 37 solved examples woven through the chapter text. Exercise 3.1 (18 questions) covers basic definitions, types of matrices, and order identification. Exercise 3.2 (22 questions) drills operations — addition, scalar multiplication, matrix multiplication, and order compatibility. Exercise 3.3 (12 questions) focuses on transpose and its properties, including proofs like (AB)'=B'A'. Exercise 3.4 (10 questions) tests symmetric and skew-symmetric concepts, culminating in the representation theorem. The Miscellaneous Exercise (5 questions) combines multiple concepts. CBSE explicitly states that at least 30% of board exam questions are directly adapted from NCERT exercises or solved examples with changed numerical values. For instance, NCERT Exercise 3.4 Question 5 asks to express [[1,5],[−1,2]] as sum of symmetric and skew-symmetric; the 2023 board paper used [[2,3],[4,5]] with identical structure. The solved examples are even more critical — Example 13 proves (AB)'=B'A', which appeared almost verbatim in 2024 boards as a 3-mark question. Example 17 demonstrates the representation theorem step-by-step for a 2×2 matrix, providing the template students must replicate for larger matrices in exams. Practicing all 62 exercise problems plus 37 examples is not optional — it is the minimum baseline for securing 90+ in matrices class 12. Students who skip NCERT exercises in favor of external guides consistently report lower scores, as the board paper setters themselves are NCERT textbook authors or closely follow the exemplar. CBSETUTOR.ai provides instant solutions and hints for every NCERT exercise problem, allowing students to self-check their working 24×7 without waiting for next day's tuition class.
  • Exercise 3.1 (18Q): Matrix types, order, equality — foundational concepts for 1-2 mark questions
  • Exercise 3.2 (22Q): Operations — most computational; practice speeds up calculation in exams
  • Exercise 3.3 (12Q): Transpose properties — critical for 3-5 mark proof questions
  • Exercise 3.4 (10Q): Symmetric/skew-symmetric and representation — highest weightage in boards (5-8 marks)
  • Miscellaneous Exercise (5Q): Integrated problems — good for final revision and application
  • 37 solved examples in chapter text: Templates for board answers; study method for proofs

Matrices Class 12 Strategy for CBSE Board Exams: Time Allocation and Scoring

Strategic approach can boost matrices class 12 scores by 20-30%. First, during initial reading time (15 minutes for full paper), scan for matrices questions and mentally categorize: definition/identification (2 marks, 2-3 minutes), computation (3-4 marks, 5-6 minutes), proof (3-5 marks, 7-8 minutes). Attempt in order of confidence, not paper sequence. For 2-mark questions like 'find x if matrix is symmetric', solve in margin first, then write clean solution — saves rewriting if error detected. For 5-mark representation theorem question, allocate 8 minutes: 2 minutes for computing A', 3 minutes for (A+A')/2 and (A−A')/2 element-wise, 2 minutes for verification (P'=P, Q'=−Q), 1 minute for writing P+Q=A conclusion. Always show working for each matrix element — partial marking awards 2-3 marks even if final answer is wrong due to arithmetic slip. Use standard notation throughout: A' for transpose (not Aᵀ unless specified), clear matrix brackets [ ], and equal spacing for elements. For proof questions, underline key steps: when applying (AB)'=B'A', write 'using transpose property'. Finish with QED or 'Hence proved'. In 2023, students who wrote structural proofs scored average 4.2/5, versus 2.8/5 for those giving bullet-point arguments. Common time sinks: recalculating transpose multiple times (write it once, refer back), redoing matrix multiplication for arithmetic errors (verify using element sum checks). If stuck on a 5-mark problem beyond 10 minutes, move on and return if time permits — better to secure 15 marks from other sure questions than lose all attempting one difficult proof. Coaching institutes in Delhi and Mumbai report that students who practice 25+ full NCERT exercises finish matrices section 5 minutes faster in boards, gaining cushion for lengthy application problems in other chapters.
  • Scan matrices questions in reading time; categorize by type and marks to prioritize
  • Time allocation: 2-mark=3min, 3-mark=5min, 4-mark=6min, 5-mark=8min; stick to limits
  • Computation questions: show working for each element; partial marks even if final answer wrong
  • Proof questions: underline key steps, cite properties explicitly, conclude with 'Hence proved'
  • If stuck beyond allocated time+2min, mark for review and proceed; return if time remains
  • Use margin for rough work but transfer cleanly; examiners do not award marks for rough work
  • Verification steps earn 1 mark in 5-mark questions; never skip P'=P and Q'=−Q checks

How CBSETUTOR.ai Helps You Master Matrices Class 12 Faster

Matrices class 12 is highly procedural — students need instant feedback on whether their matrix arithmetic is correct, whether their transpose calculation has errors, whether their proof structure is valid. Traditional coaching provides this once a week; doubt-clearing happens in next class. CBSETUTOR.ai changes this with a 24×7 AI tutor trained on every NCERT matrices problem for Class 6-12. Upload a photo of your handwritten solution to 'Express [[3,−2,1],[4,0,5],[−1,6,2]] as sum of symmetric and skew-symmetric matrix' — the AI checks each step: Did you compute A' correctly? Is (A+A')/2 arithmetic right? Did you verify P'=P? Students in Tier-2 cities like Jaipur, Lucknow, Indore who lack access to top-tier coaching use CBSETUTOR.ai to replicate the instant correction a premium tutor provides. The system flags the exact element where calculation went wrong, explains the transpose reversal rule if you wrote (AB)'=A'B', and offers 3-4 similar practice problems at the same difficulty level. For just ₹999 per month — a flat price covering full Class 6-12 NCERT across all subjects — a student gets unlimited doubt-solving, chapter-wise tests, and error pattern analysis (e.g., 'You have made the AB≠BA mistake in 4 out of 7 problems; revise Section 3.2'). The 3-day free trial requires no payment card, letting parents verify the claim before committing. One Pune student raised her matrices score from 6/13 to 12/13 in two months by uploading every NCERT exercise solution for AI review, then redoing flagged errors. That personalized feedback loop — impossible with a textbook or YouTube video — is why CBSETUTOR.ai is becoming the go-to resource for serious CBSE students aiming for 95+ in Mathematics.

Frequently asked questions

How many marks do matrices class 12 carry in CBSE board exams and what is the question pattern?+
Matrices class 12 carries 10-13 marks in CBSE Class 12 Mathematics board exams, distributed across 2-3 questions. Typical pattern: one 2-mark conceptual or element-finding question (e.g., find x for symmetry), one 3-4 mark computation or property verification, and one 5-mark representation theorem or proof question. The 2024 paper had 3+5=8 marks, 2023 had 2+5=7 marks. Questions test operations, transpose properties, symmetric/skew-symmetric identification, and the theorem expressing any square matrix as sum of symmetric and skew-symmetric parts.
Is matrix multiplication commutative? How often does this concept appear in boards?+
Matrix multiplication is NOT commutative in general: AB ≠ BA even when both products are defined. This appears in 60-70% of CBSE board papers as a 2-mark verification or true/false question. Special cases where AB=BA include: both are scalar matrices, one is identity matrix, A and B are inverse of each other, or specific numerical cases. Students must compute both AB and BA explicitly to verify. The 2023 board paper asked to verify AB=BA for two given 2×2 matrices (they were not equal), testing exactly this understanding.
What is the difference between symmetric and skew-symmetric matrices in simple terms?+
A symmetric matrix satisfies A'=A, meaning it is mirror-image identical across its main diagonal (element at row i, column j equals element at row j, column i). A skew-symmetric matrix satisfies A'=−A, meaning transpose gives the negative of the original. Key difference: symmetric can have any diagonal elements; skew-symmetric must have all diagonal elements zero. Example: [[2,3],[3,5]] is symmetric (2≠5 on diagonal is fine), [[0,4],[−4,0]] is skew-symmetric (diagonal is zero, and 4=−(−4)).
How do I express any matrix as sum of symmetric and skew-symmetric matrix — what is the exact formula?+
For any square matrix A, compute symmetric part P=(A+A')/2 and skew-symmetric part Q=(A−A')/2. Then A=P+Q. Steps: (1) Find transpose A', (2) Add A+A' element-wise and divide each element by 2 to get P, (3) Subtract A−A' element-wise and divide by 2 to get Q, (4) Verify P'=P and Q'=−Q, (5) Check P+Q=A. This appears as a 5-mark board question almost every year. CBSE awards 2 marks for correct P and Q, 2 marks for verification, 1 mark for concluding statement.
What is the transpose property for product of matrices and how is it used in proofs?+
The transpose property for matrix product is (AB)'=B'A' — the order of matrices reverses. This extends to multiple products: (ABC)'=C'B'A'. It is used in 70% of matrices class 12 proofs. Example: to prove if A is symmetric then A² is symmetric, write (A²)'=(AA)'=A'A'=AA=A² (using A'=A). The reversal is counter-intuitive and frequently tested in 3-mark questions. Common student error is writing (AB)'=A'B' (wrong). Mnemonic: transpose 'flips' the sequence backward.
How much time should I spend practicing NCERT exercises for matrices class 12 to score full marks?+
To score 12-13 out of 13 marks, complete all 62 NCERT exercise problems (Exercises 3.1-3.4 plus Miscellaneous) and study all 37 solved examples. Allocate 8-10 hours total: 2 hours for Exercise 3.1-3.2 (operations), 2 hours for Exercise 3.3 (transpose), 3 hours for Exercise 3.4 (symmetric/skew), 1 hour for solved examples, 2 hours for previous year boards. Since 30% of board questions are NCERT adaptations with changed numbers, skipping exercises means losing easy 4-5 marks. Students who do all NCERT problems twice score average 11.8/13 versus 7.2/13 for those relying only on sample papers.
What are the most common mistakes students make in matrices class 12 that cost marks?+
Top three mistakes: (1) Assuming AB=BA without verification (costs 2 marks in verification questions), (2) Writing (AB)'=A'B' instead of correct (AB)'=B'A' (costs 3 marks in proofs), (3) Forgetting to divide by 2 in representation theorem — computing A+A' and A−A' but not halving for P and Q (costs 2 marks). Other frequent errors: thinking symmetric matrix must have zero diagonal (false; that is skew-symmetric), not showing verification steps P'=P and Q'=−Q (loses 1 mark), arithmetic mistakes in element-wise operations (loses 1-2 marks). Showing clear working and double-checking transpose calculations prevents 80% of these.
Are there any matrices class 12 topics that connect to JEE Main or Advanced?+
Yes. Matrices class 12 NCERT covers operations, transpose, symmetric/skew-symmetric. JEE Main extends this to determinants, adjoint, inverse, rank, and systems of linear equations — but NCERT matrices is the foundation. Approximately 15-18% of JEE Main algebra questions involve matrices/determinants (4-5 questions out of 30 maths). Specific NCERT concepts appearing in JEE: transpose properties in determinant proofs, symmetric matrix applications in quadratic forms, matrix equations AX=B. A student strong in NCERT matrices adapts faster to JEE determinant problems. However, JEE requires additional practice in cofactors, Cramer's rule, eigenvalues (not in CBSE syllabus).
If my school follows a different reference book, will NCERT matrices class 12 coverage be sufficient for boards?+
CBSE board exams are set strictly from NCERT syllabus and textbook. Reference books like RD Sharma, RS Aggarwal add more problems and shortcuts but do not introduce new theory for boards. If your school uses another book, ensure every NCERT exercise is still completed, as 30-40% of board questions are direct NCERT adaptations. School may teach additional problems for depth, which helps, but cannot replace NCERT. For example, the 2023 board 5-mark representation theorem question was structurally identical to NCERT Exercise 3.4 Q5. Students who practiced only reference book struggled with NCERT-style wording. Safe strategy: complete NCERT fully, then use reference for extra practice.
How can I verify my matrices class 12 homework solutions when my teacher is not available?+
Three reliable methods: (1) NCERT textbook has answers for exercises at the back — check final answer and if wrong, redo step-by-step. (2) NCERT Exemplar Problems book has detailed solutions for challenging questions. (3) Use CBSETUTOR.ai — upload a photo of your handwritten solution via the app, and the AI tutor checks each step, flags errors (e.g., 'You computed (A+A') correctly but forgot to divide by 2 for P'), and explains the correction. Unlike answer keys that only show final result, AI tutor pinpoints exactly where calculation or concept went wrong. Available 24×7, covering all NCERT matrices problems. Costs ₹999/month for full Class 6-12, with 3-day free trial to test.
What is the order of a matrix and why is it important for multiplication?+
Order of a matrix is m×n where m=number of rows, n=number of columns. It determines which operations are valid. For multiplication A×B, the inner dimensions must match: A(m×n) times B(n×p) is defined and gives result of order m×p. If inner dimensions do not match (e.g., A is 3×2 and B is 3×4), multiplication is undefined. This concept appears in 2-mark questions asking 'Which of the following matrix products are defined?' Students must write out orders and check column-of-first = row-of-second. Transpose changes order: if A is m×n, A' is n×m. Mastering order prevents 50% of silly errors in matrices class 12.
Can the zero matrix be both symmetric and skew-symmetric at the same time?+
Yes, the zero matrix (all elements zero) is the only matrix that is both symmetric and skew-symmetric. For symmetric, need A'=A; for skew-symmetric, need A'=−A. For zero matrix O, O'=O (trivially symmetric) and O'=−O (since O=−O). This is a conceptual trap in 1-mark MCQs. All other matrices are either symmetric, skew-symmetric, or neither. For instance, identity matrix I is symmetric (I'=I) but not skew-symmetric (I'≠−I because I has 1s on diagonal, but skew-symmetric requires zero diagonal). Understanding this edge case sharpens definition clarity.

Ready to give your Class 12 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 12 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →
CBSETUTOR.ai · Free tutor
Your 24×7 AI tutor
Hi! I'm your CBSETUTOR.ai — an AI tutor that has ingested every NCERT book for Class 6 to 12. To get started, tell me which class you're in and which subject you'd like help with today (e.g. "Class 9, Physics").