Matrix
Matrix
Chapter 9
Matrices and Determinants
9.1 Introduction:
In many economic analysis, variables are assumed to be related by
sets of linear equations. Matrix algebra provides a clear and concise
notation for the formulation and solution of such problems, many of which
would be complicated in conventional algebraic notation. The concept of
determinant and is based on that of matrix. Hence we shall first explain a
matrix.
9.2 Matrix:
A set of mn numbers (real or complex), arranged in a rectangular
formation (array or table) having m rows and n columns and enclosed by a
square bracket [ ] is called mn matrix (read “m by n matrix”) .
An mn matrix is expressed as
a1 a 2 a3 a4
1
1 2 3 2 and b1 b 2 b3 b 4
4 5 6 , c1 c 2 c4
3
c3
d1 d 2 d3 d4
are matrices of orders (2 x 3), (3 x 1) and (4 x 4) respectively.
9.3 Some types of matrices:
1. Row Matrix and Column Matrix:
A matrix consisting of a single row is called a row matrix or a
row vector, whereas a matrix having single column is called a column
matrix or a column vector.
3. Square matrix:
A matrix A having same numbers of rows and columns is called a
square matrix. A matrix A of order m x n can be written as Amxn. If
m = n, then the matrix is said to be a square matrix. A square
matrix of order n x n, is simply written as An.
order 2 and 3
Main or Principal (leading)Diagonal:
The principal diagonal of a square matrix is the ordered set of
elements aij, where i = j, extending from the upper left-hand corner to the
lower right-hand corner of the matrix. Thus, the principal diagonal
contains elements a11, a22, a33 etc.
For example, the principal diagonal of
Chapter 9 224 Matrices and Determinants
1 3 1
5 2 3
6 4 0
consists of elements 1, 2 and 0, in that order.
Particular cases of a square matrix:
(a)Diagonal matrix:
A square matrix in which all elements are zero except those in the
main or principal diagonal is called a diagonal matrix. Some elements of
the principal diagonal may be zero but not all.
1 0 0
4 0
For example 0 2 and 0 1 0
0 0 0
are diagonal matrices.
a11 a12 a1n
a a 22 a 2n
21
In general A = = (a ij )nxn
a n1 a n2 a nn
is a diagonal matrix if and only if
aij = 0 for i j
aij 0 for at least one i = j
(b) Scalar Matrix:
A diagonal matrix in which all the diagonal elements are same, is
called a scalar matrix i.e.
Thus
k 0 0
and 0 k 0 are scalar matrices
0 0 k
(c) Identity Matrix or Unit matrix:
A scalar matrix in which each diagonal element is 1(unity) is
called a unit matrix. An identity matrix of order n is denoted by In.
Chapter 9 225 Matrices and Determinants
1 0 0
1 0
Thus I2 = and I3 = 0 1 0
0 1
0 0 1
are the identity matrices of order 2 and 3 .
4. Equal Matrices:
Two matrices A and B are said to be equal if and only if they have
the same order and each element of matrix A is equal to the corresponding
element of matrix B i.e for each i, j, aij = bij
Thus A = and B =
x + 3 = 0 ……………………………..(1)
2y + x = -7 ……………………………(2)
z – 1 = 3 ……………………………(3)
4a – 6 = 2a ……………………………(4)
From (1) x = -3
Chapter 9 226 Matrices and Determinants
kA =