CBSE Class 12 Maths Revision Notes Chapter 3 Matrices

Matrices are ordered rectangular arrays of numbers or functions arranged in rows and columns. For CBSE Class 12 Maths, this chapter covers matrix types, operations, transpose, symmetric and skew-symmetric matrices, and invertible matrices.

Matrices help organise numerical data in a compact form. They are used in solving equations, representing transformations, handling data tables and studying different mathematical systems. In Class 12 Maths, this chapter builds the foundation for matrix algebra.

Use these CBSE Class 12 Maths Revision Notes Chapter 3 for the 2026–27 academic year to revise definitions, types, formulas, operations and properties. These Class 12 Mathematics Chapter 3 notes follow the NCERT flow and help students revise Matrices in a clear, exam-ready format.

Key Takeaways

  • Matrix: A matrix is an ordered rectangular array of numbers or functions.
  • Order: A matrix with m rows and n columns has order m × n.
  • Addition rule: Two matrices can be added only when they have the same order.
  • Multiplication rule: AB is defined only when columns of A equal rows of B.

Need help revising matrices and matrix operations?
Access interactive practice, chapter-wise notes and doubt-solving support on the Extramarks Learning App. Sign Up Free

Access Class 12 Maths Chapter 3 Matrices Notes in 30 Minutes

Matrices become easier when you revise the chapter in order. Start with matrix meaning and order, then move to types, operations, transpose and inverse concepts.

Revision Area What to Revise
Matrix Meaning Rectangular arrangement of numbers or functions
Rows and Columns Horizontal and vertical arrangements
Order of Matrix m × n form
Types of Matrices Row, column, square, diagonal, scalar, identity, zero
Equality Same order and equal corresponding elements
Operations Addition, subtraction, scalar multiplication
Matrix Multiplication Row-by-column multiplication
Transpose Rows changed into columns
Special Matrices Symmetric and skew-symmetric
Invertible Matrices Matrix whose inverse exists

CBSE Class 12 Maths revision infographic on matrices with matrix order, types and basic operations.

Matrices Class 12 Notes: Meaning, Rows, Columns and Order

Matrices Class 12 Notes begin with the definition of a matrix. A matrix arranges numbers or functions in rows and columns.

What Is a Matrix?

A matrix is an ordered rectangular array of numbers or functions.

The numbers or functions inside a matrix are called elements or entries.

Matrices are usually denoted by capital letters such as A, B, C or P.

Example:

A = [1 2; 3 4]

This matrix has two rows and two columns.

Rows and Columns of a Matrix

Rows are horizontal arrangements of elements. Columns are vertical arrangements of elements.

For example:

A = [1 2; 0 1]

Part Elements
Row 1 1, 2
Row 2 0, 1
Column 1 1, 0
Column 2 2, 1

Order of a Matrix

If a matrix has m rows and n columns, its order is m × n.

A matrix of order m × n has mn elements.

Example:

A = [1 2 3; 4 5 6]

This matrix has 2 rows and 3 columns.

So, its order is 2 × 3.

Number of elements = 2 × 3 = 6.

General Form of a Matrix

The general form of a matrix A of order m × n is:

A = [aij]m×n

Here:

Symbol Meaning
i Row number
j Column number
aij Element in ith row and jth column
m × n Order of the matrix

The element a23 means the element in the second row and third column.

Types of Matrices in Class 12 Mathematics Chapter 3 Notes

Different matrices are named according to their rows, columns and element positions.

Row Matrix

A matrix is a row matrix if it has only one row.

Its order is 1 × n.

Example:

A = [2 5 7]

This is a row matrix of order 1 × 3.

Column Matrix

A matrix is a column matrix if it has only one column.

Its order is m × 1.

Example:

A = [2; 5; 7]

This is a column matrix of order 3 × 1.

Square Matrix

A matrix is a square matrix if the number of rows equals the number of columns.

Its order is n × n.

Example:

A = [1 2; 3 4]

This is a square matrix of order 2.

Diagonal Matrix

A square matrix is a diagonal matrix if all non-diagonal elements are zero.

Example:

A = [2 0 0; 0 5 0; 0 0 7]

Here, only diagonal elements may be non-zero.

Scalar Matrix

A scalar matrix is a diagonal matrix in which all diagonal elements are equal.

Example:

A = [4 0 0; 0 4 0; 0 0 4]

Here, all diagonal elements are 4.

Identity Matrix

An identity matrix is a square matrix in which all diagonal elements are 1 and all non-diagonal elements are 0.

It is denoted by I.

Example:

I = [1 0 0; 0 1 0; 0 0 1]

An identity matrix works like 1 in matrix multiplication.

Zero Matrix

A zero matrix has all elements equal to zero.

It is also called a null matrix.

Example:

O = [0 0; 0 0]

A zero matrix can have any order.

Types of Matrices Quick Table

Type of Matrix Condition Example Order
Row Matrix One row only 1 × n
Column Matrix One column only m × 1
Square Matrix Rows = columns n × n
Diagonal Matrix Non-diagonal elements are zero n × n
Scalar Matrix Equal diagonal elements n × n
Identity Matrix Diagonal elements are 1 n × n
Zero Matrix All elements are zero Any order

Equality of Matrices

Two matrices are equal only when they have the same order and their corresponding elements are equal.

Conditions for Equality

Let A = [aij] and B = [bij].

A = B if:

  • A and B have the same order.
  • aij = bij for every corresponding element.

Example:

If:

A = [2 3; 4 5]
B = [2 3; 4 5]

Then A = B.

But if:

A = [2 3; 4 5]
B = [3 2; 4 5]

Then A ≠ B because the corresponding elements are not equal.

How to Solve Unknowns Using Equal Matrices

When two matrices are equal, compare corresponding entries.

Example:

If:

[x 4; 5 y] = [2 4; 5 7]

Then:

x = 2
y = 7

This method is used in questions where unknowns are placed inside matrices.

Operations on Matrices

Operations on matrices include addition, subtraction, scalar multiplication and multiplication of matrices. Each operation has a condition.

Addition of Matrices

Two matrices can be added only when they have the same order.

If A = [aij] and B = [bij], then:

A + B = [aij + bij]

Example:

A = [1 2; 3 4]
B = [5 6; 7 8]

A + B = [6 8; 10 12]

Properties of Matrix Addition

Property Rule
Commutative Law A + B = B + A
Associative Law (A + B) + C = A + (B + C)
Additive Identity A + O = A
Additive Inverse A + (-A) = O

These properties hold when all matrices have the same order.

Subtraction of Matrices

Two matrices can be subtracted only when they have the same order.

If A = [aij] and B = [bij], then:

A - B = [aij - bij]

Example:

A = [6 8; 10 12]
B = [1 2; 3 4]

A - B = [5 6; 7 8]

Negative of a Matrix

The negative of a matrix A is written as -A.

It is obtained by multiplying every element of A by -1.

If:

A = [1 -2; 3 4]

Then:

-A = [-1 2; -3 -4]

Multiplication of a Matrix by a Scalar

Scalar multiplication means multiplying every element of a matrix by a constant.

If k is a scalar and A = [aij], then:

kA = [kaij]

Example:

If A = [1 2; 3 4], then:

2A = [2 4; 6 8]

Properties of Scalar Multiplication

Property Rule
Distributive over matrix addition k(A + B) = kA + kB
Distributive over scalar addition (k + l)A = kA + lA
Associative with scalars k(lA) = (kl)A
Multiplicative identity 1A = A

Matrix Multiplication in Class 12 Maths Revision Notes

Multiplication of matrices is one of the most important parts of Maths Notes for Chapter 3 Matrices Class 12. It is different from ordinary multiplication because the order matters.

Condition for Matrix Multiplication

Let A be a matrix of order m × n and B be a matrix of order p × q.

The product AB is defined only when:

n = p

This means:

Number of columns in A = Number of rows in B

The order of AB will be:

m × q

Matrix A Matrix B AB Defined? Order of AB
2 × 3 3 × 4 Yes 2 × 4
3 × 2 2 × 1 Yes 3 × 1
2 × 3 2 × 2 No Not defined
1 × 3 3 × 1 Yes 1 × 1

How to Find AB

To multiply matrices, multiply each row of A with each column of B.

If:

A = [a b]
B = [c; d]

Then:

AB = [ac + bd]

For larger matrices, each entry of AB is found by row-column multiplication.

Properties of Matrix Multiplication

Property Rule
Associative Law A(BC) = (AB)C
Left Distributive Law A(B + C) = AB + AC
Right Distributive Law (A + B)C = AC + BC
Multiplicative Identity AI = IA = A
Non-Commutative in general AB ≠ BA

