Skip to main content

Matrices Definition, Properties, Types, Formulas, Solved Examples Class 12 Math Notes and Study Material download pdf

A rectangular array of m × n numbers (real or complex) in the form of m horizontal lines (called rows) and n vertical lines (called columns) is called a matrix of order m by n, written as m × n matrix. Such an array is enclosed by [ ] or ( ). In this article, we will learn the meaning of matrices, types of matrices, important formulas, etc.

Introduction to Matrices

An m × n matrix is usually written as:

A=[a11a12..a1na21a22..a2nam1am2..amn]

In brief, the above matrix is represented by A = [aij] mxn. The numbers a11, a12, ….. etc., are known as the elements of the matrix A, where aij belongs to the ith row and jth column and is called the (i, j)th element of the matrix A = [aij].

Important Formulas for Matrices 

If A and B are square matrices of order n, and In is a corresponding unit matrix, then

(a) A(adj.A) = | A | In = (adj A) A

(b) | adj A | = | A |n-1 (Thus A (adj A) is always a scalar matrix)

(c) adj (adj.A) = | A |n-2 A

(e) |adj(adj.A)|=|A|(n1)2

(f) adj (AB) = (adj B) (adj A)

(g) adj (Am) = (adj A)m,

(h) adj(kA)=kn1(adj.A),kR

(i) adj(In)=In

(j) adj 0 = 0

(k) A is symmetric ⇒adj A is also symmetric

(l) A is diagonal ⇒adj A is also diagonal

(m) A is triangular ⇒adj A is also triangular

(n) A is singular ⇒| adj A | = 0

Types of Matrices

(i) Symmetric matrix: A square matrix A = [aij] is called a symmetric matrix if aij = aji, for all i, j.

(ii) Skew-symmetric matrix: when aij = – aji

(iii) Hermitian and skew – Hermitian matrix:

A=Aθ

(Hermitian matrix)(Aθ represents conjugate transpose)

Aθ=A

(skew-Hermitian matrix)

(iv) Orthogonal matrix: if AAT = In = ATA

(v) Idempotent matrix: if A2 = A

(vi) Involuntary matrix: if A2 = I or A-1 = A

(vii) Nilpotent matrix: A square matrix A is nilpotent; if A= 0, p is an integer.

Trace of Matrix

The trace of a square matrix is the sum of the elements on the main diagonal.

