Latest
Admissions open for Class 11 New test series launched Free demo classes every Sunday

Learn

[custom_field_dropdown]

Matrices Exercise 3.3 NCERT Solutions Class 12 Math Chapter-3 Math PDF Free Download (Set-1)

⭐⭐⭐⭐⭐ (5/5 from 84091 reviews)

NCERT Question 1: Find the transpose of each of the following matrices:
(i) \begin{bmatrix}5\\ \frac{1}{2}\\ -1\end{bmatrix}
(ii) \begin{bmatrix}1 & -1\\ 2 & 3\end{bmatrix}
(iii) \begin{bmatrix}-1 & 5 & 6\\ \sqrt{3} & 5 & 6\\ 2 & 3 & -1\end{bmatrix}

Solution:
(i) Let
$$A = \begin{bmatrix} 5 \\ \frac{1}{2} \\ -1 \end{bmatrix}$$

Transpose is obtained by converting column into row:

$$A^T = \begin{bmatrix} 5 & \frac{1}{2} & -1 \end{bmatrix}$$

(ii) Let
$$A = \begin{bmatrix}1 & -1\\ 2 & 3\end{bmatrix}$$

Interchanging rows and columns:

$$A^T = \begin{bmatrix} 1 & 2 \\-1 & 3 \end{bmatrix}$$

(iii) Let
$$A = \begin{bmatrix} -1 & 5 & 6 \\ \sqrt{3} & 5 & 6 \\ 2 & 3 & -1 \end{bmatrix}$$

Interchanging rows and columns:

Transpose:

$$A^T = \begin{bmatrix} -1 & \sqrt{3} & 2 \\ 5 & 5 & 3 \\ 6 & 6 & -1 \end{bmatrix}$$

✨ Master matrices with Anand Classes for exam success! Perfect for CBSE and competitive exams like JEE, our maths notes and solutions help you learn faster and score higher.


NCERT Question 2: If
$$A=\begin{bmatrix}-1 & 2 & 3 \\ 5 & 7 & 9 \\ -2 & 1 & 1 \end{bmatrix} \quad \text{and} \quad B=\begin{bmatrix}-4 & 1 & -5 \\ 1 & 2 & 0 \\ 1 & 3 & 1 \end{bmatrix}$$
then verify that:
(i) $(A+B)’ = A’ + B’$
(ii) $(A-B)’ = A’ – B’$

Solution

(i) Verification of $(A+B)’ = A’ + B’$

First compute $(A + B)$:

$$A + B = \begin{bmatrix}-1 & 2 & 3 \\ 5 & 7 & 9 \\ -2 & 1 & 1 \end{bmatrix}+\begin{bmatrix}-4 & 1 & -5 \\1 & 2 & 0 \\ 1 & 3 & 1 \end{bmatrix}$$

$$A + B= \begin{bmatrix}-5 & 3 & -2 \\ 6 & 9 & 9 \\ -1 & 4 & 2 \end{bmatrix}$$

Now take transpose:

$$ (A+B)’ = \begin{bmatrix}-5 & 6 & -1 \\ 3 & 9 & 4 \\ -2 & 9 & 2 \end{bmatrix} $$

Now find $(A’)$ and $(B’)$, then add:

$$A’ = \begin{bmatrix}-1 & 5 & -2 \\ 2 & 7 & 1 \\ 3 & 9 & 1\end{bmatrix}, \quad
B’ = \begin{bmatrix}-4 & 1 & 1 \\ 1 & 2 & 3 \\ -5 & 0 & 1\end{bmatrix}$$

$$A’ + B’ = \begin{bmatrix}-1 & 5 & -2 \\ 2 & 7 & 1 \\ 3 & 9 & 1\end{bmatrix}+ \begin{bmatrix}-4 & 1 & 1 \\ 1 & 2 & 3 \\ -5 & 0 & 1\end{bmatrix} $$

$$A’ + B’=\begin{bmatrix}-5 & 6 & -1 \\ 3 & 9 & 4 \\ -2 & 9 & 2\end{bmatrix}$$

Thus,
$$ (A+B)’ = A’ + B’ $$
Hence proved.

(ii) Verification of $(A-B)’ = A’ – B’$

Compute $A – B$:

