CBSE Class 12th Exam Date:01 Jan' 26 - 14 Feb' 26
A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements or the entries of the matrix. These NCERT solutions for exercise 3.1 of chapter 3 of class 12 are created by the subject matter experts at Careers360 to have a more appropriate approach while preparing for the exam. There are questions based on the concept of the Construction of a matrix, Square matrix, Row matrix, Column matrix, Diagonal matrix, a Scalar matrix, Null matrix, Identity matrix, and the equality of matrices. It also covers the matrix's order and different types of matrices. Start by attempting to solve NCERT problems independently. If you encounter challenges, refer to the solutions in Exercise 3.1, Chapter 3, for assistance.
Question:1(i).In the matrix $A = \begin{bmatrix} 2& 5 &19 &-7 \\ 35 & -2 & \frac{5}{2} &12 \\ \sqrt3& 1 &-5 &17 \end{bmatrix}$, write:
Answer:
$A = \begin{bmatrix} 2& 5 &19 &-7 \\ 35 & -2 & \frac{5}{2} &12 \\ \sqrt3& 1 &-5 &17 \end{bmatrix}$
(i) The order of the matrix = number of row $\times$ number of columns $= 3\times 4$.
Question 1(ii). In the matrix $A = \begin{bmatrix}2&5&19&-7&\\ 35& -2&\frac{5}{2}&12\\\sqrt3&1&-5&17 \end{bmatrix}$, write:
Answer:
$A = \begin{bmatrix}2&5&19&-7&\\ 35& -2&\frac{5}{2}&12\\\sqrt3&1&-5&17 \end{bmatrix}$
(ii) The number of elements $3\times 4=12$.
Question 1(iii). In the matrix $A = \begin{bmatrix}2&5&19&-7&\\35&-2&\frac{5}{2}&12\\\sqrt3&1&-5&17 \end{bmatrix}$, write:
Write the elements a13, a21, a33, a24, a23
Answer:
$A = \begin{bmatrix}2&5&19&-7&\\35&-2&\frac{5}{2}&12\\\sqrt3&1&-5&17 \end{bmatrix}$
(iii) An element $a_{ij}$ implies the element in raw number i and column number j.
$a_{13} = 19$, $a_{21} = 35$
$a_{33} = -5$, $a_{24} = 12$
$a_{23} = \frac{5}{2}$
Question 2. If a matrix has 24 elements, what are the possible orders it can have? What, if it has 13 elements?
Answer:
A matrix has 24 elements.
The possible orders are :
$1\times 24,24\times 1,2\times 12,12\times 2,3\times 8,8\times 3,4\times 6 \, \, and\, \, 6\times 4$.
If it has 13 elements, then possible orders are :
$1\times 13\, \, \, and \, \, \, \, 13\times 1$.
Question 3. If a matrix has 18 elements, what are the possible orders it can have? What, if it has 5 elements?
Answer:
A matrix has 18 elements.
The possible orders are as given below
$1\times 18,18\times 1,2\times 9,9\times 2,3\times 6\, \, \, and\, \, \, \, 6\times 3$
If it has 5 elements, then possible orders are :
$1\times 5\, \, \, and \, \, \, \, 5\times 1$.
Question 4(i). Construct a 2 × 2 matrix, $A = [a_{ij} ]$ whose elements are given by:
$a_{ij} = \frac{(i + j)^2}{2}$
Answer:
$A = [a_{ij} ]$
(i) $a_{ij} = \frac{(i + j)^2}{2}$
Each element of this matrix is calculated as follows
$a_{11} = \frac{(1+1)^2}{2} = \frac{2^2}{2} = \frac{4}{2} = 2$, $a_{22} = \frac{(2+2)^2}{2} = \frac{4^2}{2} = \frac{16}{2} = 8$
$a_{12} = \frac{(1+2)^2}{2} = \frac{3^2}{2} = \frac{9}{2} = 4.5$, $a_{21} = \frac{(2+1)^2}{2} = \frac{3^2}{2} = \frac{9}{2} = 4.5$
Matrix A is given by
$A = \begin{bmatrix} 2&4.5 \\4.5 & 8 \end{bmatrix}$
Question 4(ii). Construct a 2 × 2 matrix, $A = [a_{ij} ]$, whose elements are given by:
Answer:
A 2 × 2 matrix, $A = [a_{ij} ]$
(ii) $a_{ij} = \frac{i}{j}$
$a_{11} = \frac{1}{1} = 1$, $a_{22} = \frac{2}{2} = 1$
$a_{12} = \frac{1}{2}$, $a_{21} = \frac{2}{1} = 2$
Hence, the matrix is
$A = \begin{bmatrix} 1& \frac{1}{2} \\ 2 & 1 \end{bmatrix}$
Question 4(iii). Construct a 2 × 2 matrix, $A = [a_{ij} ]$, whose elements are given by:
Answer:
(iii)
$a_{ij} = \frac{(i + 2j)^2}{2}$
$a_{11} = \frac{(1 + (2 \times 1))^2}{2} = \frac{(1 + 2)^2}{2} = \frac{3^2}{2} = \frac{9}{2}$,
$a_{22} = \frac{(2 + (2 \times 2))^2}{2} = \frac{(2 + 4)^2}{2} = \frac{6^2}{2} = \frac{36}{2} = 18$,
$a_{21} = \frac{(2 + (2 \times 1))^2}{2} = \frac{(2 + 2)^2}{2} = \frac{4^2}{2} = \frac{16}{2} = 8$,
$a_{12} = \frac{(1 + (2 \times 2))^2}{2} = \frac{(1 + 4)^2}{2} = \frac{5^2}{2} = \frac{25}{2}$
Hence, the matrix is given by
$A = \begin{bmatrix} \frac{9}{2}& \frac{25}{2} \\ 8 & 18 \end{bmatrix}$
Question 5(i). Construct a 3 × 4 matrix, whose elements are given by:
$a_{ij} = \frac{1}{2}|-3i + j|$
Answer:
(i)
$a_{ij} = \frac{1}{2} \left| -3i + j \right|$
$a_{11} = \frac{\left| -3 + 1 \right|}{2} = \frac{2}{2} = 1$,
$a_{12} = \frac{\left| (-3 \times 1) + 2 \right|}{2} = \frac{1}{2}$,
$a_{13} = \frac{\left| (-3 \times 1) + 3 \right|}{2} = 0$
$a_{21} = \frac{\left| (-3 \times 2) + 1 \right|}{2} = \frac{5}{2}$,
$a_{22} = \frac{\left| (-3 \times 2) + 2 \right|}{2} = \frac{4}{2} = 2$,
$a_{23} = \frac{\left| (-3 \times 2) + 3 \right|}{2} = \frac{\left| -6 + 3 \right|}{2} = \frac{\left| -3 \right|}{2} = \frac{3}{2}$
$a_{31} = \frac{\left| (-3 \times 3) + 1 \right|}{2} = \frac{8}{2} = 4$,
$a_{32} = \frac{\left| (-3 \times 3) + 2 \right|}{2} = \frac{7}{2}$,
$a_{33} = \frac{\left| (-3 \times 3) + 3 \right|}{2} = \frac{\left| -9 + 3 \right|}{2} = \frac{\left| -6 \right|}{2} = \frac{6}{2} = 3$
$a_{14} = \frac{\left| (-3 \times 1) + 4 \right|}{2} = \frac{\left| -3 + 4 \right|}{2} = \frac{\left| 1 \right|}{2} = \frac{1}{2}$,
$a_{24} = \frac{\left| (-3 \times 2) + 4 \right|}{2} = \frac{\left| -6 + 4 \right|}{2} = \frac{\left| -2 \right|}{2} = \frac{2}{2} = 1$,
$a_{34} = \frac{\left| (-3 \times 3) + 4 \right|}{2} = \frac{\left| -9 + 4 \right|}{2} = \frac{\left| -5 \right|}{2} = \frac{5}{2}$
Hence, the required matrix of the given order is
$A = \begin{bmatrix} 1& \frac{1}{2} & 0&\frac{1}{2} \\ \frac{5}{2} & 2&\frac{3}{2}&1 \\4&\frac{7}{2}&3&\frac{5}{2}\end{bmatrix}$
Question 5(ii) Construct a 3 × 4 matrix, whose elements are given by:
Answer:
A 3 × 4 matrix,
(ii) $a_{ij} = 2i - j$
$a_{11} = 2 \times 1 - 1 = 2 - 1 = 1$, $a_{12} = 2 \times 1 - 2 = 2 - 2 = 0$, $a_{13} = 2 \times 1 - 3 = 2 - 3 = -1$
$a_{21} = 2 \times 2 - 1 = 4 - 1 = 3$, $a_{22} = 2 \times 2 - 2 = 4 - 2 = 2$, $a_{23} = 2 \times 2 - 3 = 4 - 3 = 1$
$a_{31} = 2 \times 3 - 1 = 6 - 1 = 5$, $a_{32} = 2 \times 3 - 2 = 6 - 2 = 4$, $a_{33} = 2 \times 3 - 3 = 6 - 3 = 3$
$a_{14} = 2 \times 1 - 4 = 2 - 4 = -2$, $a_{24} = 2 \times 2 - 4 = 4 - 4 = 0$, $a_{34} = 2 \times 3 - 4 = 6 - 4 = 2$
Hence, the matrix is
$A = \begin{bmatrix} 1 & 0& -1& -2 \\ \ 3 & 2&1& 0 \\5&4&3&2\end{bmatrix}$
Question 6(i). Find the values of x, y and z from the following equations:
$\begin{bmatrix}4&3\\x&5 \end{bmatrix} = \begin{bmatrix}y&z\\1&5 \end{bmatrix}$
Answer:
(i) $\begin{bmatrix}4&3\\x&5 \end{bmatrix} = \begin{bmatrix}y&z\\1&5 \end{bmatrix}$
If two matrices are equal, then their corresponding elements are also equal.
$\therefore$ $x=1\, \, \, ,\, \, \, y=4\, \, \, \, and\, \, \, \, z=3$
Question 6(ii) Find the values of x, y and z from the following equations:
$\begin{bmatrix} x +y & 2\\ 5 + z & xy \end{bmatrix} = \begin{bmatrix} 6 &2 \\ 5 & 8 \end{bmatrix}$
Answer:
(ii)
$\begin{bmatrix} x +y & 2\\ 5 + z & xy \end{bmatrix} = \begin{bmatrix} 6 &2 \\ 5 & 8 \end{bmatrix}$
If two matrices are equal, then their corresponding elements are also equal.
$\therefore$ $x+y=6$ $\cdot \cdot \cdot \cdot \cdot \cdot \cdot \cdot \cdot (i)$
$x=6-y$
$xy=8$ $\cdot \cdot \cdot \cdot \cdot \cdot \cdot \cdot \cdot (ii)$
Solving equation (i) and (ii) ,
$(6-y)y =8$
$6y-y^{2}=8$
$y^{2}-6y+8=0$
solving this equation we get,
$y=4 \, \, and\, \, y=2$
Putting the values of y, we get
$x=2 \, \, and\, \, x=4$
And also equating the first element of the second raw
$5+z = 5$, $z=0$
Hence,
$x=2,y=4,z=0\, \, \, \, \, and\, \, \, \, \, \, x=4,y=2,z=0$
Question 6(iii) Find the values of x, y and z from the following equations
$\begin{bmatrix} x + y + z\\ x + z \\ y + z \end{bmatrix} = \begin{bmatrix} 9\\5 \\7 \end{bmatrix}$
Answer:
(iii)
$\begin{bmatrix} x + y + z\\ x + z \\ y + z \end{bmatrix} = \begin{bmatrix} 9\\5 \\7 \end{bmatrix}$
If two matrices are equal, then their corresponding elements are also equal
$x+y+z=9........(1)$
$x+z=5..............(2)$
$y+z=7..............(3)$
subtracting (2) from (1) we will get y=4
substituting the value of y in equation (3) we will get z=3
now substituting the value of z in equation (2) we will get x=2
therefore,
$x=2$, $y=4$ and $z=3$
Question 7. Find the value of a, b, c and d from the equation:
Answer:
$\begin{bmatrix} a -b & 2a + c\\ 2a - b & 3c + d \end{bmatrix} = \begin{bmatrix} -1 & 5\\ 0 & 13 \end{bmatrix}$
If two matrices are equal, then their corresponding elements are also equal
$a-b=-1$ $.............................1$
$2a+c=5$ $.............................2$
$2a-b=0$ $.............................3$
$3c+d=13$ $.............................4$
Solving equation 1 and 3 , we get
$a=1 \, \, \, \, and \, \, \, \, b=2$
Putting the value of a in equation 2, we get
$c=3$
Putting the value of c in equation 4 , we get
$d=4$
Question 8. $A = [a_{ij}]_{m\times n}$ is a square matrix, if
Answer:
A square matrix has the number of rows and columns equal.
Thus, for $A = [a_{ij}]_{m\times n}$ to be a square matrix m and n should be equal.
$\therefore m=n$
Option (c) is correct.
Question 9. Which of the given values of x and y make the following pair of matrices equal
(D) $x = \frac{-1}{3}, y = \frac{-2}{3}$
Answer:
Given, $\begin{bmatrix} 3x + 7 &5 \\ y + 1 & 2 -3x \end{bmatrix}$ $=\begin{bmatrix} 0 & y - 2 \\ 8 & 4 \end{bmatrix}$
If two matrices are equal, then their corresponding elements are also equal
$3x+7=0\Rightarrow x=\frac{-7}{3}$
$y-2=5 \Rightarrow y=5+2=7$
$y+1=8\Rightarrow y=8-1=7$
$2-3x=4\Rightarrow 3x=2-4\Rightarrow 3x=-2\Rightarrow x=\frac{-2}{3}$
Here, the value of x is not unique, so option B is correct.
Question 10. The number of all possible matrices of order 3 × 3 with each entry 0 or 1 is:
Answer:
Total number of elements in a 3 × 3 matrix
$=3\times 3=9$
If each entry is 0 or 1 then for every entry there are 2 permutations.
The total permutations for 9 elements
$=2^{9}=512$
Thus, option (D) is correct.
Also Read,
- Row matrix: A matrix is said to be a row matrix if it has only one row.
- Square matrix: A matrix in which the number of rows is equal to the number of columns is said to be a square matrix. Thus, an $m \times n$ matrix is said to be a square matrix if $m=n$ and is known as a square matrix of order ' $n$ '.
- Diagonal matrix: A square matrix $\mathrm{B}=\left[b_{i j}\right]_{m \times m}$ is said to be a diagonal matrix if all its non diagonal elements are zero, that is a matrix $\mathbf{B}=\left[b_{i j}\right]_{m \times m}$ is said to be a diagonal matrix if $b_{i j}=0$, when $i \neq j$.
- Scalar matrix: A diagonal matrix is said to be a scalar matrix if its diagonal elements are equal, that is, a square matrix $\mathrm{B}=\left[b_{i j}\right]_{n \times n}$ is said to be a scalar matrix if
$\begin{aligned}\\ & b_{ij}=0,\quad\text{when} i \neq j \\ &b_{ij}= k, \quad\text{when} i=j, \text{for some constant} k.\\ \end{aligned}$
- Identity matrix: A square matrix in which elements on the diagonal are all 1 and the rest are all zero is called an identity matrix. In other words, the square matrix $\mathrm{A}=\left[a_{i j}\right]_{n \times n}$ is an identity matrix, if $a_{i j}=\left\{\begin{array}{lll}1 & \text { if } \quad i=j \\ 0 & \text { if } \quad i \neq j\end{array}\right.$.
- Zero matrix: A matrix is said to be a zero matrix or null matrix if all its elements are zero.
(i) they are of the same order
(ii) each element of A is equal to the corresponding element of B, that is $a_{ij}=b_{ij}$ for all $i$ and $j$.
Also, read,
These are links to other subjects' NCERT textbook solutions. Students can check and analyse these well-structured solutions for a deeper understanding.
Students can check these NCERT exemplar links for further practice purposes.
Frequently Asked Questions (FAQs)
If a matrix has only one row it's called a row matrix. This concept is discussed in the NCERT syllabus of Class 12 Maths
If a matrix has only one column it's called a column matrix.
If a matrix has equal numbers of rows and columns then it's called a square matrix.
If all the non-diagonal elements of a matrix are zero it's called a diagonal matrix.
A scalar matrix is a diagonal matrix that has equal diagonal elements.
A square matrix that has all the non-diagonal elements are zero and its diagonal elements are 1 is called an identity matrix.
Concept related to matrices are discussed in ex 3.1 class 12. A matrix is a rectangular array of numbers or functions. The concept of matrix is discussed in the Class 12 Mathematics NCERT textbook. Practice class 12 ex 3.1 exercise to command concepts.
If a matrix has m rows and n columns then its order is m x n.
On Question asked by student community
Hello,
You can get the Class 11 English Syllabus 2025-26 from the Careers360 website. This resource also provides details about exam dates, previous year papers, exam paper analysis, exam patterns, preparation tips and many more. you search in this site or you can ask question we will provide you the direct link to your query.
LINK: https://school.careers360.com/boards/cbse/cbse-class-11-english-syllabus
Hello,
No, it’s not true that GSEB (Gujarat Board) students get first preference in college admissions.
Your daughter can continue with CBSE, as all recognized boards CBSE, ICSE, and State Boards (like GSEB) which are equally accepted for college admissions across India.
However, state quota seats in Gujarat colleges (like medical or engineering) may give slight preference to GSEB students for state-level counselling, not for all courses.
So, keep her in CBSE unless she plans to apply only under Gujarat state quota. For national-level exams like JEE or NEET, CBSE is equally valid and widely preferred.
Hope it helps.
Hello,
The Central Board of Secondary Education (CBSE) releases the previous year's question papers for Class 12.
You can download these CBSE Class 12 previous year question papers from this link : CBSE Class 12 previous year question papers (http://CBSE%20Class%2012%20previous%20year%20question%20papers)
Hope it helps !
Hi dear candidate,
On our official website, you can download the class 12th practice question paper for all the commerce subjects (accountancy, economics, business studies and English) in PDF format with solutions as well.
Kindly refer to the link attached below to download:
CBSE Class 12 Accountancy Question Paper 2025
CBSE Class 12 Economics Sample Paper 2025-26 Out! Download 12th Economics SQP and MS PDF
CBSE Class 12 Business Studies Question Paper 2025
CBSE Class 12 English Sample Papers 2025-26 Out – Download PDF, Marking Scheme
BEST REGARDS
Hello,
Since you have passed 10th and 12th from Delhi and your residency is Delhi, but your domicile is UP, here’s how NEET counselling works:
1. Counselling Eligibility: For UP NEET counselling, your UP domicile makes you eligible, regardless of where your schooling was. You can participate in UP state counselling according to your NEET rank.
2. Delhi Counselling: For Delhi state quota, usually 10th/12th + residency matters. Since your school and residency are in Delhi, you might also be eligible for Delhi state quota, but it depends on specific state rules.
So, having a Delhi Aadhaar will not automatically reject you in UP counselling as long as you have a UP domicile certificate.
Hope you understand.
As per latest syllabus. Physics formulas, equations, & laws of class 11 & 12th chapters
As per latest syllabus. Chemistry formulas, equations, & laws of class 11 & 12th chapters
As per latest 2024 syllabus. Study 40% syllabus and score upto 100% marks in JEE
As per latest syllabus. Maths formulas, equations, & theorems of class 11 & 12th chapters