Aakash Repeater Courses
Take Aakash iACST and get instant scholarship on coaching programs.
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,
Take Aakash iACST and get instant scholarship on coaching programs.
- 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)
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 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.
If a matrix has m rows and n columns then its order is m x n.
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
On Question asked by student community
Hello
Yes, if you’re not satisfied with your marks even after the improvement exam, many education boards allow you to reappear as a private candidate next year to improve your scores. This means you can register independently, study at your own pace, and take the exams without attending regular classes. It’s a good option to improve your results and open up more opportunities for higher studies or careers. Just make sure to check the specific rules and deadlines of your education board so you don’t miss the registration window. Keep your focus, and you will do better next time.
Hello Aspirant,
Yes, in the case that you appeared for the 2025 improvement exam and your roll number is different from what was on the previous year’s marksheet, the board will usually release a new migration certificate. This is because the migration certificate will reflect the most recent exam details, roll number and passing year. You can apply to get it from your board using the process prescribed by them either online or through your school/college.
Yes, if you miss the 1st CBSE exam due to valid reasons, then you can appear for the 2nd CBSE compartment exam.
From the academic year 2026, the board will conduct the CBSE 10th exam twice a year, while the CBSE 12th exam will be held once, as per usual. For class 10th, the second phase exam will act as the supplementary exam. Check out information on w hen the CBSE first exam 2026 will be conducted and changes in 2026 CBSE Board exam by clicking on the link .
If you want to change your stream to humanities after getting a compartment in one subject in the CBSE 12th Board Exam , you actually have limited options to qualify for your board exams. You can prepare effectively and appear in the compartment examination for mathematics again. If you do not wish to continue with the current stream, you can take readmission in the Humanities stream and start from Class 11th again, and continue studying for two more years to qualify for the 12th examination.
The GUJCET Merit List is prepared based on the Class 12th marks and GUJCET marks received by the students. CBSE students who are not from the Gujarat board can definitely compete with GSEB students, as their eligibility is decided based on the combined marks scored by them in GUJCET and the 12th board. The weightage of the GUJCET score is 40% and the weightage of the class 12 scores is 60%.
Take Aakash iACST and get instant scholarship on coaching programs.
This ebook serves as a valuable study guide for NEET 2025 exam.
This e-book offers NEET PYQ and serves as an indispensable NEET study material.
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