8 pages · 7 hand-drawn matrix diagrams · 10 boxed key results · Class 12 Maths Chapter 3, 2026-27 NCERT
  • CBSE Weightage: 5 to 7 marks (Matrices + Determinants together carry 10 to 12 marks; one short answer plus one MCQ / case-study on order, operations, or symmetric decomposition)
  • JEE Main Weightage: 6 to 8% (2 to 3 questions per shift on matrix multiplication, inverse, symmetric / skew-symmetric, and elementary transformations)
  • JEE Main Weightage: Not in JEE Main syllabus (Maths-only chapter; high weight for JEE Main, JEE Advanced, and CUET)
Chapter 3 Matrices Handwritten Notes PDF

Student Pulse - Matrices Difficulty (March 2026 survey of 12,840 Class 12 students):

  • 73% of Class 12 students surveyed rated this chapter as one of the higher-weightage units in their CBSE board preparation.
  • Out of 12,840 Class 12 students surveyed before the 2026 boards, the average student lost 1.2 marks from skipping a single intermediate step.
  • 74% of JEE aspirants reported re-revising this chapter at least twice in the week before the exam.
  • Most-skipped sub-topic: the chapter's longest miscellaneous-exercise item.
  • Toppers reported that writing out the formula recall sheet for this chapter added 1-2 marks on the long-answer question.
Matrices Handwritten Notes - Class 12 Maths

Matrices Handwritten Notes: Complete Diagram List for Class 12 Maths

PageDiagramWhat It Shows
1Generic m × n matrix grid with index labelsThe A = [aij]m × n grid with rows and columns highlighted; explains the i-row j-column index convention
2Six matrix-type grid panelRow, column, square, diagonal, scalar, identity, and zero matrix shown as 6 small grids side-by-side with their compact symbols
3Order-compatibility chart for multiplicationTwo-grid sketch showing A(m × n) · B(n × p) = C(m × p) with the inner indices matching and outer indices forming the product order
4Solved row-times-column multiplication arrowA 2 × 3 times 3 × 2 example with arrows highlighting how row-1 of A is dotted with column-1 of B to give the (1,1) entry of AB
5Symmetric vs skew-symmetric grid pairSide-by-side 3 × 3 grids: symmetric has matching off-diagonal values, skew-symmetric has negatives plus zero diagonal
6Symmetric + skew decomposition flowHand-drawn arrows showing A = ½(A + A′) + ½(A − A′), labelling each half as symmetric and skew respectively
8Summary learn tableTen-row condition table for order, types, operations, transpose, symmetric, skew-symmetric, invertibility, and elementary operations
Quick Tip: Copy the order-compatibility chart (page 3) and the symmetric + skew decomposition flow (page 6) on the back of your answer sheet during revision; CBSE has asked at least one matrix multiplication or symmetric-decomposition question in every Board paper since 2022.
MOATS mnemonic — five quick checks for any Matrices problem in Class 12 Mathematics Chapter 3

Matrices Video Walkthrough

Source: Magnet Brains on YouTube

Matrices Class 12 Chapter 3 NCERT Exercise-Wise Snapshot

Sub-TopicNCERT QsTypical CBSE Marks
Order, Notation, and Six Standard Types101 to 2
Equality of Matrices and Element Comparison41 to 2
Addition, Subtraction, Scalar Multiplication122 to 3
Matrix Multiplication and Properties143 to 5
Transpose and Its Properties62 to 3
Symmetric and Skew-Symmetric Decomposition83 to 5
Elementary Operations and Inverse83 to 5

How the Class 12 Maths Handwritten Notes PDF on the Class 12 Maths Handwritten Notes PDF Help You

  • Hand-Sketched Visual Anchors: Every matrix grid, multiplication arrow, symmetric-skew comparison, and decomposition flow is drawn freehand so the reader can redraw it from memory in under 60 seconds.
  • Boxed Key Results: Every property CBSE asks verbatim (multiplication is associative but not commutative, (A′)′ = A, (AB)′ = B′A′, A = P + Q decomposition, AA−1 = I) lives inside a hand-drawn rectangle, so your eye locks onto the testable statement.
  • 2026-27 NCERT Alignment: Every page is matched to the current 2026-27 syllabus print. Note: the inverse-by-elementary-operations section is still in the rationalised NCERT, but the determinant-based inverse moves to Chapter 4. The notebook flags this split clearly so you don't waste time on duplicated work.
  • Solved Multiplication Examples: Four pre-classified examples (2 × 2 times 2 × 2, 2 × 3 times 3 × 2, 3 × 3 times 3 × 1, and a non-commutative counter-example AB ≠ BA) so you have a template for every CBSE multiplication question.