$$A – B = \begin{bmatrix}-1 & 2 & 3 \\ 5 & 7 & 9 \\ -2 & 1 & 1 \end{bmatrix}-\begin{bmatrix}-4 & 1 & -5 \\1 & 2 & 0 \\ 1 & 3 & 1 \end{bmatrix}$$

$$A – B=\begin{bmatrix}3 & 1 & 8 \\ 4 & 5 & 9 \\ -3 & -2 & 0 \end{bmatrix}$$

Now transpose:

$$ (A-B)’ = \begin{bmatrix}3 & 4 & -3 \\ 1 & 5 & -2 \\ 8 & 9 & 0 \end{bmatrix} $$

Now find $(A’)$ and $(B’)$, then subtract:

$$A’ = \begin{bmatrix}-1 & 5 & -2 \\ 2 & 7 & 1 \\ 3 & 9 & 1\end{bmatrix}, \quad
B’ = \begin{bmatrix}-4 & 1 & 1 \\ 1 & 2 & 3 \\ -5 & 0 & 1\end{bmatrix}$$

$$A’ – B’ = \begin{bmatrix}-1 & 5 & -2 \\ 2 & 7 & 1 \\ 3 & 9 & 1\end{bmatrix}- \begin{bmatrix}-4 & 1 & 1 \\ 1 & 2 & 3 \\ -5 & 0 & 1\end{bmatrix} $$

$$A’ – B’ = \begin{bmatrix}3 & 4 & -3 \\ 1 & 5 & -2 \\ 8 & 9 & 0 \end{bmatrix}$$

Thus,
$$ (A-B)’ = A’ – B’ $$
Hence proved.

📚 Strengthen your matrix algebra skills with Anand Classes! Perfect notes for Class 12 Maths, CBSE exams, and competitive preparation like JEE & NDA. Keep practicing to boost your accuracy and confidence!


NCERT Question.3 : Given
$$A’=\begin{bmatrix}3 & 4\\-1 & 2\\0 & 1\end{bmatrix}\qquad\text{and}\qquad
B=\begin{bmatrix}-1 & 2 & 1\\1 & 2 & 3\end{bmatrix},$$
verify that
(i) $(A+B)’=A’+B’$ and
(ii) $(A-B)’=A’-B’$

Solution
First recover $A$ from $(A’=(A)^{T})$. Taking transpose of $(A’)$ gives
$$A=(A’)^{T}=\begin{bmatrix}3 & -1 & 0\\4 & 2 & 1\end{bmatrix}.$$

Both $A$ and $B$ are $2\times3$ matrices, so $A\pm B$ are defined.

(i) Check $(A+B)’=A’+B’$

Compute $(A+B)$:
$$
A+B=\begin{bmatrix}3 & -1 & 0\\4 & 2 & 1\end{bmatrix}
+\begin{bmatrix}-1 & 2 & 1\\1 & 2 & 3\end{bmatrix}
=\begin{bmatrix}2 & 1 & 1\\5 & 4 & 4\end{bmatrix}.
$$

Now transpose:
$$
(A+B)’=(A+B)^{T}=\begin{bmatrix}2 & 5\\1 & 4\\1 & 4\end{bmatrix}.
$$

Compute $(A’+B’)$
First $$B’=\begin{bmatrix}-1 & 1\\2 & 2\\1 & 3\end{bmatrix}$$
Then
$$
A’+B’=
\begin{bmatrix}3 & 4\\-1 & 2\\0 & 1\end{bmatrix}
+\begin{bmatrix}-1 & 1\\2 & 2\\1 & 3\end{bmatrix}
=\begin{bmatrix}2 & 5\\1 & 4\\1 & 4\end{bmatrix}.
$$

Thus $$(A+B)’=A’+B’$$

(ii) Check $(A-B)’=A’-B’$

Compute $(A-B)$:
$$
A-B=\begin{bmatrix}3 & -1 & 0\\4 & 2 & 1\end{bmatrix}
-\begin{bmatrix}-1 & 2 & 1\\1 & 2 & 3\end{bmatrix}
=\begin{bmatrix}4 & -3 & -1\\3 & 0 & -2\end{bmatrix}.
$$

Now transpose:
$$
(A-B)’=(A-B)^{T}=\begin{bmatrix}4 & 3\\-3 & 0\\-1 & -2\end{bmatrix}.
$$

Compute $(A’-B’)$:
$$
A’-B’=
\begin{bmatrix}3 & 4\\-1 & 2\\0 & 1\end{bmatrix}
-\begin{bmatrix}-1 & 1\\2 & 2\\1 & 3\end{bmatrix}
=\begin{bmatrix}4 & 3\\-3 & 0\\-1 & -2\end{bmatrix}.
$$

Thus $$(A-B)’=A’-B’$$

Final Result

$$\boxed{(A+B)’=A’+B’\quad\text{and}\quad (A-B)’=A’-B’}$$

For more stepwise matrix identities and NCERT-style worked solutions, download practice notes from Anand Classes — perfect for strengthening fundamentals in matrices and boosting performance in CBSE and competitive exams.


NCERT Question 4: If
$$A’=\begin{bmatrix}-2 & 3\\1 & 2\end{bmatrix} \;\;\text{and} \quad B=\begin{bmatrix}-1 & 0\\1 & 2\end{bmatrix}$$
find $(A+2B)’$.

Solution

From the given $A’$ we get $A$ by transposing $A’$:
$$A=(A’)’=\begin{bmatrix}-2 & 1\\3 & 2\end{bmatrix}.$$

Compute $(2B)$:
$$2B=2\begin{bmatrix}-1 & 0\\1 & 2\end{bmatrix}=\begin{bmatrix}-2 & 0\\2 & 4\end{bmatrix}.$$

Add $A$ and $2B$:
$$
A+2B=\begin{bmatrix}-2 & 1\\3 & 2\end{bmatrix}+\begin{bmatrix}-2 & 0\\2 & 4\end{bmatrix}$$

$$A+2B=\begin{bmatrix}-4 & 1\\5 & 6\end{bmatrix}.$$

Finally take transpose to get $(A+2B)’$:
$$
(A+2B)’=\begin{bmatrix}-4 & 1\\5 & 6\end{bmatrix}’=
\begin{bmatrix}-4 & 5\\1 & 6\end{bmatrix}.
$$

Answer:
$$\boxed{(A+2B)’=\begin{bmatrix}-4 & 5\\1 & 6\end{bmatrix}}$$

Master these transpose and scalar–matrix operations to build speed for NCERT problems — download clear, exam-focused notes and solved examples from Anand Classes to boost your CBSE and competitive-exam performance.


NCERT Question 5. For the matrices $A$ and $B$,
verify that $(AB)’=B’A’$, where $\\$
(i) $A=\begin{bmatrix}1\\-4\\3\end{bmatrix}$ and $B=\begin{bmatrix}-1 & 2 & 1\end{bmatrix}$ $\\$
(ii) $A=\begin{bmatrix}0\\1\\2\end{bmatrix}$ and $B=\begin{bmatrix}1 & 5 & 7\end{bmatrix}$

Solution :
We will compute $AB$, then $(AB)’$, and compare with $(B’A’)$ for each part.

(i) Compute $AB$ (outer product of a $(3\times1)$ and a $(1\times3)$ matrix):
$$
AB=
\begin{bmatrix}1\\-4\\3\end{bmatrix}
\begin{bmatrix}-1 & 2 & 1\end{bmatrix}$$

$$
AB=\begin{bmatrix}
1\cdot(-1) & 1\cdot2 & 1\cdot1\\
(-4)\cdot(-1) & (-4)\cdot2 & (-4)\cdot1\\
3\cdot(-1) & 3\cdot2 & 3\cdot1
\end{bmatrix}$$

$$
AB=\begin{bmatrix}
-1 & 2 & 1\\
4 & -8 & -4\\
-3 & 6 & 3
\end{bmatrix}.
$$

Transpose:
$$
(AB)’=(AB)^T=
\begin{bmatrix}
-1 & 4 & -3\\
2 & -8 & 6\\
1 & -4 & 3
\end{bmatrix}.
$$

Now compute $B’$ and $A’$ and multiply $B’A’$:
$$
B’=\begin{bmatrix}-1\\2\\1\end{bmatrix},\qquad
A’=\begin{bmatrix}1 & -4 & 3\end{bmatrix}.
$$

$$
B’A’=
\begin{bmatrix}-1\\2\\1\end{bmatrix}
\begin{bmatrix}1 & -4 & 3\end{bmatrix}$$

$$
B’A’=\begin{bmatrix}
-1\cdot1 & -1\cdot(-4) & -1\cdot3\\
2\cdot1 & 2\cdot(-4) & 2\cdot3\\
1\cdot1 & 1\cdot(-4) & 1\cdot3
\end{bmatrix}$$