(i) tr(λA_ = λ tr(A)

(ii) tr(A + B) = tr(A) + tr(B)

(iii) tr(AB) = tr(BA)

Matrix Transpose

(i) (AT)T=A(ii) (A±B)T=AT±BT(iii) (AB)T=BTAT

(iv) (kA)T=k(A)T(v) (A1A2A3.An1An)T=AnTAn1tA3TA2TA1T

(vi) IT=I(vii)tr(A)=t(AT)

Properties of Matrix Multiplication

(i) AB ≠ BA

(ii) (AB)C = A(BC)

(iii) A.(B + C) = A.B + A.C

Adjoint of a Matrix

(i) A(adjA)=(adjA)A=|A|In(ii) |adjA|=|A|n1

(iii) (adjAB)=(adjB)(adjA)(iv) adj(adjA)=|A|n2

Inverse of a Matrix

A-1 exists if A is non-singular, i.e.,

|A|0

(i)A1=1|A|(Adj.A)(ii) A1A=In=AA1(iii) (AT)1=(A1)T(iv) (A1)1=A(v) |A1|=|A|1=1|A|

Order of a Matrix

A matrix which has m rows and n columns is called a matrix of order m x n.

For example, the order of

[415687]

matrix is 2 x 3.

Note: (a) The matrix is just an arrangement of certain quantities.

(b) The elements of a matrix may be real or complex numbers. If all the elements of a matrix are real, then the matrix is called a real matrix.

(c) An m x n matrix has m.n elements.

Illustration 1: Construct a 3×4 matrix A = [aij], whose elements are given by aij = 2i + 3j.

Solution: In this problem, I and j are the number of rows and columns, respectively. By substituting the respective values of rows and columns in aij = 2i + 3j, we can construct the required matrix.

Given aij = 2i + 3j

so a11 = 2+3 = 5, a12 = 2+6 = 8

Similarly, a13 = 11, a14=14, a21 = 7, a22=10, a23=13, a24=16,a31=9, a32=12, a33=15, a34=18

 A=[58111471013169121818]

Illustration 2: Construct a 3 x 4 matrix, whose elements are given by: aij =

12|3i+j|

Solution:

The method for solving this problem is the same as in the above problem.

Since

aij=12|3i+j|wehave

a11=12|3(1)+1|=12|3+1|=12|2|=22=1

a12=12|3(1)+2|=12|3+2|=12|1|=12

a13=12|3(1)+3|=12|3+3|=12(0)=0

a14=12|3(1)+4|=12|3+4|=12;a21=12|3(2)+1|=12|6+1|=52

a22=12|3(2)+2|=12|6+2|=42=2;a23=12|3(2)+3|=12|6+3|=32

a24=12|3(2)+4|=12|6+4|=22=1Similarlya31=4,a32=72,a33=3,a34=52

Hence, the required matrix is given by

A=[112012522321472352]

Trace of a Matrix

Let A = [aij]nxn and B = [bij]nxn and λ be a scalar,

(i) tr(λA) = λ tr(A) (ii) tr(A + B) = tr(A) + tr(B) (iii) tr(AB) = tr(BA)

Square Matrix Types

Examples of Square Matrices are as follows :

Square Matrix Types

Transpose of Matrix

The matrix obtained from a given matrix A by changing its rows into columns or columns into rows is called the transpose of matrix A and is denoted by AT or A’. From the definition, it is obvious that if the order of A is m x n, then the order of AT becomes n x m; For example, transpose of a matrix.

[a1a2a3b1b2b3]2×3is[a1b1a2b2a3b3]3×2.

Properties of Transpose of Matrix

(i) (AT)T= A (ii) (A + B)T = AT+ BT (iii) (AB)T = BTAT (iv) (kA)T = k(A)T

(v) (A1A2A3 ……An-1An)T =

AnTAn1T..A3TA2TA1T

(vi) IT = I (vii) tr(A) = tr(AT)

Problems on Matrices

Illustration 3: If

A=[123425] and B=[131024]

. then prove that (AB)T = BTAT.

Solution:

By obtaining the transpose of AB, i.e., (AB)T and multiplying BT and AT, we can easily get the result.

Here, AB =

[123425][131024]=[1(1)2(1)+3(2)1(3)2(0)+3(4)4(1)+2(1)+5(2)4(3)+2(0)+5(4)]=[91548]

.

 (AB)T=[94158]BTAT=[112304][142235]=[1(1)1(2)+2(3)1(4)1(2)+2(5)3(1)+0(2)+4(3)3(4)+0(2)+4(5)]=[94158]=(AB)T

Illustration 4: If

A=[513012] and B=[023114]

. Then what is (B’)’A’ equal to?

Solution:

In this problem, we use the properties of the transpose of a matrix to get the required result.

We have =

(B)A=BA=[023114][501132]=[78187]

.

Illustration 5: If the matrix

A=[3x2224x1241x]

is a singular matrix, then find x. Verify whether AAT = I for that value of x.

Solution:

Using the condition of a singular matrix, i.e., |A| = 0, we get the value of x and then by substituting the value of x in matrix A and multiplying it by its transpose, we will obtain the required result.

Here, A is a singular matrix if |A| = 0, i.e.,

|3x2224x1241x|=0

R3 –> R3 + R2

|3x2224x10xx|=0

C2 → C2-C3

|3x0223x100x|=0

Here, x = 0, 3.

When x = 0,

A=[322241241]

AAT=[322241241][322244211]

=[171616162121162121]I

When x = 3, 

A=[022211244];

 AAT=[022211244][022214214]=[84164612161236]I

Note: The simple way to solve is that if A is a singular matrix, then |A| = 0 and |AT| = 0. But |I| is 1.

Hence, AAT ≠ I if |A| = 0.

Illustration 6: If the matrix

A=[abcbcacab]

where a, b, c are positive real numbers such that abc = 1 and ATA = I, then find the value of a3 + b3 + c3.

Solution:

Given: abc = 1 and ATA = I

Here,

A=[abcbcacab].So,AT=[abcbcacab],

Interchanging rows and columns,

ATA = I (given)

[abcbcacab][abcbcacab]=[100010001]

Solving the above equation, we have

(a2 + b2 + c2) = 1 and ab + bc + ca = 0  . …..(i)

We know, (a + b + c)2 = (a2 + b2 + c2) + 2(ab + bc + ca)

= 1

or (a + b + c) = 1  ….(ii)

Again ,we have (a3 + b3 + c-3abc) = (a + b + c) (a2 + b2 + c-ab – bc – ca)

Since abc = 1

Using  (i) and (ii), we have

(a3 + b3 + c-3) = 1

or a3 + b3 + c=4

Illustration 7: If

[x+3z+42y76a10b3210]=[063y2632c+z2b+4210]

then find the values of a, b, c, x, y and z.

Solution:

As the two matrices are equal, their corresponding elements are also equal. Therefore, by equating the corresponding elements of the given matrices, we will obtain the values of a, b, c, x, y and z.

[x+3z+42y76a10b3210]=[063y2632c+z2b+4210]

Comparing both sides, we get [x + 3 = 0]
⇒ x = – 3

z + 4 = 6  ⇒ z = 6 – 4 ⇒ z = 2

and

2y – 7 = 3y – 2 ⇒ 2y – 3y = -2 + 7 ⇒ -y = 5 ⇒ y = -5

and

a – 1 = -3 ⇒ a = -3 + 1 ⇒ a = -2

and

b – 3 = 2b + 4 ⇒ b – 2b = 4 + 3 ⇒ -b = 7 ⇒ b = -7

and

2c + z = 0 ⇒ 2c + 2 = 0 ⇒ 2c = -2 ⇒ c = -2/2 ⇒ c = -1

Thus

a = -2, b = -7, c = -1, x = -3, y = -5 and z = 2

Illustration 8:

20[1tanθ/2tanθ/21][1tanθ/2tanθ/21]1 is equal to(1)[sinθcosθcosθsinθ](2)[cosθsinθsinθcosθ](3)[cosθsinθsinθcosθ](4) None of theseSolution:[1tanθ/2tanθ/21]1=1sec2θ/2[1tanθ/2tanθ/21]Product=1sec2θ/2[1tanθ/2tanθ/21][1tanθ/2tanθ/21]=1sec2θ/2[1tan2θ/22tanθ/22tanθ/21tan2θ/2]=[cos2θ/2sin2θ/22sinθ/2cosθ/22sinθ/2cosθ/2cos2θ/2sin2θ/2]=[cosθsinθsinθcosθ]

Illustration 9:

If A=[012220],B=[011011] and M=AB, then M1 is equal to(1)[2221](2)[1/31/31/31/6](3)[1/31/31/31/6](4)[1/31/31/31/6]Solution:M=[012220][011011]=[1222]|M|=6,adjM=[2221]M1=16[2221]=[1/31/31/31/6]

Answer: [3]

Frequently Asked Questions on Matrices

Q1

What is meant by a null matrix?

A null matrix is a matrix whose all the elements are zero.

Q2

What is the transpose of a matrix?

The transpose of a matrix is the matrix obtained by interchanging its rows into columns or columns into rows.

Q3

What is meant by a diagonal matrix?

A diagonal matrix is a matrix in which the entries outside the main diagonal are all zeros.

Q4

What is meant by a square matrix?

If the number of rows and columns in a matrix is equal, then it is called a square matrix.

Q5

Give the formula to find the inverse of a matrix A.

The inverse of a matrix A is given by A-1 = Adj A/det A. Here, adj A is the adjoint of matrix A, and det A is the determinant of A.

Q6

What do you mean by Hermitian matrix?

If a square matrix is equal to its conjugate transpose, then that matrix is called a Hermitian matrix.

Q7

What do you mean by conjugate matrix?

The conjugate matrix of matrix A is found by replacing the corresponding elements of matrix A with its conjugate complex numbers.

Q8

What do you mean by a skew-symmetric matrix?

A skew-symmetric matrix is a matrix whose transpose is equal to the negative of the matrix. If A is skew-symmetric, then AT = -A.

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...