Maths 2 For Eng - Lesson 1
Maths 2 For Eng - Lesson 1
Lesson 1
Linear Equations and Matrices
1.1 Introduction
The problem of solving system of linear equations arises in almost all areas of
science and engineering. This is an important part of linear algebra and lies at the
heart of it.
A linear equation on n variables x1, x2, . . . , xn is an equation of the form a1x1 + a2x2
++ anxn = b,
where a1, a2, . . . , an and b are real or complex numbers, usually known in advance.
A system of linear equations (or a linear system) is a collection of one or more
linear equations involving the same variables. The following is an example of a
system of linear equations:
x1 - 2x2 + 4x3 = 10
2x1 - 3x3 = -9
(1.1)
numbers (or elements of a field) called entries of the matrix. Almost all the
concepts in linear algebra are expressed in terms of matrices.
(1.2)
The m n matrix
a
a
a
21
22
2n
a
a
a
m2
mn
m1
associated with the system (1.2) is called the co-efficient matrix of the system. The
m (n + 1) matrix
a11
a 21
a m1
a12
a 22
a1n
a 2n
a m2 a mn
b1
b2
.
bm
matrices not only for solving system of linear equations but also for studying other
topics in linear algebra.
A square matrix A is called a diagonal matrix if all the off-diagonal entries are
zero. A square matrix A = (aij)n n is called lower (respectively upper) triangular
matrix if aij = 0 whenever i > j (respectively i < j), that is, all entries above
(respectively below) the main diagonal are zero.
Two matrices of the same size A = (aij)m n and B = (bij)m n are said to be equal if
aij = bij for all i, j.
If A = (aij)m n and b = (bij)m n are matrices of the same size over F then addition
of A and B denoted by, A + B, is the matrix C = (cij)m n , where cij = aij + bij.
(A + B)T = AT + BT.
(3) For matrices A and B over F of sizes m n and n p respectively,
(AB)T = BTAT.
= ( ij) n n, where
ij
ji
ii.
Thus for
Hermitian matrices diagonal entries are real numbers. Matrix A is said to be skewHermitian if (A)T = A. By the similar argument aij = -
ji
are either 0 or pure imaginary for skew-Hermitian matrices. One sees that
symmetric and Hermitian matrices agree for real matrices. Similarly, skewsymmetric and skew-Hermitian matrices also agree for real matrices.
A complex square matrix A = (aij)n n is called unitary if A(A)T =(A)TA=I,
where I is the identity matrix of the same size as A. In case of real matrices unitary
matrices are called orthogonal, that is, a real matrix A is orthogonal if AAT = ATA
= I.
or
a11 a12
|A|= a
a 22 = a11a22 a12a21.
21
For n 3,
m
det A = | A | = ( 1)
i+j
a ij mij .
j=1
Where i is a fixed integer with 1 i n, and mij is the determinant of the matrix
obtained from A by deleting ith row and jth column.
1.4 Conclusions
Matrices and operations on them will be used in almost all the subsequent lectures.
In the next lecture we shall solve systems of linear equations. A solution of a
system of linear equations on n variables x1, x2, . . . , xn is a list (s1, s2, . . .,sn) of
numbers such that each equation is a true statement when the values s1, s2, . . . , sn
are substituted for x1, x2, . . . , xn respectively. The set of all possible solutions is
called the solution set of the given system. Two systems are called equivalent if
they have the same solution set. That is, every solution of the first system is a
solution of the second system and vice versa. Getting solution set of a system of
two linear equations in two variables is easy because it is just finding the
intersection of two lines. However, solving a large system is not so straight-
forward. For this we represent a system in matrix notation and then we perform
some operations on the associated matrices. From the resultant matrices either we
draw conclusion that the system has no solution or find solutions of the system.
Suggested Readings:
Linear Algebra, Kenneth Hoffman and Ray Kunze, PHI Learning pvt. Ltd., New
Delhi, 2009.
Linear Algebra, A. R. Rao and P. Bhimasankaram, Hindustan Book Agency, New
Delhi, 2000.
Linear Algebra and Its Applications, Fourth Edition, Gilbert Strang, Thomson
Books/Cole, 2006.
Matrix Methods: An Introduction, Second Edition, Richard Bronson, Academic
press, 1991.