Matrix multiplication is generally not commutative. This means AB and BA may not be equal.

Sometimes one product may be defined while the other may not be defined.

Important Notes on Matrix Multiplication

  • AB may be defined even when BA is not defined.
  • AB and BA can have different orders.
  • Even when both are defined, AB may not equal BA.
  • If AB = BA, then A and B are called commuting matrices.
  • The zero product property does not always work like numbers. AB = O does not always mean A = O or B = O.

Transpose of a Matrix

The transpose of a matrix is obtained by changing rows into columns and columns into rows.

It is denoted by A′ or AT.

Meaning of Transpose

If A is of order m × n, then AT is of order n × m.

Example:

A = [1 2 3; 4 5 6]

Then:

AT = [1 4; 2 5; 3 6]

The first row of A becomes the first column of AT.

Properties of Transpose

Property Rule
Transpose of transpose (AT)T = A
Transpose of scalar multiple (kA)T = kAT
Transpose of sum (A + B)T = AT + BT
Transpose of product (AB)T = BTAT

The order reverses in the transpose of a product.

So, (AB)T = BTAT, not ATBT.

Symmetric and Skew-Symmetric Matrices

Symmetric and skew-symmetric matrices are special square matrices linked with transpose.

Symmetric Matrix

A square matrix A is symmetric if:

AT = A

This means:

aij = aji for all i and j.

Example:

A = [1 2; 2 3]

Here, AT = A. So, A is symmetric.

Skew-Symmetric Matrix

A square matrix A is skew-symmetric if:

AT = -A

This means:

aij = -aji for all i and j.

In a skew-symmetric matrix, all diagonal elements are zero.

Example:

A = [0 2; -2 0]

Here, AT = -A. So, A is skew-symmetric.

Symmetric and Skew-Symmetric Matrix Difference Table

Point Symmetric Matrix Skew-Symmetric Matrix
Main condition AT = A AT = -A
Element relation aij = aji aij = -aji
Diagonal elements Can be any value Always zero
Matrix type Square matrix Square matrix

Expressing a Matrix as Sum of Symmetric and Skew-Symmetric Matrices

Every square matrix A can be expressed as:

A = 1/2(A + AT) + 1/2(A - AT)

Here:

Part Matrix Type
1/2(A + AT) Symmetric matrix
1/2(A - AT) Skew-symmetric matrix

This result is important for proof-based questions.

Invertible Matrices and Elementary Operations

The later part of Class 12 Mathematics Chapter 3 notes introduces elementary operations and inverse of a matrix.

Elementary Row Operations

Elementary row operations are transformations done on rows of a matrix.

The three row operations are:

Operation Meaning
Ri ↔ Rj Interchange two rows
Ri → kRi Multiply a row by a non-zero scalar
Ri → Ri + kRj Add a multiple of one row to another row

Elementary Column Operations

Elementary column operations are transformations done on columns of a matrix.

The three column operations are:

Operation Meaning
Ci ↔ Cj Interchange two columns
Ci → kCi Multiply a column by a non-zero scalar
Ci → Ci + kCj Add a multiple of one column to another column

Invertible Matrix

A square matrix A is invertible if there exists another matrix B such that:

AB = BA = I

Here, B is called the inverse of A and is written as A⁻¹.

So:

AA⁻¹ = A⁻¹A = I

Key Inverse Properties

Property Rule
Inverse of inverse (A⁻¹)⁻¹ = A
Inverse of product (AB)⁻¹ = B⁻¹A⁻¹
Inverse of transpose (AT)⁻¹ = (A⁻¹)T
Identity inverse I⁻¹ = I

The inverse exists only for a square matrix that satisfies the required condition.

Quick Revision Tables for Matrices

These tables help revise Matrices Class 12 Notes before solving NCERT exercises.

Matrix Operations Table

Operation Condition Result
A + B Same order Add corresponding elements
A - B Same order Subtract corresponding elements
kA Any matrix A Multiply each element by k
AB Columns of A = rows of B Row-column product
AT Any matrix A Rows become columns
A⁻¹ A is invertible square matrix AA⁻¹ = A⁻¹A = I

Matrix Types Table

