Civil Engineering (CE) Exam  >  Civil Engineering (CE) Notes  >  Engineering Mathematics  >  Introduction to Matrices

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE) PDF Download

What is a Matrix?

A matrix represents a collection of numbers arranged in an order of rows and columns. It is necessary to enclose the elements of a matrix in parentheses or brackets.

A matrix with 9 elements is shown below.
Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)This Matrix [M] has 3 rows and 3 columns. Each element of matrix [M] can be referred to by its row and column number. For example, a23 = 6 

Order of a Matrix 

The order of a matrix is defined in terms of its number of rows and columns.

Order of a matrix = No. of rows × No. of columns

Therefore Matrix [M] is a matrix of order 3 × 3.

Question for Introduction to Matrices
Try yourself:What is the order of a matrix?
View Solution

Transpose of a Matrix

The transpose [M]of an m x n matrix [M] is the n x m matrix obtained by interchanging the rows and columns of [M].

if A = [aij] mxn , then AT = [bij] nxm where bij = aji 

Properties of transpose of a matrix

  • (AT)T = A
  • (A + B)T = AT + BT
  • (AB)T = BTAT

Singular and Nonsingular Matrix 

  1. Singular Matrix: A square matrix is said to be a singular matrix if its determinant is zero i.e. |A| = 0
  2. Nonsingular Matrix: A square matrix is said to be a non-singular matrix if its determinant is non-zero.

Properties of Matrix addition and multiplication

  1. A + B = B + A (Commutative)
  2. (A + B) + C = A + (B + C) (Associative)
  3. AB is not equal to BA (Not Commutative)
  4. (AB) C = A (BC) (Associative)
  5. A(B + C) = AB + AC (Distributive)

Types of Matrices

Square Matrix: A square Matrix has as many rows as it has columns. i.e. no of rows = no of columns. 

Symmetric matrix: A square matrix is said to be symmetric if the transpose of the original matrix is equal to its original matrix. i.e. (AT) = A. 

Skew-symmetric: A skew-symmetric (or antisymmetric or antimetric[1]) matrix is a square matrix whose transpose equals its negative.i.e. (AT) = -A. 

Diagonal Matrix: A diagonal matrix is a matrix in which the entries outside the main diagonal are all zero. The term usually refers to square matrices. 

Identity Matrix: A square matrix in which all the elements of the principal diagonal are ones and all other elements are zeros. An identity matrix is denoted as I. 

Orthogonal Matrix: A matrix is said to be orthogonal if AAT = ATA = I 

Idempotent Matrix: A matrix is said to be idempotent if A2 = A 

Involutary Matrix: A matrix is said to be Involutary if A2 = I. 

Note: Every Square Matrix can uniquely be expressed as the sum of a symmetric matrix and skew-symmetric matrix. A = 1/2 (AT + A) + 1/2 (A – AT). 

Adjoint of a Square Matrix

The adjoint of a matrix A is the transpose of the cofactor matrix of A

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

Properties of Adjoint 

  1. A(Adj A) = (Adj A) A = |A| In
  2. Adj(AB) = (Adj B). (Adj A)
  3. |Adj A| = |A|n - 1
  4. Adj(kA) = kn - 1 Adj(A)
  5. |adj(adj(A))| = |A|^(n - 1)^2
  6. adj(adj(A)) = |A|^(n - 2)     *  A
  7. If A = [L, M, N] then adj(A) = [MN, LN, LM]
  8. adj(I) = I

Where, “n = number of rows = number of columns”

Question for Introduction to Matrices
Try yourself:What is the adjoint of a matrix A?
View Solution

Inverse of a Square Matrix 

The inverse of a Square MatrixThe inverse of a Square Matrix

Here |A| should not be equal to zero, which means matrix A should be non-singular. 

Properties of Inverse

  1. (A-1)-1 = A 
  2. (AB)-1 = B-1A-1 
  3. Only a non-singular square matrix can have an inverse. 

Where should we use the inverse matrix? 

If you have a set of simultaneous equations:

7x + 2y + z = 21

3y – z = 5

-3x + 4y – 2x = -1

As we know when AX = B, then X = A-1B so we calculate the inverse of A and by multiplying it B, we can get the values of x, y, and z.

Trace of a matrix