$$
B’A’=\begin{bmatrix}
-1 & 4 & -3\\
2 & -8 & 6\\
1 & -4 & 3
\end{bmatrix}.
$$

Hence $$(AB)’=B’A’$$

(ii) Compute $(AB)$:
$$
AB=
\begin{bmatrix}0\\1\\2\end{bmatrix}
\begin{bmatrix}1 & 5 & 7\end{bmatrix}$$

$$
AB=\begin{bmatrix}
0\cdot1 & 0\cdot5 & 0\cdot7\\
1\cdot1 & 1\cdot5 & 1\cdot7\\
2\cdot1 & 2\cdot5 & 2\cdot7
\end{bmatrix}$$

$$
AB=\begin{bmatrix}
0 & 0 & 0\\
1 & 5 & 7\\
2 & 10 & 14
\end{bmatrix}.
$$

Transpose:
$$
(AB)’=
\begin{bmatrix}
0 & 1 & 2\\
0 & 5 & 10\\
0 & 7 & 14
\end{bmatrix}.
$$

Compute $(B’A’)$:
$$
B’=\begin{bmatrix}1\\5\\7\end{bmatrix},\qquad
A’=\begin{bmatrix}0 & 1 & 2\end{bmatrix},
$$

$$
B’A’=
\begin{bmatrix}1\\5\\7\end{bmatrix}
\begin{bmatrix}0 & 1 & 2\end{bmatrix}$$

$$
B’A’=\begin{bmatrix}
1\cdot0 & 1\cdot1 & 1\cdot2\\
5\cdot0 & 5\cdot1 & 5\cdot2\\
7\cdot0 & 7\cdot1 & 7\cdot2
\end{bmatrix}$$

$$
B’A’=\begin{bmatrix}
0 & 1 & 2\\
0 & 5 & 10\\
0 & 7 & 14
\end{bmatrix}$$

Thus $$(AB)’=B’A’$$

Final Verification: In both cases $\boxed{(AB)’=B’A’}$ holds.

For more neatly worked NCERT solutions on matrix identities and practice problems, download concise notes and solved examples from Anand Classes — ideal for CBSE board revision and JEE preparation.


✅ FAQ Section

Q1. What topics are covered in Matrices Exercise 3.3 for Class 12?

Exercise 3.3 focuses on the computation of inverse matrices using elementary transformations and related matrix properties essential for solving board-level questions.

Q2. Are the NCERT Solutions for Exercise 3.3 sufficient for board exam preparation?

Yes. The solutions provided by Anand Classes are step-by-step, accurate, and aligned with CBSE guidelines, making them ideal for scoring high in the Class 12 board exam.

Q3. Can I download the Matrices Exercise 3.3 solutions PDF for free?

Absolutely. Anand Classes offers the complete Exercise 3.3 NCERT Solutions PDF for free download to help students revise anytime.

Q4. Who should refer to these Class 12 Matrices solutions?

These solutions are perfect for Class 12 CBSE students, competitive exam aspirants, and anyone needing a clear understanding of matrix operations.

Q5. Are these solutions helpful for quick revision?

Yes. The neatly explained steps and simplified methods help students revise Matrices quickly and efficiently before exams.

📚 Buy Study Material & Join Our Coaching

For premium study materials specially designed for JEE, NEET, NDA, CDS, AFCAT, SSC Exams, visit our official study material portal:
👉 https://publishers.anandclasses.co.in/

For JEE/NEET Notes : Visit https://anandclasses.org.in/

For NDA Notes : Visit https://nda.anandclasses.org.in/

For SSC Notes : Visit https://ssc.anandclasses.org.in/

For CDS, AFCAT Notes : Visit https://cds-afcat.anandclasses.org.in/

To enroll in our offline or online coaching programs, visit our coaching center website:
👉 https://anandclasses.co.in/

📞 Call us directly at: +91-94631-38669

💬 WhatsApp Us Instantly

Need quick assistance or want to inquire about classes and materials?

📲 Click below to chat instantly on WhatsApp:
👉 Chat on WhatsApp

🎥 Watch Video Lectures

Get access to high-quality video lessons, concept explainers, and revision tips by subscribing to our official YouTube channel:
👉 Neeraj Anand Classes – YouTube Channel

RELATED TOPICS