Matrix Type Quick Check
Row Matrix One row
Column Matrix One column
Square Matrix Rows = columns
Diagonal Matrix Non-diagonal entries are zero
Scalar Matrix Equal diagonal entries
Identity Matrix Diagonal entries are 1
Zero Matrix All entries are zero
Symmetric Matrix AT = A
Skew-Symmetric Matrix AT = -A

Formula and Property Table

Concept Formula or Rule
Order of Matrix m × n
Number of Elements mn
Matrix Equality Same order and corresponding elements equal
Matrix Addition [aij] + [bij] = [aij + bij]
Scalar Multiplication k[aij] = [kaij]
Matrix Multiplication AB defined if columns of A = rows of B
Transpose of Product (AB)T = BTAT
Symmetric Part of A 1/2(A + AT)
Skew-Symmetric Part of A 1/2(A - AT)

Important Terms in Matrices

Term Meaning
Matrix Ordered rectangular array of numbers or functions
Element Entry inside a matrix
Row Horizontal arrangement of elements
Column Vertical arrangement of elements
Order Number of rows × number of columns
Square Matrix Matrix with equal rows and columns
Diagonal Elements Elements a11, a22, a33 and so on
Identity Matrix Square matrix with diagonal 1 and other entries 0
Transpose Matrix obtained by interchanging rows and columns
Invertible Matrix Matrix whose inverse exists

Common Mistakes in Class 12 Mathematics Chapter 3 Notes

Mistake Correct Point
Adding matrices of different orders Addition needs same order
Multiplying matrices without checking order Columns of first matrix must equal rows of second
Assuming AB = BA Matrix multiplication is generally not commutative
Writing (AB)T = ATBT Correct formula is (AB)T = BTAT
Calling every diagonal matrix an identity matrix Identity matrix has all diagonal entries equal to 1
Forgetting zero diagonal in skew-symmetric matrix Diagonal elements must be zero
Confusing row matrix and column matrix Row matrix has one row, column matrix has one column

Useful Links for Class 12 Maths

Section Useful Links
Syllabus CBSE Class 12 Maths Syllabus
Revision Notes CBSE Class 12 Maths Revision Notes
Maths Notes CBSE Class 12 Maths Revision Notes Chapter 1
NCERT Solutions NCERT Solutions Class 12 Maths
Sample Papers CBSE Sample Papers for Class 12 Maths
Important Questions Important Questions Class 12 Maths
NCERT Books NCERT Books for Class 12 Maths
Previous Year Papers CBSE Maths Question Paper Class 12

Q.1

Obtain the inverse of the matrix A = 10 41163010using row operatins.

Ans

Write A = IA, ie.,10 41163010=10 0010001AOne applying R2R2R1 and R3R3R1, we get10 4012002=10 0110301AOn applying R312R3,10 4012001=10 011032012AOn applying R1R14R3 and R2R22R3, we get10 0010001=50 241132012AHence, A1=50 241132012

Q.2 Show that for any square matrix A, A + A’ is a symmetric matrix and A – A’ is a skew symmetric matrix.

Ans

Let B = A + A’
B’ = (A + A’)’
= A’ + (A’)’ [as (A + B)’ = A’ + B’]
= A’ + A [ (A’)’ = A]
= B
∴ B = A + A’ is a symmetric matrix.

Now let C = A – A’
C’ = (A – A’)’
= A’ – (A’)’
= A’ – A
= -(A – A’)
∴ C = A – A’ is a skew symmetric matrix.

Q.3

Find the matrix x so that x 123456=7892 4 6

Ans

Let x = abcd abcd123456=789246a×1+b×4a×2+b×5a×3+b×6c×1+d×4c×2+d×5c×3+d×6=789246a+4b2a+5b3a+6bc+4b2c+5b3c+6b=789246By using equality and solving a + 4b = – 7 2a + 5b = -8.……1 c + 4d = 2 2c + 5d = 4.……2Now, by 1a=1b=2by2c=2d=0Hence x =1220

Q.4

If A = 3411,then prove that An=1+2n4nn12n.

Ans

Let P n be the statement.An=1+2n4nn12nFor n = 1, A1=A=3411=1+2.14.1112.1P 1 is true.Let P m be true, i.e.,Am=1+2m4mm12mNow,Am+1=AAm=34111+2m4mm12m=3+2m4m41+m2m1=1+2m+14m+1m+112m1Pm+1is ture.Hence by mathematical induction, Pnistrueforall