The Trace of a matrix is denoted as tr(A) which is used only for square matrix and equals the sum of the diagonal elements of the matrix. Remember trace of a matrix is also equal to the sum of eigen value of the matrix.

For example:

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

Solved Examples

Q1: For matrices of the same dimension M, N, and scalar c, which one of these properties DOES NOT ALWAYS hold?
(a) (MT)T = M
(b) (cM)T = c(M)
(c) (M + N)T = MT + N

(d) MN = NM
Ans: (d)
Sol: Let us consider two 2 × 2 Matrices (same dimension) as shown:
Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)
Similarly, N × M gives:
Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)
We observe that (M × N)2×2  ≠ (N × M)2×2, even if the dimensions of the two matrices are equal. 
But if we take two 2 × 2 Identity Matrices (same dimension), the product will be commutative, i.e. if: 
Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)
(M × N)2×2  = (N × M)2×2 
We, therefore, conclude that (M × N)2×2  IS NOT ALWAYS EQUAL TO (N × M)2×2


Q2: For A = Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)the determinant of ATA-1 is: 
(a) sec2 x
(b) cos 4x
(c) 1
(d) 0
Ans:
(c)
Sol: 
Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)


Q3: Let X be a square matrix. Consider the following two statements on X.
I. X is invertible.
II. Determinant of X is non-zero.
Which one of the following is TRUE?
(a) I implies II; II does not imply I.
(b) II implies I; I does not imply II.
(c) I does not imply II; II does not imply I.
(d) I and II are equivalent statements.
Ans:
(d)
Sol: I implies II means ≡ I → II
Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)
If X-1 then |X| ≠ 0 also |Adj X| = |X|n - 1 then |Adj X| ≠ 0 
If X-1 then |X| ≠ 0 
I implies II and II implies I 
∴ Both I and II are equivalent 


Q4: The matrix P is the inverse of a matrix Q. If I denotes the identity matrix, which one of the following options is correct?
(a) PQ = I but QP ≠ I
(b) QP = I but PQ ≠ I
(c) PQ = I and QP = I
(d) PQ – QP = I
Ans:
(c)
Sol: Given, P = Q-1 
Post multiply by Q 
PQ = Q-1Q (we know Q-1Q = I)
PQ = I
Similary, pre-multiply by Q
QP = QQ-1
QP = I (QQ-1 = I)
So, PQ = I and QP = I

The document Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE) is a part of the Civil Engineering (CE) Course Engineering Mathematics.
All you need of Civil Engineering (CE) at this link: Civil Engineering (CE)
65 videos|120 docs|94 tests

Top Courses for Civil Engineering (CE)

FAQs on Introduction to Matrices - Engineering Mathematics - Civil Engineering (CE)

1. What is a Matrix?
Ans. A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is commonly used in various fields such as mathematics, physics, computer science, and engineering.
2. What are the types of Matrices?
Ans. Some common types of matrices include square matrices, row matrices, column matrices, diagonal matrices, identity matrices, symmetric matrices, and skew-symmetric matrices.
3. What is the Adjoint of a Square Matrix?
Ans. The adjoint of a square matrix is obtained by taking the transpose of the matrix of cofactors. It is also known as the adjugate or classical adjoint of a matrix.
4. How do you find the Inverse of a Square Matrix?
Ans. To find the inverse of a square matrix, you can use various methods such as Gauss-Jordan elimination, matrix algebra, or the adjoint method. The inverse of a matrix A is denoted as A^-1 and satisfies the equation A * A^-1 = I, where I is the identity matrix.
5. What is the Trace of a matrix?
Ans. The trace of a matrix is the sum of the diagonal elements of the matrix. It is a scalar value that provides useful information about the matrix, such as the sum of eigenvalues or the rank of the matrix.
65 videos|120 docs|94 tests
Download as PDF
Explore Courses for Civil Engineering (CE) exam

Top Courses for Civil Engineering (CE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

pdf

,

mock tests for examination

,

shortcuts and tricks

,

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

,

study material

,

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

,

practice quizzes

,

past year papers

,

Exam

,

Viva Questions

,

Important questions

,

Introduction to Matrices | Engineering Mathematics - Civil Engineering (CE)

,

Sample Paper

,

MCQs

,

video lectures

,

Previous Year Questions with Solutions

,

ppt

,

Objective type Questions

,

Semester Notes

,

Summary

,

Extra Questions

,

Free

;