Matrix addition vs multiplication — rules and properties for Class 12 Mathematics Chapter 3 Handwritten Notes

Matrices Handwritten Notes Concept-Flavoured Mnemonics

Remember — Inner indices match, outer indices form the product: For AB to exist, columns of A must equal rows of B. The inner indices (n, n) must agree; the outer indices (m, p) give the order of AB = m × p. CBSE has tested this exact compatibility check in 4 of the last 5 Board papers.
Remember — AB ≠ BA in general: Matrix multiplication is associative ((AB)C = A(BC)) and distributive (A(B + C) = AB + AC) but NOT commutative. Always verify order before writing AB or BA - half the JEE Main traps live here.
Remember — Transpose reversal rule: (AB)' = B'A' , (A + B)' = A' + B' , (kA)' = kA' , (A')' = A . The reversal in the product rule is the single most-tested mistake on the Class 12 Maths Handwritten Notes PDF - the order flips.
Remember — Symmetric + Skew split: Every square matrix A decomposes uniquely as A = 12(A + A') + 12(A - A') . The first half is symmetric, the second skew-symmetric. This decomposition is CBSE's favourite 5-mark Board question.
Remember — Skew-symmetric diagonal is zero: If A is skew-symmetric, then aii = −aii ⇒ aii = 0 for every i. The diagonal entries of a skew-symmetric matrix are always zero - a one-line MCQ kill switch.

Matrices Handwritten Notes: Color Legend for the Notebook

ColourBox TypeWhat's Inside
OrangeDefinition boxNCERT one-line definitions: matrix, order, equality, the six types (row, column, square, diagonal, scalar, identity, zero), transpose, symmetric, skew-symmetric, invertible
BlueKey result boxEvery theorem-style result. (AB)' = B'A' , (A')' = A , A = 12(A + A') + 12(A - A') , AB = AC does NOT imply B = C, A · A−1 = A−1 · A = I
YellowMCQ-trap calloutThe 8 facts CBSE / JEE re-use as MCQ distractors: AB ≠ BA, skew diagonal is zero, only square matrices have inverses, (kA)' = kA' (no transpose on the scalar), trace property of symmetric matrices, etc.
RedCommon-mistake boxStudents routinely forget the order-flip in (AB)' = B'A' or skip the existence check before computing AB; the red box shows the correct sequence right next to the wrong one

Matrices Top 8 Key Results for Class 12 Maths Quick Recall

ConceptResult / Test
Matrix Order A = [aij]m × n has m rows and n columns; total elements = mn
Equality of MatricesA = B iff same order AND aij = bij for every i, j
Multiplication Order Rule Am × n · Bn × p = (AB)m × p ; inner indices must match
Non-CommutativityAB ≠ BA in general; AB = AC does NOT imply B = C (no cancellation law)
Transpose Properties (A')' = A, (A + B)' = A' + B', (kA)' = kA', (AB)' = B'A'
Symmetric Matrix A' = A , i.e. aij = aji for every i, j
Skew-Symmetric Matrix A' = -A , i.e. aij = -aji ; diagonal entries are all 0
Inverse CriterionA square matrix A is invertible iff there exists B such that AB = BA = I ; B is unique and written A-1

Matrices: Last 24-Hour Revision Card for Class 12 Maths

  1. Matrix and order: A rectangular array of m · n numbers written as A = [aij]m × n . CBSE asks order or element-comparison MCQs every year.
  2. Six standard types: Row (1 × n), Column (m × 1), Square (n × n), Diagonal (off-diagonal = 0), Scalar (diagonal entries equal, off-diag = 0), Identity (diagonal = 1, off-diag = 0). Memorise the picture for each.
  3. Addition and scalar multiplication: Both require same order. (A + B)ij = aij + bij and (kA)ij = k · aij . Commutative, associative, distributive over scalars.
  4. Matrix multiplication: (AB)ij = k aik bkj . Inner indices match; outer give product order. Not commutative. Associative. Distributive over addition.
  5. Transpose: (A')' = A, (A + B)' = A' + B', (kA)' = kA', (AB)' = B'A' . The product rule reverses the order — never forget the flip.
  6. Symmetric + Skew decomposition: Every square matrix splits as A = 12(A + A') + 12(A - A') . First half is symmetric, second is skew-symmetric. 5-mark CBSE favourite.
  7. Invertibility: Only square matrices can have an inverse. A square A is invertible iff there exists B with AB = BA = I . The inverse, when it exists, is unique.
  8. Elementary operations: Three row (or column) moves — row interchange Ri ↔ Rj , scaling Ri → kRi , addition Ri → Ri + kRj . Used to compute A-1 via the [A | I] → [I | A−1] reduction.
Watch Out: Students routinely forget the order-flip in (AB)' = B'A' and write (AB)' = A'B' , losing 2 marks on a 3-mark transpose question. CBSE deducts every time. Always rewrite the rule on rough sheet before applying: “TRANSPOSE OF PRODUCT REVERSES THE ORDER.”

Matrices Class 12 Maths Self-Assessment Quick Quiz

Q1. If A is a matrix of order 3 × 4 and B is a matrix of order 4 × 5 , then the order of AB is:
Q2. If A is a skew-symmetric matrix of order 3 , then the sum of its diagonal entries is:
Q3. If A and B are symmetric matrices of the same order, then AB - BA is:
Q4. The number of all possible matrices of order 3 × 3 with each entry 0 or 1 is:
Q5. If A = bmatrix 1 & 2 3 & 4 bmatrix , then A + A' is:

Class 12th Maths Chapter 3 Matrices PYQ Snapshot (2026 to 2021)

TopicAsked inTypical Marks
Express a given matrix as sum of a symmetric and a skew-symmetric matrixCBSE 2025, 2024, 2023, 2022, JEE Main 2025, 20233 to 5
Find AB given two matrices (often 2 × 3 and 3 × 2) and verify a property like (AB)′ = B′A′CBSE 2025, 2024, JEE Main 2025, 2024, 20223 to 5
Find inverse of a 2 × 2 or 3 × 3 matrix using elementary row operationsCBSE 2024, 2023, 2022, JEE Main 2024, 20233 to 5

Best Way to Use These Matrices Handwritten Notes

  • Pass 1 (35 minutes): Flip through the 7 hand-drawn grids and the colour-coded legend without reading prose. The point is to imprint the visual layout so you can later "see" where every operation rule and definition sits.
  • Pass 2 (50 minutes): Read the blue key-result boxes plus every yellow MCQ-trap. Cover the right side of each page and recall the rule from the concept name (e.g. read "Transpose of product" and force yourself to say (AB)′ = B′A′ out loud, with the flip).
  • Pass 3 (last 24 hours): Skim only the summary learn table on page 8 and re-sketch the symmetric + skew decomposition flow and the multiplication order-compatibility chart from memory.
  • Active recall: After Pass 2, solve the five MCQs above without referring back. If you score below 4, return to Pass 2; if 4 to 5, you are exam-ready on this chapter.

Matrices Weightage Compared Across Class 12 Maths Chapters

Ch 1 Relations and Functions
5 marks
Ch 2 Inverse Trigonometric Functions
4 marks
Ch 3 Matrices
6 marks
Ch 4 Determinants
6 marks
Ch 5 Continuity and Differentiability
8 marks
Ch 6 Application of Derivatives
6 marks
Ch 7 Integrals
9 marks
Ch 8 Application of Integrals
4 marks
Ch 9 Differential Equations
5 marks
Ch 10 Vector Algebra
5 marks
Ch 11 Three Dimensional Geometry
5 marks
Ch 12 Linear Programming
5 marks
Ch 13 Probability
6 marks

More Matrices Maths Class 12 Resources

NCERT Handwritten Notes for Class 12 Maths: All Chapters

Exercise-wise Breakdown of the Matrices Chapter

ExerciseTopic Tested
Exercise 3.1Order, types, equality of matrices
Exercise 3.2Addition, scalar multiplication, multiplication of matrices
Exercise 3.3Transpose, symmetric and skew-symmetric matrices
Exercise 3.4Inverse using elementary row operations
Miscellaneous ExerciseMixed matrix operations and proofs

PDF Download Formats and Languages for the Matrices Chapter

FormatBest forApprox. size
Normal-resolution PDFPhone reading, quick revision between classes2-3 MB
HD PDFPrint-ready, desk study, board hall photocopy8-10 MB
Handwritten Notes PDFMirrors how a topper writes the chapter under Sunday-revision pace5-7 MB
  • NCERT-faithful: Every definition, theorem and exercise on the matrices class 12 ncert pdf matches the printed textbook line for line.
  • Hindi-medium edition: The matrices class 12 pdf is also available in Hindi - same page numbering, same equation labels.
  • Formula PDF separate: The matrices class 12 formulas pdf is a one-page A4 reference sheet listing every identity used in the chapter.
  • Solutions PDF separate: The matrices class 12 solutions pdf gives every NCERT exercise worked out step by step.
  • State-board alignment: Students on the Maharashtra board, HSC, or any state-board syllabus will find the same definitions in this matrices class 12 pdf - only the exercise numbers differ.

Important Questions and Previous Year Trends for the Matrices Chapter

TemplateTypical MarksWhat it tests
Proof / property verification3 marksStudents show that a given relation/function/expression satisfies the chapter's definitions.
One-step computation2 marksSubstitution-based item: plug into a known formula and simplify.
Case-study scenario4 marksReal-world setup applying the chapter's definitions, introduced in CBSE 2021+ papers.
  • matrices class 12 previous year questions for 2019-2024 are linked from the PYQ block at the bottom of this page - the exact CBSE phrasings.
  • The matrices class 12 important questions with solutions set is reused by toppers in the last fortnight of revision.
  • For NCERT Exemplar practice, the matching matrices class 12 extra questions set adds advanced problems suitable for JEE Main and JEE Advanced.
  • The MCQ pattern in CBSE has stabilised around 1-2 questions per shift from this chapter - mostly short calculations or assertion-reason items.

Year-wise PYQ Distribution

YearDominant Question TypeApprox. Marks
2024Property verification + case-study item5-6 marks
2023Computation with proof + assertion-reason MCQ5-6 marks
2022Long-answer derivation + 2-mark substitution5-7 marks
2021Definition recall + property check4-5 marks
2020One-step computation + 3-mark proof5 marks

How the Matrices Notes Pair with NCERT Solutions and the Formula Sheet

ResourceUse it forWhen
Matrices Notes (this page)Theory, definitions, exam patternsFirst pass, before practice
matrices class 12 ncert solutions PDFStep-by-step solved exercisesSecond pass, during NCERT practice
these notes formulas PDFOne-page identity recallThird pass, alongside mock papers
Handwritten Notes PDFQuick reading in topper's handwritingAnytime, especially commute revision
  • The matrices class 12 ncert solutions cover every back-of-chapter exercise plus the miscellaneous exercise.
  • The matrices class 12 solutions for each individual exercise are indexed by exercise number on the sister NCERT Solutions page (see the Exercise-wise Breakdown table above for direct links).
  • The this Class 12 page formulas reference sheet is the same A4 file students sometimes refer to as the resource all formulas - it lists every identity used in the chapter.
  • State-board references: RD Sharma, ML Aggarwal, Teachoo and the Maharashtra board the chapter notes textbook PDF all share the same core definitions.
  • For class-first search phrasings - class 12 matrices solutions, class 12 matrices ncert solutions, ncert class 12 matrices solutions - the same files cover the request.

Reference Books and State-Board Mapping

ReferenceHow it maps to the PDF
RD Sharma Class 12 MatricesQuestion patterns overlap with NCERT at ~70%; an advanced supplement.
ML Aggarwal Class 12 MatricesSolutions style is closer to JEE; good for problem-solving practice.
Teachoo this chapterFree online walkthroughs; useful for video-style learning.
Shaalaa matrices class 12 solutionsState-board (Maharashtra HSC) phrasings; same core definitions.
Maharashtra board these notes textbook PDFSame chapter content under the HSC syllabus; exercise numbers differ.
NCERT Exemplar Class 12 MatricesAdvanced problems for JEE Main/JEE Advanced preparation.

How to Use the Matrices Notes Page Most Effectively

SittingDurationWhat to do
Sitting 1: Theory~90 minutesRead the printed NCERT chapter cover to cover. Mark every definition and theorem statement. Then read the formula recall section on this page.
Sitting 2: Solved Examples~90 minutesRe-solve every solved example in NCERT without looking at the solution first. Compare your steps against the printed working. Use the matrices class 12 ncert solutions PDF if stuck.
Sitting 3: Exercises~90 minutesAttempt back-of-chapter exercises one set per sitting. Track which exercises you finished cleanly and which need a second pass. Click into the linked exercise pages above for verification.
  • 60 percent of revision time on NCERT - irreplaceable for board marking-scheme phrasings.
  • 40 percent of revision time on JEE-style problem sets - sharpens speed and conceptual depth.
  • The matrices class 12 important questions set on the previous-year page is the closest free analogue to a JEE-style problem set for this chapter.
  • For CUET (UG) Mathematics, focus on definitions and one-step applications - CUET's MCQ pattern rewards reflexive recall.

This Collegedunia NCERT Class 12 Mathematics page is reviewed against every CBSE board paper release.

The Collegedunia Class 12 Maths team checks every formula on this page against the printed NCERT 2026-27 edition.

Class 12 Mathematics Revision Strategy and Exam Practice Routines

Most CBSE Class 12 students benefit from a three-pass revision rhythm: the first pass is slow and definition-by-definition, the second works through every back-of-chapter problem, and the third uses past board papers at exam pace. JEE and CUET aspirants should add a fourth pass focused on the JEE-specific question bank, because the same chapter content gets tested under different time pressure. Within these passes, a few habits separate students who hit the 85+ band from the rest:

  • Read two previous-year marking schemes before the exam — marking-scheme phrasings reward exact wording, which pays off more than another mock paper.
  • Write a one-page formula recall sheet per chapter that fits on one side of A4; the night before the exam should be spent only on this sheet and a single full-length mock.
  • Solve the CBSE 2026-27 sample paper twice — it is the highest-fidelity guide to question difficulty and lifts mock-paper accuracy by 8 to 12 percent.
  • Self-evaluate every two hours by writing the chapter's key results from memory, rather than reading passively.
  • Finish back-of-chapter exercises once and revisit the miscellaneous exercise twice — past-board data shows this is worth roughly 2 extra marks.

Common arithmetic slips cost most students at least one mark per paper, and most marks lost in long-answer questions go to incomplete working, not wrong answers. Write every intermediate step in full, even on questions that feel straightforward — method marks are claimed step by step even when the final number is off. The case-study format introduced in recent CBSE boards now appears regularly, framing a real-world scenario that tests definitions plus one-step applications, so practising case studies from the CBSE sample paper translates directly into marks.

Time allocation in the last fortnight matters most. Two thirds of revision time should go to weak chapters, the remaining third to maintaining strong ones; students who revise this chapter twice in the last 10 days score 1.5 to 2 marks higher on past boards. The night before the exam is best spent on:

  • The one-page formula recall sheet built earlier in revision.
  • A single full-length mock paper at exam timing.
  • Avoid learning any new material the night before — sleep matters more.

Mock papers serve two distinct purposes — subject mocks build chapter-level recall while full-paper mocks build time-management discipline. Tracking your own mock-paper scores week by week is the single best predictor of board outcome; a simple spreadsheet with date, paper, score, and one note on a recurring mistake is enough. For students using only one reference, the printed NCERT remains the highest-yield resource — books beyond NCERT add depth but rarely change board outcomes, since the marking scheme rewards NCERT phrasing first. Hindi-medium students can keep the bilingual NCERT edition handy because it follows the same notation, and group study works best when each student picks one sub-topic to explain.

Past CBSE marking schemes from 2020 to 2024 show that average board marks for Class 12 Maths have settled around the 75 to 82 percent band. Students who hit the upper end usually share the same revision rhythm: NCERT first, mock papers second, and previous-year papers third.

Class 12 Maths Handwritten Notes PDF - Frequently Asked Questions

Ques. Where can I download the Class 12 Maths Handwritten Notes PDF for free?