Q.5 If A, B are symmetric matrices of same order, then show that AB – BA is a skew- symmetric matrix.

Ans

Here, (AB – BA)’ = (AB)’ – (BA)’
= B’A’ – A’B’
= –(A’B’ – B’A’)
= –(AB – BA) [ A’ = A, B’ = B]
⇒ (AB – BA)’ = –(AB – BA)
Hence, AB – BA is a skew-symmetric matrix.

Q.6

Express A = 331221452 as the sum of a symmetricand a skewsymmetric matrix.

Ans

Here A‘ = 324325112Let P = 12A+A12A+A=12331221452+324325112=12615144544=3125212225222Now P‘ =3125212225222=PThus P = 12AA12AA=12331221452324325112=12053206360=0523252303230Then Q‘ = 0523252033230=QThus Q= 12AA is a skew symmetric matrix.Now, P+Q=3125212225222+0523252033230=331221452=A

Q.7

If A = 245,B=136,verifythatAB=BA.

Ans

Here A = 245,B=136AB = 245136=26124122451530AB=24561215122430Now,A=245,B=136BA=136245=24561215122430=ABHence AB=BA

Q.8

If A = 1017 and I = 1001, then find k so that A2=8A+kI.

Ans

A2= AA = 10171017=1+00+0170+49=108498A+KI = 81017+K1001=8+k0856+kGiven A2=8A+kI10849=8+k0856+k8+k=1 and 56+k=49k=7

Q.9

Find x and y if x+y = 5209 and xy = 3601

Ans

We have x+y+xy=5209+ 36012x=5+36+20+091=8808x=128808x=4404Now x+yxy=520936012y=53260091y=122408y=1204Hence x = 4404y=121204

Q.10

If A=843026 and B=245221, Xsuch that A+X=B.

Ans

We have A+X=B843026+X=245221X=245221843026 =284453202+216=608245

Q.11

Given A = 510734and B = 320562. Find A+B, AB.

Ans

Here, A+B = 510734+320562 =210296AB=510734320562 =5+312007+33642 =8301232

Q.12

If x+y47xy=6478,find the values of x and y.

Ans

x+y=6xy=8y=8xso, x + 8x=6x26x+6=0x2x4=4when x = 2, y = 4or x = 4, y = 2

Q.13

Construct a 22 matrix A =aij whose elements are given byaij=i+j22

Ans

Here A = a11a12a21a22a11=1+122=222=42=2 a12 =1+222=322=92a21=2+122=322=92 a22 =2+222=162=8Hence A = 292928

Q.14

Consider the matrixA=25733565313160

Ans

(i) Order of the matrix = 3 4

(ii) a13 = 7, a21 = 35

a23 = 5/3, a34 = 0

Q.15

If A=3 17 5, find x and y such that A2+XI=YA.Hence find A1.

Ans

Given A = 3 17 5A2=A.A=+3 17 53 17 5A2=9+7 3+521+357+25A2=16 85632.…..1and xI = x 1 00 1=x 00 xRHS = yA = y3 17 5=3y y7y5y.…..2LHS = A2+xI=16 85632+x 00 xBy using equality of matrices16+x = 3y 56 = 7y y = 8And, x = 8 Substituting the values of x and y, we getA2+8I=8A8I=8AA2I=188AA2IA1=188AA1AAA1IA1=188IAIIA1=188AA1AAA1IA1=188IAI=188IA=188 00 83 17 5=185 -17 3 x = 8, y = 8 and A1=185 -17 3

Q.16 Find the order of matrix A = [a ub>ij]m x n.

AnsOrder of the matrix is m x n.

Q.17 A matrix has 24 elements. What re the possible orders it can have?

AnsThe possible orders of the matrix are:

1 24, 2 12, 3 8, 4 6, 6 4, 8 3, 12 2 and 24 1.

Q.18

If A and B are two equal square matrices such thatA=x y2 3and B = 1 42 3,then find the values of x and y.

Ans

x = 1 and y = 4 (Equality matrices property)

Q.19 If A and B are two square atrices and K is a scalar quantity then K(A+B) = ______.

Ans K(A+B) = KA+KB

Q.20

Write the general formula for elements of matrix A=121221 22=1122 1.

Ans

A = aij is a 2×2matrix whose elements are given by = aij = ij

