Various Applications of Matrices and Determinants in Economics and Finance
Various Applications of Matrices and Determinants in Economics and Finance
Various Applications of Matrices and Determinants in Economics and Finance
By
Dipak Mahaseth
XI Science-D16
Submitted to
Bagbazar, Kathmandu,
Nepal
2079-08-06
Page |2
Declaration
I hereby declare that the report present in this project report has
been done by myself under the supervision of Mr. Pushpa Raj
Bhandari and has not submitted elsewhere for any examination.
Signature:
Stream : Science-D16
Date : 08-06
Page |3
Signature :
Date : 08-06
Page |4
Endorsement
Signature : Signature:
Acknowledgement
Table of Content
S.N. Page
Title Page…………………………………………………………………………………………………..1
Declaration………………………………………………………………………………………………..2
Endorsement……………………………………………………………………………………………..4
Acknowledgement…………………………………………………………………………………….5
Table of Contents………………………………………………………………………………………6
List of Figures…………………………………………………………………………………………….7
Abbreviations…………………………………………………………………………………………….8
Matrix ……………………………………………………………………………………………………….9
o Introduction …………………………………………………………………………………9
o History………………………………………………………………………………………….9
o Definition……………………………………………………………………………………. 10
o Types of Matrices……………………………………………………………………….. 11
o Operations on Matrices………………………………………………………………. 16
o Transpose of Matrix……………………………………………………………………. 20
o Determinant of Matrix………………………………………………………………….20
o Minors and Cofactors…………………………………………………………………..21
o What are the properties of Determinants?.....................................22
o Properties of Determinants………………………………………………………….23
o Adjoint of a Matrix………………………………….……………………………………26
o Singular or non-singular Matrix…………………………………………………….26
o Inverse of a Matrix………………………………………………………………………..26
o Applications of Matrices………………………………………………………………..27
o Applications of Matrices in economics and finance……………………….28
o Conclusion……………………………………………………………………………………..31
o Bibliography…………………………………………………………………………………..32
Page |7
List of Figures
o Fig:1,Matrix
o Fig:2,Matrix
o Fig:3, Eg. Of order of Matrix
o Fig:4, Row Matrix
o Fig:5, Row Matrix
o Fig:6, Column Matrix
o Fig:7, Rectangular Matrix
o Fig:8, Square Matrix
o Fig:9, Zero or Null matrix
o Fig:10, Diagonal Matrix
o Fig:13, Unit or Identity Matrix
o Fig:14, Upper and Lower Triangular Matrix
o Fig:15, Sub Matrix
o Fig:16, Symmetric Matrix
o Fig:17, Skew Symmetric Matrix
o Fig:18, Nilpotent Matrix
o Fig:19, Involutory Matrix
o Fig:20, Conjugate Matrix
o Fig:21, Equal Matrices
o Fig:22, Comaparable Matrices
o Fig:23, Addition of Matrix
o Fig:24, Difference of Matrix
o Fig:25, Scalar Multiplication of Matrix
o Fig:26, Wrong Condition for Matrix Multiplication
o Fig:27, Right Condition for Matrix Multiplication
Page |8
Abbreviations
1. Eg.=Example
2. No.= Number
3. Adj.=Adjoint
4. Soln= Solution
5. Fig.=Figure
P a g e | 10
MATRIX
Introduction
Matrices are the most powerful tools of mathematics which provide
a convenient and orderly means of organizing many data bases. Due
to this reason, most scientific fields needs matrices in some or other
forms. Matrices are widely needed in various fields such as physics,
cryptography, economics and finance, chemistry, geology, robotics
and animations, signal processing, computer graphics, astronomy
etc. Moreover, matrices are the foundations of higher mathematics
such as algebra and differential equations. In this topic, we focus on
the various types of matrices along with the operations on the
matrices. We also study about the determinants which are the
numbers associated to special matrices. Finally, we discuss the
inverse of a matrix.
History
Historically, it was not the matrix but a certain number associated
with a square array of numbers called the determinant that was first
recognized. Only gradually did the idea of the matrix as an algebraic
entity emerge. The term matrix was introduced by the 19th-century
English mathematician James Sylvester, but it was his friend the
mathematician Arthur Cayley who developed the algebraic aspect of
matrices in two papers in the 1850s. Cayley first applied them to the
study of systems of linear equations, where they are still very useful.
They are also important because, as Cayley recognized, certain sets
of matrices form algebraic systems in which many of the ordinary
laws of arithmetic (e.g., the associative and distributive laws) are
P a g e | 11
valid but in which other laws (e.g., the commutative law) are not
valid.
Definition
A rectangular array of numbers arranged in rows (horizontal lines)
and columns (vertical lines) enclosed between round (or square)
brackets is called matrix. For example here are some matrices,
Fig:1,Matrix Fig:2,Matrix
The order or the size of the matrix is given by the number of rows
followed by the number of columns. In first example, there are two
rows and three columns and so the matrix is said to be of order 2 x 3.
In second example, the orer of the matrix is 2 x 2.
A 11 9
B 5 7
C 10 2
[ ]
119
Then the matrix representation is 57
10 2
Types of Matrices
P a g e | 13
1. Row Matrix: A matrix having only one row is called row matrix
or a row vector. Eg:
Fig:7, Rectangular
Matrix
are equal.
Eg:
Operations on Matrices
We now discuss some basic algebraic operations defined on
matrix.
1. Addition of Matrices:
o If A and B are two matrices of same order, the sum of A and B is
denoted by A+B is the matrix obtained by adding the
corresponding elements of A and B. Eg:
P a g e | 19
3. Differences of Matrices
4. Multiplication of a Matrix:
Transpose of Matrix
Let A be an m x n matrix.Then a new matrix obtained by
interchanging rows and columns of A is called the transpose of
A. It is denoted by A’ or At or AT. Thus,
i. If the order of A is m x n then the order of A is n x m.
ii. (i,j)th element of A = (j, i)th element of A’.
iii. If A is the square matrix of order m then A’ is also a
square matrix of order m.
Eg:
P a g e | 23
i. (A’)’=A
ii. (A+B)’=A’+B’, A and B are of the same order.
iii.(kA)’=kA’, where k is any scalar.
iv. (AB)’=B’A’, A and B being conformable for multiplication.
Now, we can define symmetric and skew symmetric
matrices in the following way:
o A square matrix A= (aij) is symmetric if AT = A and skew-
symmetric if AT = -A.
Determinant of Matrix
It originally appeared in the study of linear equations. We
shall, however, associate the notation of the determinant
with matrices. For this purpose, we have to consider square
matrices of order 2,3,….,n, i.e. 2 x 2, 3 x 3,….,n x n matrices.
Determinant of 1 x 1 matrix A=(a11) is defined to be the
number a11. In symbol, we write
det(A) or |A|= a11
Determinant of 2 x 2 matrix A= a1121 [ a a 12
a 22 ]
= a11 a22 – a12a21
P a g e | 24
The numbers a11, a12, a21, a22 are the elements of the
determinant. Since it has two rows and two columns, it is
called the determinant of order 2.
Example;
i. If A =(2), then det(A)=2
ii. If A=(-3), then det(A)=-3
iii. [ 1 22] then, det(A)= |−11 22|= 2-(-2)=4.
If A = −1
We now proceed to find the determinant of 3 x 3 matrix.
This definition requires the concept of the minor and the
cofactor of an element in the matrix.
[ ]
a11 a 12 a13
Let A = a21 a 22 a23 be 3 x 3 matrix. The determinant of 2 x 2
a31 a 32 a33
|
M11 = minor of a11= a2232
a
|
a23
a33
M = minor of a12=| |
a21 a23
12 a31 a33
M = minor of a13= | |
a21 a22
13 a31 a32
The cofactor of Aij of ith row and jth column element aij of the
3 x 3 matrix A is the number Aij = (-1)i+j Mij .
Properties of Determinants
Let us check the below seven properties of determinant in detail. The
working principle and the formulas, and an explanation of each of
the properties are also presented below.
P a g e | 26
1. Interchange Property
| | | |
a1 a2 a3 a1 b 1 c 1
A= b 1 b2 b3 A’= a2 b 2 c 2
c1 c 2 c 3 a3 b3 c 3
Det(A) = Det(A')
It follows from this property that if the rows and columns of the
matrix are interchanged, then the transpose of the matrix is obtained
and the determinant value and the determinant of the transpose are
equal.
2. Sign Property
The sign of the value of the determinant changes if any two rows or
any two columns are interchanged.
| | | |
a1 a2 a3 a1 a2 a3
A= b 1 b2 b3 , B= c1 c 2 c 3
c1 c 2 c 3 b 1 b2 b3
Det(A) = -Det(B)
The value of the determinant only changes the sign if the row or the
column is swapped once. In the above matrix A, the second row has
been swapped with the third row to obtain matrix B, and we have
Det(A) = -Det(B). If the value of the determinant is D, and the rows or
columns are swapped n times, then the new value of the
determinant is (-1)nD.
3. Zero Property
Here the elements of the first row and the second row are identical.
Hence the value of the determinant is equal to zero.
| |
a1 a2 a3
A= a1 a2 a3
b 1 b2 b3
Det(A) = 0
4. Multiplication Property
| | | |
a1 b 1 c 1 ka1 kb 1 kc 1
A= a2 b 2 c 2 , B=¿ a2 b2 c2
a3 b3 c 3 a3 b3 c3
Det(B) = k× Det(B)
The elements of the first row are multiplied with a constant k, and
the determinant value is also multiplied with the constant k. This
property helps in taking a common factor from each row or a column
of the determinant. Also if the corresponding elements of any two
rows or columns are equal then the value of the determinant is equal
to zero.
5. Sum Property
| || || |
a1+ b1 a 2+ b2 a 3+ b3 a1 a2 a 3 b1 b2 b 3
c1 c2 c3 = c 1 c 2 c3 + c 1 c 2 c3
d1 d2 d3 d1 d2 d3 d1 d2 d3
P a g e | 28
The elements of the first row represent the sum of terms, which can
be split into two different determinants. Further, the new
determinants also have the same second and third row, as the earlier
determinant.
6. Property Of Invariance
If each element of a row and column of a determinant is added with
the equimultiples of the elements of another row or column of a
determinant, then the value of the determinant remains unchanged.
This can be expressed in the form of a formula as Ri → Ri + kRj , or
Ci → Ci + kCj.
| | | |
a1 a2 a3 a1+ kc 1 a2 +kc 2 a3 +kc 3
A= b 1 b2 b3 ,B= b1 b2 b3
c1 c 2 c 3 c1 c2 c3
Det(A) = Det(B)
The elements of the first row of matrix A have been replaced with
the sum of the elements of the first row, and the third row multiplied
with a constant, to obtain the new matrix B. Here, after this
operation also, the determinant A is equal to determinant B.
7. Triangular Property
If the elements above or below the main diagonal are equal to zero,
then the value of the determinant is equal to the product of the
elements of the diagonal matrix.
| || |
a1 a2 a3 a1 0 0
0 b2 b3 = a2 b 2 0 =a1b2c3
0 0 c3 a3 b3 c 3
P a g e | 29
Adjoint of a Matrix
| |
a11 a12 a 13
Let A= a21 a22 a 23 be a 3 x 3 matrix, and A ij be the cofactor of
a31 a32 a 33
[ ]
a11 a 12 a13
Adj A = transpose of a21 a 22 a23
a31 a 32 a33
[ ]
a11 a21 a31
= a12 a22 a32
a13 a23 a33
Inverse of a Matrix
I f A and B are non-singular square matrices such that
AB=BA=I, where I is the unit matrix of same order as that of
A and B, the B is called the inverse of A(i.e. A -1=B) and A is
called the inverse of B(i.e. B-1 =A). By formula,
A-1= (1\|A|) Adj. A
The following conditions are necessary for a matrix to have
an inverse.
a. The matrix must be a square matrix and no-singular. Only
a non-singular matrix has inverse.
b. The equations AB=BA=I must be satisfied.
c.pplication of Matrices:
P a g e | 30
s s . Ÿ In the calculation of
battery power outputs, resistor
conversion of electrical
tt. energy into another useful energy,
these matrices play a major role in
calcula-
uu. tions.
v v . Ÿ The matrix calculus is
used in the generalization of analytical
notions like
ww. exponentials and derivatives to
their higher dimensions.
x x . Ÿ Matrices and their
inverse matrices are used for a
programmer for coding or
yy. encrypting a message.
z z . Ÿ A message is made as
a sequence of numbers in a binary
format for commu-
aaa. nication and it follows code theory
for solving.
b b b . Ÿ With these
encryptions only, internet functions are
working and even banks
P a g e | 35
n n n . Ÿ In the field of
computing, matrices are used in
message encryption. They are
ooo. used to create three-dimensional
graphic images and realistic looking
ppp. motion on a two-dimensional
computer screen and also in the
calculation of
qqq. algorithms that create Google page
rankings.
r r r . Ÿ Matrices are used
to compress electronic information and
play a role in stor-
sss. ing fingerprint information.
t t t . Ÿ In solving the
problems using Kirchhoff’s Laws of
voltage and current, the
uuu. matrices are essential.
v v v . Ÿ Errors in electronic
transmissions are identified and
corrected with the use of
www. matrices.
x x x . Ÿ In the calculation
of battery power outputs, resistor
conversion of electrical
P a g e | 37
i i i i . In geology,
Ÿ
matrices are used for taking seismic
surveys.
j j j j . Ÿ Matrices are
used for plotting graphs, statistics and
also to do scientific stud-
kkkk. ies in almost different fields.
l l l l . Ÿ Matrices are
best representation methods for
plotting the common survey
mmmm. things.
n n n n . Ÿ Matrices are
used in calculating the gross domestic
products in economics
oooo. which eventually helps in
calculating the goods production
efficiently.
p p p p . Ÿ Matrices are
used in many organizations such as for
scientists for recording
qqqq. the data for their experiments
Application of Matrices
In the field of computing, matrices are used in message
encryption. They are used to create three-dimensional graphic
images and realistic looking motion on a two-dimensional
P a g e | 39
Soln
], price =P=[ ] []
35 30
Quantity= Q= [ 120 150 100
90 130 150
30
20
, Cost=V= 20
10
a)
]x[ ]
30
Total cost=Q.V= [ 120 150 100
90 130 150
20
10
]x[ ]
35
Total revenue = Q.P= [ 120 150 100
90 130 150
30
20
Conclusion
From this experiment we can conclude that matrices and
determinants are very essential in our life. It has its great
importance either in education sector or daily applications. It is
mostly used in calculating the gross domestic products in
economic which eventually helps in calculating the goods
production efficiently. It is seen that in solving the problems using
Kirchhoff’s Laws of voltage and current, the matrices are essential.
The science of optics used matrix mathematics to account for
reflection and for refraction. The movements of the robots are
programmed with the calculation of matrices rows and columns.
In robotics and automation, matrices are the base elements for
the robot movement. And having essential role in above sectors
indeed helps in boosting the economical and financial condition.
P a g e | 44
Bibliography
Researchgate www.researchgate.com
Wikipedia www.wikipedia.org
Vedantu www.vedantu.com
Cuemath www.cuemath.com
BYJU’S www.byjus.com
Foundations of Asmita
Mathematics XI