0% found this document useful (0 votes)
89 views

Matrix

This document provides an introduction to matrices and determinants. It defines what a matrix is, including its order and elements. It describes different types of matrices such as row/column matrices, zero matrices, square matrices, diagonal matrices, scalar matrices, and identity matrices. It also covers matrix operations like addition, subtraction, and multiplication of a matrix by a scalar. Matrix equality and negative of a matrix are also discussed. Examples are provided to illustrate key matrix concepts and properties.

Uploaded by

S Krishnaveni
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views

Matrix

This document provides an introduction to matrices and determinants. It defines what a matrix is, including its order and elements. It describes different types of matrices such as row/column matrices, zero matrices, square matrices, diagonal matrices, scalar matrices, and identity matrices. It also covers matrix operations like addition, subtraction, and multiplication of a matrix by a scalar. Matrix equality and negative of a matrix are also discussed. Examples are provided to illustrate key matrix concepts and properties.

Uploaded by

S Krishnaveni
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Chapter 9 222 Matrices and Determinants

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 mn matrix (read “m by n matrix”) .
An mn matrix is expressed as

 a11 a12     a1n 


a a22     a2n 
 21
A=               
 
             
 am1 am2     amn 
The letters aij stand for real numbers. Note that aij is the element in
the ith row and jth column of the matrix .Thus the matrix A is sometimes
denoted by simplified form as (aij) or by {aij} i.e., A = (aij)
Matrices are usually denoted by capital letters A, B, C etc and its
elements by small letters a, b, c etc.
Order of a Matrix:
The order or dimension of a matrix is the ordered pair having as
first component the number of rows and as second component the number
of columns in the matrix. If there are 3 rows and 2 columns in a matrix,
then its order is written as (3, 2) or (3 x 2) read as three by two. In general
if m are rows and n are columns of a matrix, then its order is (m x n).
Examples:
Chapter 9 223 Matrices and Determinants

 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.

2. Null or Zero Matrix:


A matrix in which each element is „0‟ is called a Null or Zero
matrix. Zero matrices are generally denoted by the symbol O. This
distinguishes zero matrix from the real number 0.
0 0 0 0 
For example O =   is a zero matrix of order 2 x 4.
0 0 0 0 
The matrix Omxn has the property that for every matrix Amxn,
A+O=O+A=A

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.

Thus and are square matrix of

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 .

 a11 a12     a1n 


a a22     a2n 
 21
In general, A=                = [aij]mxn
 
             
 am1 am2     amn 
is an identity matrix if and only if
aij = 0 for i ≠ j and aij = 1 for i = j
Note: If a matrix A and identity matrix I are comformable for
multiplication, then I has the property that
AI = IA = A i.e., I is the identity matrix for multiplication.

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 =

then A = B because the order of matrices A and B is same


and aij = bij for every i , j.

Example 1: Find the values of x , y , z and a which satisfy the


matrix equation
=
Solution : By the definition of equality of matrices, we have

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

Put the value of x in (2) , we get y = -2


From (3) z=4
From (4) a=3

5. The Negative of a Matrix:


The negative of the matrix Amxn, denoted by –Amxn, is the matrix
formed by replacing each element in the matrix Amxn with its additive
inverse. For example,
 3 -1
If A3x2   2 -2
-4 5 
 3 1 
Then A3x2   2 2 
 4 5
for every matrix Amxn, the matrix –Amxn has the property that
A + (–A) = (–A) + A = 0
i.e., (–A) is the additive inverse of A.
The sum Bm-n + (–Amxn) is called the difference of Bmxn and Amxn
and is denoted by Bmxn – Amxn.

9.4 Operations on matrices:

(a) Multiplication of a Matrix by a Scalar:


If A is a matrix and k is a scalar (constant), then kA is a matrix
whose elements are the elements of A , each multiplied by k
 4 3
For example, if A =  8 2 then for a scalar k,
 
 1 0 

kA =

You might also like