Q.21 A square matrix in which elements in the diagonal are all 1 and rest are all zero is called an ________.

Ans

Identity Matrix

Q.22 Define identity matrix.

Ans

A square matrix in which elements in the diagonal are all 1 and rest all are zero is called an identity matrix.

Q.23

If A=1 02 4and B = 2 -13 7,find A + B.

Ans

A+B=1 02 4+ 2 -13 7 =1+20 – 72+34 +7 =315 11

Q.24

If A=1 3 52 4 63 5 7,find the diagonal elements of A.

Ans

Diagonal elements of A are (1, 4, 7).

Q.25

If A=a 00 aand B = 0 aa 0,find the value of AB.

Ans

AB =a 00a+ a 00a=a×0 + 0×a a ×a + 0 ×00×0 + a×a 0×a +a×0=0 a2a20

Q.26

If A=1 00 -1and B = a 00asatisfying 2A+2B=0,then find the value of a.

Ans

2A +B =2 1 00 -1+ a 00a=2+a 00 -2 –aGiven, 2A+B = 0= 2+a00 2 aa=2

Q.27

If A=aabband B = b aba,find the value of 2A-2B.

Ans

2A – 2B = 2a -2a2b -2b2b 2a2b-2a= 2a -2b -2a -2a2b2b -2b2a= 2a -2b-4a 4b 2a-2b

Q.28

Let A = 0tanα2tanα20 and I be the identity matrix of order 2.show that: I + AIAcosαsinαsinαcosα

Ans

I+A =1001 +0tanα2tanα20=1tanα2tanα21IA =1001 0tanα2tanα20=1tanα2tanα21IAcosαsinαsinαcosα=1tanα2tanα21cosαsinαsinαcosαIAcosαsinαsinαcosα=1tanα2tanα211tan2α21+tan2α22tanα21+tan2α22tanα21+tan2α21tan2α21+tan2α2IAcosαsinαsinαcosα=1tt11t21+t22t1+t22t1+t21t21+t2,where t = tanα2IAcosαsinαsinαcosα=1t2+2t21+t22t+tt31+t2t+t3+2t1+t22t2+1t21+t2IAcosαsinαsinαcosα=1t21+t2t+1t21+t2t1+t21+t21+t21+t2=1tt1IAcosαsinαsinαcosα=1tanα2tanα21= I +A

Q.29

Find the matrix x so that x 1 2 34 5 6=7 -8 -9 4 5 6.

Ans

Let x = abcdabcd1 2 34 5 6=7 -8 -9 4 5 6a×1+b×4a×2+b×5a×3+b×6c×1+d×4c×2+d×5c×3+d×6=7 -8 -9 4 5 6a+4b2a+5b3a+6bc+4d2c+5d3c+6d=7 -8 -9 2 4 6Byusing equality and solvinga+4b = -72a+5b= – 8.……..1c+4d = 22c+5d= 4.……..2Now,by 1a=1b=2by2c=2d=0Hencex=1220

Q.30 Show that for any square matrix A, A + A’ is a symmetric matrix and A – A’ is a skew symmetric matrix.

Ans

Let B = A + A’
B’ = (A + A’)’
= A’ + (A’)’ [as (A + B)’ = A’ + B’]
= A’ + A [ (A’)’ = A]
= B
∴ B = A + A’ is a symmetric matrix.

Now let C = A – A’
C’ = (A – A’)’
= A’ – (A’)’
= A’ – A
= -(A – A’)
∴ C = A – A’ is a skew symmetric matrix.

Q.31 Find the order of matrix A = [ij]m x n.

AnsOrder of the matrix is m x n.

Q.32

If A and B are two equal square matrices such thatA = xy23and B =1423, then find the values of x and y.

Ans

x = 1 and y = 4Equality of matrices property.

Q.33

Construct a 2 ×2 matrix A = aijwhose elements are given by aijij.

Ans

A=11122122=11221

Q.34

If A = 1 2 33 -2 14 2 1,that show that A323A40I=0.

Ans

We have A2 =A.A =1 2 33 -2 14 2 11 2 33 -2 14 2 1=19 4 81 12 814 6 15So, A3 =A2.A =19 4 81 12 814 6 151 2 33 -2 14 2 1=63 46 6969 -6 2392 46 63Now, A3 -23A-40I = 63 46 6969 -6 2392 46 63231 2 33 -2 14 2 1401 0 00 1 00 0 1= 63 46 6969 -6 2392 46 63+23 -46 -6969 46 -2392 -46 -23+40 0 00 -40 00 0 -40= 63 -23 -40 46-46+0 69-69+069 -69 +0 -6+46-40 23-23+092 -92 +0 46-46+0 63-23-40=0 0 00 0 00 0 0=0=RHS

Q.35

If A = 1 0 20 2 12 0 3,prove that A36A2+7A+2I=0.

Ans

We have, A = 1 0 20 2 12 0 3A2=A.A=1 0 20 2 12 0 3.1 0 20 2 12 0 3=5 0 82 4 58 0 13A3=A2.A=5 0 82 4 58 0 13.1 0 20 2 12 0 3=21 0 3412 8 2334 0 55 LHS: A36A2+7A+2I =21 0 3412 8 2334 0 5565 0 82 4 58 0 13+71 0 20 2 12 0 3+21 0 00 1 00 0 1 =21 0 3412 8 2334 0 55+30 0 -4812 -24 -3048 0 -78+7 0 140 14 714 0 21+2 0 00 2 00 0 2 =21-30+7+2 0+0+0+0 34-48+14+012-12+0+0 8-24+14+2 23-30+7+034-48+14+0 0+0+0+0 55-78+21+2=0 0 00 0 00 0 0 =RHS

Q.36

Express the following matrix as the sum of a symmetric and a skew symmetric matrix:6 -2 22 3 -12 -1 3

Ans

P = 12A+A=126 -2 22 3 -12 -1 3+6 -2 22 3 -12 -1 3=1212 -4 44 6 -24 -2 6=6 -2 22 3 -12 -1 3Thus, P = 12AA is symmetric matrix.Q = 12AA=126 -2 22 3 -12 -1 3+6 -2 22 3 -12 -1 3=0 0 00 0 00 0 0Q=0 0 00 0 00 0 0Thus, Q = 12AA is skew symmetric matrix.P+Q=A+A2+A+A2=2A2=AThus, A is expressed as a sum of a symmetric and a skewsymmetric matrix.

Q.37

Let A = 0100,show that aI+bAn= anI+nan1bA, where I is the identitymatrix of order 2 and n N.

Ans

We shall prove the result by using the principle of mathematical induction.For n = 1, we haveP1:al+bA=al+ba0A=al+bATherefore, the result is true for n = 1.Let the result be true for n = kso, Pal+bAk=akl+kak1bA Now, we will prove that it is true for n = k+1al+bAk+1=al+bAkal+bA=ak+kak1bAal+bA=ak+1l+kakbA+akbAl+kak1b2A2al+bAk+1=ak+1+k+1akbA+kak1b2A2.…..1Now, A2=01000100=0100=0From equation1, we haveal+bAk+1=ak+1+k+1akbA+kak1b20=ak+1+k+1akbATherefore, the result is true for n = k+1.Thus, by the Principle of Mathematical Induction, we haveaI+bAn=anI+nan1bA,for all n N.

Q.38

Find the inverse of the following matrix, if it exists. 233223322

Ans

Let A = 233223322We know that A = IA233223322=100010001A233050322=1 001100 01AR2R2R1233010322=1 00151500 01AR215R2111010322=1 01151500 01AR1R1R3101010302=45 1511515025251AR1R1+R2andR3R3+2R2101010005=45 15115150212AR3R3+3R1101010001=45 15115150251525AR315R3101010001=25 03515150251525AR3R1R3100010001=25 03515150251525AR11R1A1=25 03515150251525

Q.39

Find the values of x, y, z if the matrixA = 02yzxyzxyzsatisfy the equation AA = I3.

Ans

A = 02yzxyzxyzand A‘ =0xx2yyyzzzNow,AA =I30xx2yyyzzz.02yzxyzxyz=1000100010+x2+x20+xyxy0xz+xz0+yxyx 4y2+y2+y22yzyzyz0zx+zx 2yzyzyz z2+z2+z2=1000100012x20006y20003z2=1000100012x2=1,6y2=1and 3z2=1x=±16,y=±16 and z = ± 13

Q.40

If A= 122212221,prove that A24A 5I = 0. Hence, find A1.

Ans

Given A = If A= 122212221A2=122212221.122212221A2=1+4+42+2+42+4+22+2+44+1+44+2+22+4+24+2+24+4+1=988898889Hence, A24A 5I = 98889888941222122215100010001= 988898889+488848884+500050005A24A-5I = 0 A24A=5I AA4I=5IA1=1514 20 2020 14 2020 20 14A1=15322232223

Q.41

A= 102021203 and fx=x3 6x2+ 7x + 2, verify that fA=0.

Ans

We have A = 102021203So, A2=A, A102021203.102021203=1+0+40+0+02+0+60+0+20+4+00+2+32+0+60+0+04+0+9A2=5082458013A3=A2, A5082458013.102021203=210341282334055Since, fx=x36x2+7x+2Putting x = A, we getfA=A36A2+7A+2I=21034128233405565082458013+7102021203+2100010001=210341282334055+3004812243048078 +7014014714021+200020002=2130+7+2 0 + 0 + 0 + 0 34 48+14+01212+0+0 824+14+22330+7+03448+14+00+0+0+05578+21+2=000000000fA=0

Q.42

Find A1, when A = 123232334 Hence, solve the following system of equations: x +2y– 3z=-42x+3y+2z= 23x -3y-4z=11

Ans

Since A = IA, So123232334=100010001A123018095=100210301A R2R2+2R1R3R3+3R1123018095=100210301A R22R2R33R310130180067=3202101591A R1R1+2R2R3R3+9R21013018001=3202101567967167A R3167R3100010001=3671767136714675678671567967167A R1R1+13R3R2R2+8R3A1=6671767136714675678671567967167 x +2y– 3z=-42x+3y+2z= 23x -3y-4z=11A=123232334,x=xyzand B 4211So,x=A1B=66717671367146756786715679671674211=16761713145815914211=1672011346720167134676767xyz= 321x=3,y=2 and z= 1

Q.43

Find A1 by using elementary transformations, whereA=214402327

Ans

Since A = IA, So 214402327=100010001A327402214=001010100AR1R3113402214=101010100AR1R3R31130410012=101414302AR2R2+4R1R3R3+2R11130120410=101302414AR2R3101012002=201302814AR1R1+ R2R3R3+4R2101012001=2013024122AR312R3100010001=212111164122AR1R1 R3R2R2+2R3Hence, A1=212111164122.

Q.44

If Fx=cosxsinx 0sinxcosx 000 1,show that F xFy= Fx+y.

Ans

Given : Fx=Fx=cosx sinx 0sinx cosx 00 0 1 Fy=cosysiny 0sinycosy 000 1L.H.S. :Fx,Fy=cosxsinx 0sinxcosx 000 1cosysiny 0sinycosy 00 0 1=cosxcosysinxcsiny sinycosxsinxcosy 0sinxcosy+cosxsiny sinxsiny+cosxcosy 00 0 1=cosx+y sinx+y 0sinx+y cosx+y 00 0 1=F x+y=R.H.S.

Q.45

If x 56+y11=157,find the value of x and y.

Ans

Given:x56+y11=1575x6x+yyy=1575xy6x+y=1575xy=15,6x+y=7x=2 and y=5

Q.46

Find X, if Y =5173and 2X+Y =1302.

Ans

Given, Y = 5174and2X+Y=1302.……iPutting value of Y in equation i, we get2X+5174=13022X =13025173=15310724X =124472=272

Q.47

Using elementary transformations, find the inverse of the matrix 1223 if it exists.

Ans

Let A = 1533Since, A = IA1353=1001 AApply R2R23R113518=1301AR2118R21051=1160118 AApply R1R1+5R21001=1616518118 AA1=1616518118

Please register to view this section

FAQs (Frequently Asked Questions)

The order of a matrix decides which operations are possible. Addition and subtraction need the same order. Matrix multiplication needs columns of the first matrix to match rows of the second matrix.

Two matrices are equal when they have the same order and all corresponding elements are equal. If even one corresponding element is different, the matrices are not equal.

Matrix multiplication depends on row-column order. AB and BA may have different orders or different values. Sometimes AB may be defined while BA may not be defined.

Check whether AT = -A. Also check the diagonal entries. In every skew-symmetric matrix, all diagonal elements must be zero.

Remember that transpose changes rows into columns. For sums, transpose distributes normally: (A + B)T = AT + BT. For products, the order reverses: (AB)T = BTAT.