12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 22/01/2020
Application of Matrices and Determinants
Download Tamil Nadu 12th Standard Maths question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Maths Test1.
Solve 6x - 7y = 16, 9x - 5y = 35 using (Cramer's rule).
2.
Solve : 2x - y = 3, 5x + y = 4 using matrices.
3.
Find the rank of the matrix A =\(\left[ \begin{matrix} 4 \\ 7 \end{matrix}\begin{matrix} 5 \\ -3 \end{matrix}\begin{matrix} -6 \\ 0 \end{matrix}\begin{matrix} 1 \\ 8 \end{matrix} \right] \).
4.
If A is a square matrix such that A3 = I, then prove that A is non-singular.
5.
For the matrix A, if A3 = I, then find A-1.
6.
For any 2 \(\times\) 2 matrix, if A (adj A) =\(\left[ \begin{matrix} 10 & 0 \\ 0 & 10 \end{matrix} \right] \) then find |A|.
7.
Find the rank of the following matrices which are in row-echelon form :
\(\left[ \begin{matrix} 6 \\ \begin{matrix} 0 \\ \begin{matrix} 0 \\ 0 \end{matrix} \end{matrix} \end{matrix}\begin{matrix} 0 \\ \begin{matrix} 2 \\ \begin{matrix} 0 \\ 0 \end{matrix} \end{matrix} \end{matrix}\begin{matrix} -9 \\ \begin{matrix} 0 \\ \begin{matrix} 0 \\ 0 \end{matrix} \end{matrix} \end{matrix} \right] \)
8.
Find the rank of the following matrices by minor method:
\(\left[\begin{array}{l} 1 -2 -10 \\ 3 -6 -31 \end{array}\right]\)
9.
Find the rank of the following matrices by minor method:
\(\left[ \begin{matrix} -1 & 3 \\ 4 & -7 \\ 3 & -4 \end{matrix} \right] \)
10.
If adj(A) = \(\left[ \begin{matrix} 0 & -2 & 0 \\ 6 & 2 & -6 \\ -3 & 0 & 6 \end{matrix} \right] \), find A−1.
11.
If A is symmetric, prove that then adj A is also symmetric.
12.
If A is a non-singular matrix of odd order, prove that |adj A| is positive
13.
If A = \(\left[ \begin{matrix} a & b \\ c & d \end{matrix} \right] \) is non-singular, find A−1.
14.
Find the rank of the matrix \(\left[ \begin{matrix} 1 & 2 & 3 \\ 2 & 1 & 4 \\ 3 & 0 & 5 \end{matrix} \right] \) by reducing it to a row-echelon form.
15.
Find the rank of each of the following matrices:
\(\left[ \begin{matrix} 3 & 2 & 5 \\ 1 & 1 & 2 \\ 3 & 3 & 6 \end{matrix} \right] \)
1.
Δ = \(\left| \begin{matrix} 6 & -7 \\ 9 & -5 \end{matrix} \right| \) = -30 + 63 = 33
Δ1 = \(\left| \begin{matrix} 16 & -7 \\ 35 & -5 \end{matrix} \right| \) = -80 + 245 = 165
Δ2 = \(\left| \begin{matrix} 6 & 16 \\ 9 & 35 \end{matrix} \right| \) = 210 - 144 = 66
∴ x = \(\frac { { \triangle }_{ 1 } }{ \triangle } =\frac { 165 }{ 33 } \) = 5
y = \(\frac { { \triangle }_{ 2 } }{ \triangle } =\frac { 66 }{ 33 } \) = 2
∴ Solution set is { 5, 2}
2.
The equations can be written in matrix form as
\(\left( \begin{matrix} 2 & -1 \\ 5 & 1 \end{matrix} \right) \left( \begin{matrix} x \\ y \end{matrix} \right) =\left( \begin{matrix} 3 \\ 4 \end{matrix} \right) \) ⇒ AX = B where
A =\(\left( \begin{matrix} 2 & -1 \\ 5 & 1 \end{matrix} \right) ,X=\left( \begin{matrix} x \\ y \end{matrix} \right) ,B=\left( \begin{matrix} 3 \\ 4 \end{matrix} \right) \)
∴ X = A-1B
|A| = \(\left| \begin{matrix} 2 & -1 \\ 5 & 1 \end{matrix} \right| \) = 2+5 =7 ≠ 0
∴ A-1 =\(\frac { 1 }{ |A| } adj\quad A=\frac { 1 }{ 7 } \left[ \begin{matrix} 1 & 1 \\ -5 & 2 \end{matrix} \right] \)
∴ X = \(\frac { 1 }{ 7 } \left[ \begin{matrix} 1 & 1 \\ -5 & 2 \end{matrix} \right] \left[ \begin{matrix} 3 \\ 4 \end{matrix} \right] =\frac { 1 }{ 7 } \left[ \begin{matrix} 3+4 \\ -15+8 \end{matrix} \right] \)
= \(\frac { 1 }{ 7 } \left[ \begin{matrix} 7 \\ -7 \end{matrix} \right] =\left[ \begin{matrix} 1 \\ -1 \end{matrix} \right] \)
∴ Solution set is {1, -1}
3.
A =\(\left[ \begin{matrix} 4 \\ 7 \end{matrix}\begin{matrix} 5 \\ -3 \end{matrix}\begin{matrix} -6 \\ 0 \end{matrix}\begin{matrix} 1 \\ 8 \end{matrix} \right] \)
\(\overset { { R }_{ 2 }\rightarrow { R }_{ 2 }-2{ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 4 \\ -1 \end{matrix}\begin{matrix} 5 \\ -3 \end{matrix}\begin{matrix} -6 \\ 12 \end{matrix}\begin{matrix} 1 \\ 6 \end{matrix} \right] \)
\(\overset { { R }_{ 1 }\leftrightarrow { R }_{ 2 } }{ \longrightarrow } \left[ \begin{matrix} -1 \\ 4 \end{matrix}\begin{matrix} -3 \\ 5 \end{matrix}\begin{matrix} 12 \\ -6 \end{matrix}\begin{matrix} 6 \\ 1 \end{matrix} \right] \)
\(\overset { { R }_{ 1 }+(-1){ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 1 \\ 4 \end{matrix}\begin{matrix} 13 \\ 5 \end{matrix}\begin{matrix} -12 \\ -6 \end{matrix}\begin{matrix} 6 \\ 1 \end{matrix} \right] \)
\(\overset { { R }_{ 2 }\rightarrow { R }_{ 2 }-4{ R }_{ 1 } }{ \longrightarrow } \left[ \begin{matrix} 1 \\ 0 \end{matrix}\begin{matrix} 13 \\ -47 \end{matrix}\begin{matrix} -12 \\ 42 \end{matrix}\begin{matrix} -6 \\ 25 \end{matrix} \right] \)
The equivalent row-echelon matrix hats two non zero rows.
∴ \(\rho\) (A) = 2
4.
Given A3 = I ⇒ IA3I = |I|
⇒ |A.A.A| = 1
⇒ |A|. |A|·|A| = 1
⇒ |A|3 = 1
∴ |A| ≠ 0
Hence, A is non-singular.
5.
Given A3 = 1
Pre multiply by A-1 we get,
A-1. A3 = A-1. I
⇒ (A-1. A) A2 = A-1 [∵ A-1 I = A-1]
⇒ I. A2 = A-1 I∵ A-1. A = I]
⇒ A2 = A-1 [∵ I. A2 = A2]
∴ A-1 = A2
6.
Given A (adj A) =\(\left[ \begin{matrix} 10 & 0 \\ 0 & 10 \end{matrix} \right] =10\left[ \begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix} \right] \)...(1)
We know A (adj A) = (adj A) A = |A|. I2 ...(2)
Comparing (1) and (2), we get |A| = 10
7.
Let A = \(\left[ \begin{matrix} 6 \\ \begin{matrix} 0 \\ \begin{matrix} 0 \\ 0 \end{matrix} \end{matrix} \end{matrix}\begin{matrix} 0 \\ \begin{matrix} 2 \\ \begin{matrix} 0 \\ 0 \end{matrix} \end{matrix} \end{matrix}\begin{matrix} -9 \\ \begin{matrix} 0 \\ \begin{matrix} 0 \\ 0 \end{matrix} \end{matrix} \end{matrix} \right] \). Then A is a matrix of order 4 × 3 and ρ(A) ≤ 3.
The last two rows are zero rows. There are several second order minors.
We find that there is a second order minor, for example, \(\left| \begin{matrix} 6 & 0 \\ 0 & 2 \end{matrix} \right| \) = (6)(2) = 12 ≠ 0. So, ρ(A) = 2.
Note that there are two non-zero rows. The third and fourth rows are zero rows.
8.
\(\left[ \begin{matrix} 1 \\ 3 \end{matrix}\begin{matrix} -2 \\ -6 \end{matrix}\begin{matrix} -1 \\ -3 \end{matrix}\begin{matrix} 0 \\ 1 \end{matrix} \right] \)
Let A =\(\left[ \begin{matrix} 1 \\ 3 \end{matrix}\begin{matrix} -2 \\ -6 \end{matrix}\begin{matrix} -1 \\ -3 \end{matrix}\begin{matrix} 0 \\ 1 \end{matrix} \right] \)
A is a matrix of order (2 \(\times\) 4)
∴ \(\rho \)(A) ≤ min(2, 4) = 2
The highest order of minor of A is 2
It is \(\left| \begin{matrix} 1 & -2 \\ 3 & -6 \end{matrix} \right| \) = -6 + 6 = 0
Also, \(\left| \begin{matrix} -1 & 0 \\ -3 & 1 \end{matrix} \right| \) = -1 + 0 = -1 ≠ 0
∴ \(\rho \)(A) = 2
9.
\(\left[ \begin{matrix} -1 & 3 \\ 4 & -7 \\ 3 & -4 \end{matrix} \right] \)
Let A =\(\left[ \begin{matrix} -1 & 3 \\ 4 & -7 \\ 3 & -4 \end{matrix} \right] \)
A is a matrix of order 3 \(\times\) 2
∴ \(\rho \)(A) ≤ min (3, 2) = 2
The highest order of minor of A is 2
It is \(\left| \begin{matrix} -1 & 3 \\ 4 & -7 \end{matrix} \right| \)= 7-12 = 5 ≠ 0
∴ \(\rho \)(A) = 2
10.
Given adj (A) =\(\left[ \begin{matrix} 0 & -2 & 0 \\ 6 & 2 & -6 \\ -3 & 0 & 6 \end{matrix} \right] \)
We know that A-1 = ±\(\frac { 1 }{ \sqrt { |adjA| } } \) (adj A) ...............(1)
|adj A| = 0 + 2\(\left| \begin{matrix} 6 & -6 \\ -3 & 6 \end{matrix} \right| \) + 0
[Expanded along R1]
= 2(36-18) = 2(18) = 36
∴ A-1 = \(\pm \frac { 1 }{ \sqrt { 36 } } \left[ \begin{matrix} 0 & -2 & 0 \\ 6 & 2 & -6 \\ -3 & 0 & 6 \end{matrix} \right] \)
= \(\pm \frac { 1 }{ 6 } \left[ \begin{matrix} 0 & -2 & 0 \\ 6 & 2 & -6 \\ -3 & 0 & 6 \end{matrix} \right] \).
11.
Suppose A is symmetric. Then, AT = A and so, by theorem (vi), we get
adj(AT) = (adj A)T ⇒ adj A = (adj A)T ⇒ adj A is symmetric.
12.
Let A be a non-singular matrix of order 2m+1, where m = 0, 1, 2,... Then, we get |A| ≠ 0 and, by property (ii), we have |adj A| = |A|(2m+1) − 1 = |A|2m.
Since |A|2m is always positive, we get that |adj A| is positive.
13.
We first find adj A. By definition, we get adj A = \({ \left[ \begin{matrix} +{ M }_{ 11 } & -{ M }_{ 12 } \\ -{ M }_{ 21 } & +{ M }_{ 22 } \end{matrix} \right] }^{ T }={ \left[ \begin{matrix} d & -c \\ -b & a \end{matrix} \right] }^{ T }=\left[ \begin{matrix} d & -c \\ -c & a \end{matrix} \right] \).
Since A is non-singular, |A| = ad - bc ≠ 0.
As \({ A }^{ -1 }=\frac { 1 }{ \left| A \right| } \) adj A, we get A-1 = \(\frac { 1 }{ ad-bc } \left[ \begin{matrix} d & -b \\ -c & a \end{matrix} \right] \).
14.
Let A = \(\left[ \begin{matrix} 1 & 2 & 3 \\ 2 & 1 & 4 \\ 3 & 0 & 5 \end{matrix} \right] \). Applying elementary row operations, we get
A \(\overset { \begin{matrix} { R }_{ 2 }\longrightarrow { R }_{ 2 }-2{ R }_{ 1 } \\ { R }_{ 3 }\longrightarrow { R }_{ 3 }-3{ R }_{ 1 } \end{matrix} }{ \longrightarrow } \left[ \begin{matrix} 1 & 2 & 3 \\ 0 & -3 & -2 \\ 0 & -6 & -4 \end{matrix} \right] \overset { { R }_{ 3 }\longrightarrow { R }_{ 3 }-2{ R }_{ 2 } }{ \longrightarrow } \left[ \begin{matrix} 1 & 2 & 3 \\ 0 & -3 & -2 \\ 0 & 0 & 0 \end{matrix} \right] \).
The last equivalent matrix is in row-echelon form. It has two non-zero rows. So, ρ(A) = 2.
15.
Let A = \(\left[ \begin{matrix} 3 & 2 & 5 \\ 1 & 1 & 1 \\ 3 & 3 & 6 \end{matrix} \right] \). Then A is a matrix of order 3 \(\times\) 3. So ρ(A) ≤ min {3, 3} = 3.
The highest order of minors of A is 3. There is only one third order minor of A.
It is \(\left| \begin{matrix} 3 & 2 & 5 \\ 1 & 1 & 1 \\ 3 & 3 & 6 \end{matrix} \right| \) = 3(6 - 6) - 2(6 - 6) + 5(3 - 3) = 0. So, ρ(A) < 3.
Next consider the second - order minors of A.
We find that the second order minor \(\left| \begin{matrix} 3 & 2 \\ 1 & 1 \end{matrix} \right| \) = 3 - 2 ≠ 0. So ρ(A) = 2.
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards