Matrix Algebra : Mathematics for Business
LET’S START
WHAT IS MATRIX?
• > Rectangular presentation of symbols or
numerical elements
• > Arranged systematically in rows and
columns
• >Describes various aspects of a
phenomenon which are inter-related in
some manner.
These are some numbers.
1
4
2
3
Numbers can be organized in boxes, e.g.
1
4
2
3
Let’s take an example
• We may consider two linier
equations,
2x - 3y + z = 7……. (1)
4x + 5y - 3z = 5…… (2)
• Co-efficient of x, y, z in the equations-
In case of (1) are, 2, -3, 1
In case of (2) are, 4, 5, -3
So,
(1)and (2) form this matrix
Co-efficient matrix ,
2 x 3 matrix.
(2 rows and 3 columns Matrix)






−
−
354
132
•After enclosing by two
brackets, the rectangular
array as well as the Matrix is
treated as a single entry.
[ ]
Many Unorganized Numbers
28 39 57 17 38 18 38 65 10 73 16 73 77 63 18 56 18
74 82 20 10 75 84 19 47 14 11 84 08 47 57 58 49 48
88 84 47 48 43 05 61 75 98 47 32 98 15 49 01 38 65
43 17 65 21 79 43 17 59 41 37 59 43 17 97 65 41 35
75 49 03 86 93 41 76 73 19 57 75 49 27 59 34 27 59
43 19 74 32 17 43 92 65 94 13 75 93 41 65 99 13 47
75 83 47 48 73 98 47 39 28 17 49 03 63 91 40 35 42
31 87 49 75 48 91 37 59 13 48 75 94 13 75 45 43 54
75 48 90 37 59 37 59 43 75 90 33 57 75 89 43 67 74
34 92 76 90 34 17 34 82 75 98 34 27 69 31 75 93 45
13 59 84 76 59 13 47 69 43 17 91 34 75 93 41 75 90
34 15 74 91 35 79 57 42 39 57 49 02 35 74 23 57 75
Now it is a Matrix.
MATRIX DEFINED
• A matrix is a rectangular array of numbers
arranged in rows and columns enclosed by a pair
of brackets and subject to certain rules of
presentation.
• A matrix can be enclosed by [ ] or || ||
Like,
Or,





−
−
354
132
354
132
−
−
EXPRESSING MATRIX
• Matrix is denoted by a capital letter
• Elements are corresponded by small letters
• Small letters are followed by two suffixes m& n
• m represents the order of the Row
• n represents the order of the Column
Expressing Matrix (Cont.)
Example,
• A matrix having m rows and n columns
can be written as
nmmnmjmm
inijii
nj
nj
aaaa
aaaa
aaaa
aaaa
A
×














=
21
21
222221
111211
TYPES OF MATRIX
Square Matrix
• A matrix, in which the number
of rows is equal to the number
of columns, is called a square
matrix.
Square Matrix(cont.)
Example:
m x n matrix where m=n ;
(m =row, n = column)
.
21
21
222221
111211
nmmnmjmm
inijii
nj
nj
aaaa
aaaa
aaaa
aaaa
×














Row Matrix
• A matrix having a single row is
called a row matrix.
Example:
[a…b…c…d]
Column Matrix
• A matrix having a single column
is called a column matrix.
Example,










31
21
11
a
a
a
Diagonal Matrix
• A square matrix all of whose
elements, except those in the
leading diagonal, are zero is called
a diagonal matrix.
Example:










=
nna
a
a
A
00
00
00
22
11
Unit Matrix
• A scalar matrix of whose, diagonal
element is unity (or one) is called a Unit
Matrix or an Identity Matrix. A Unit Matrix of
order n is written as .
Example:
mI










=
100
010
001
4I
Zero Matrix or Null Matrix
• A matrix, rectangular or square, each of whose
elements are zero is called a Zero Matrix or Null
Matrix.
Denoted by 0.
Example:












=
0000
0000
0000
0000
0
Triangular Matrices
• A matrix where the elements are
zero according to the superiority of
the order of their rows (m) and
columns (n) is called a Triangular
Matrix.
Upper Triangular Matrix
• If the order of row is greater than the
order of column of an element 0,
then it is called as Upper
Rectangular Matrix.
Example:
nmmn
inij
nj
nj
a
aa
aaa
aaaa
A
×














=
000
00
0 2222
111211
Lower Rectangular Matrix
• If the order of row is smaller than the
order of column of an element 0,
then it is called as Lower
Rectangular Matrix.
Example:
nm
aaaa
aaa
aa
a
A
×












=
44434241
333231
2221
11
0
00
000
Sub Matrix
• A matrix obtained by deleting some
rows or columns or both of a given
matrix is called a sub matrix of the
given matrix.
Example:
From A= 2x2





=










×
12
13
,
123
132
213
33
Ato
Scalar Matrix
• A square matrix when given in the form of
a scalar multiplication to an identity or unit
matrix is called a Scalar Matrix.
• We can also say, a diagonal matrix whose
all diagonal elements are equal is called a
scalar matrix.
Example:






=





=
10
01
0
0
a
a
a
aI
Symmetric Matrices
• A symmetric matrix is a special
kind of square matrix A=[aij] for
which,
jandiallforaa jiij −−−−=
Symmetric Matrices (cont.)
• Example:










−
−
511
162
125
Complex Conjugate of a Matrix
• It is a Matrix obtained by replacing
all its elements by there respective
complex conjugates.
Example:






+
−
=





−
+
=
735
432
,
735
432
.
i
i
Athen
i
i
Aif
Skew-symmetric Matrix
• It is square matrix A if,
• The transpose of a square matrix is equal
to negative of that matrix
• Or, we can say a square matrix A is called
a Skew-symmetric Matrix if aij = - aij for all i
and j. In a skew-symmetric matrix all the
diagonal elements are zeroes.
δAAt
−=
Skew-symmetric Matrix(cont.)
• Example:





 −
=
06
60
A
Matrix
Operations
Addition
• Matrices can be added if only they
are of the same order.
• The sum of two (mxn) matrices is
another matrix (mxn) whose
elements are the sum of the
corresponding elements in the
component matrices.
Addition (cont.)
• Example:
1
4
2
3
5
8
6
7
+ =
A B+ =
1
4
2
3
5
8
6
7
+ =
6
12
8
10
A B+ = C
Addition (cont.)
• Example:
Subtraction
• Matrices can be subtracted if only
they are of the same order.
• The difference of two (mxn)
matrices is another matrix (mxn)
whose elements are the difference
of the corresponding elements in
the component matrices.
Subtraction(cont.)
• Example:
1
4
2
3
5
8
6
7
- =
B A- =
1
4
2
3
5
8
6
7
- =
4
4
4
4
B A- = C
Subtraction(cont.)
• Example:
Multiplication
• For matrix multiplication,
>the number of columns in the first
matrix or vector must be equal to
the number of rows in the second
matrix or the vector.
Multiplication (cont.)
• Example:
1
4
2
3
5
8
6
7
x =
A Bx =
Multiplication (cont.)
• Example:
1
4
2
3
5
8
6
7
x =
A Bx = C
(5x1)+ (6x3)
C 1 1
=   A 1 2
xB 2 1k=2
n
1
4
2
3
5
8
6
7
x =
A Bx = C
23 ( 5 x 2 )+ ( 6 x 4 )
C 1 2 =   A 1 k xB k 2k=1
n
Multiplication (cont.)
• Example:
1
4
2
3
5
8
6
7
x =
A Bx = C
23
( 7 x 1 )+ ( 8 x 3 )
34
C 2 1 =   A 2 k xB k 1k=1
n
Multiplication (cont.)
• Example:
1
4
2
3
5
8
6
7
x =
A Bx = C
23 34
( 7 x 2 )+ ( 8 x 4 )31
C 2 2 =   A 2 k xB k 2k=1
n
Multiplication (cont.)
• Example:
1
4
2
3
5
8
6
7
x =
A Bx = C
23 34
31 46
m x n n x p m x p
Multiplication (cont.)
• Example:
Inverse of Matrix
• The operation of dividing one matrix
directly by another doesn’t exist in matrix
theory but equivalent of division of unit
matrix by any square matrix can be
accomplished (in most cases) by a
process known as ‘Inversion of Matrix’.
• The concept of inverse matrix is useful in
solving simultaneous equations, input
output analysis and regression analysis.
Inverse of Matrix (cont.)
Solutions of
simultaneous equations of matrix
no.1
• Using matrices, calculate the values of x and y for
the following simultaneous equations:
2x – 2y – 3 = 0
8 y = 7x + 2
Step 1:
• Write the equations in the form
ax + by = c
2x – 2y – 3 = 0 2⇒ x – 2y = 3
8y = 7x + 2 7⇒ x – 8y = –2
Step 2:
• Write the equations in matrix form.
Step 3:
• Find the inverse of the 2 × 2 matrix.
Determinant = (2 × –8) – (–2 × 7) = – 2
Step 4:
Multiply both sides of the matrix
equations with the inverse.
So, x = 14 and y = 12.5
Solutions of
simultaneous equations of matrix
no 2:
• Now the aim is to combine the equations
in such a way that we eliminate one of the
variables.
Step 1:
• If we multiply the first equation by
some number
• then we can get the coefficient of
the "x" to be the same in both
equations.
• Then we can subtract one equation
from the other and the x-terms will
cancel.
Step 2:
• So let's multiply the first equation by 3, so
we have "6x" in both equations:
Step 4:
• Thus we are left with an equation that
involves only "y", which we can therefore
rearrange to see what the value of y is:
Step 3:
• Now, as planned, we can subtract that
new equation from the second equation
and the x-terms cancel
Step 5:
• Having found y, we can substitute it into
either of the two original equations to find
x. Let's substitute it into the first:
Step 6:
• Rearranging that equation for x
we can see the value of x:
So our result is that
•X = 11 / 7
•Y = 2 / 7.
APPLICATION OF MATRIX
IN BUSINESS
• Let’s suppose that, we are working for the website
travelocity.com to help people plan trips between
various cities.
• Often the customers are business travelers so that
they want to travel between cities in the morning
to conduct a day’s business.
• Large cities often provide flights to many cities,
but small cities often are quite limited in the
number of cities that they service.
• The customers are particularly interested in travel
between the following cities.
Adjacency matrices and Airlines
• The cities are Albany, Boston, New York, Philly,
Wash, Richmond, Detroit, and Las Vegas.
• For simplicity, we will only use the first letter to refer
to the city. Here is the flight information that we
are given.
Adjacency matrices and Airlines
• From Boston there are flights to N, P, W, D
• From Albany there are flights to N, W
• From New York there are flights to B, P, W, R, D, L
• From Philly there are flights to N, B, W, R
• From Wash there are flights to B, A, N, R, P, L
• From Richmond there are flights to N, P, W
• From Detroit there are flights to B, N
• From Las Vegas there are flights to N, W
Adjacency matrices and Airlines
Now we can represent the flights and the routs
in a very organized way using matrix.
Adjacency matrices and Airlines
Adjacency matrices and Airlines
From this chart, the passengers can easily find out
their flights from one city to another.
Conclusion
After the discussion given
above, we can conclude that,
• Matrix Algebra is a smart option to
complete different business operations.
• This method can reduce our effort for
preparing different calculations as well
business predictions.

More Related Content

PPTX
Inverse Matrix & Determinants
PPTX
Matrix algebra
PPTX
Bba i-bm-u-2- matrix -
PPTX
MATRICES
PPT
Determinants - Mathematics
PDF
INVERSE OF MATRIX
PDF
Matrices and determinants
PPTX
System of linear equations
Inverse Matrix & Determinants
Matrix algebra
Bba i-bm-u-2- matrix -
MATRICES
Determinants - Mathematics
INVERSE OF MATRIX
Matrices and determinants
System of linear equations

What's hot (20)

PDF
Matrix algebra
PDF
Introduction of matrices
PDF
Matrices and Determinants
PPTX
matrix algebra
PPT
MATRICES
PPT
Introduction to Matrices
PPTX
Matrix Algebra seminar ppt
PPTX
Classification of solutions
PPT
Applications of set theory
PDF
Linear algebra-Basis & Dimension
PPTX
Matrices and System of Linear Equations ppt
PPTX
system linear equations and matrices
PPTX
Lesson 3 - matrix multiplication
PDF
PPT
Solving systems of Linear Equations
PPTX
CMSC 56 | Lecture 6: Sets & Set Operations
PPT
matrices basic operation.ppt
DOCX
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
PPTX
Matrix presentation By DHEERAJ KATARIA
PPT
Matrices
Matrix algebra
Introduction of matrices
Matrices and Determinants
matrix algebra
MATRICES
Introduction to Matrices
Matrix Algebra seminar ppt
Classification of solutions
Applications of set theory
Linear algebra-Basis & Dimension
Matrices and System of Linear Equations ppt
system linear equations and matrices
Lesson 3 - matrix multiplication
Solving systems of Linear Equations
CMSC 56 | Lecture 6: Sets & Set Operations
matrices basic operation.ppt
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
Matrix presentation By DHEERAJ KATARIA
Matrices
Ad

Viewers also liked (20)

PPTX
2 principios físicos de la teledetección
PDF
World religions syllabus
PDF
Aminoglycoside and spectinomycin
PPTX
Linea de tiempo teorias de la personalidad
PDF
RSPO PT Agro Bukit Kalimantan Tengah 2008
DOCX
Nicastro
PPTX
Presentation on regression (Statistics)
PDF
FFSA - Homologation GT 0051 - Porsche 997 GT3 3.8
PDF
Push Storyboards
PPTX
Vida al aire libre
PPTX
Angiogenesis in health and disease
PDF
今さら聞けない! Linux コマンドラインツールテクニック その1 rev. 3
PPT
Psicologia social de la familia protagonismo en fortalecimiento de sus valores
PDF
Psicologia social de la familia protagonismo de la familia nicaraguense en el...
PDF
PPTX
Etapas de control
PDF
Debates em Psiquiatria
PDF
Telsun wheel solutions 2017
PPTX
Đừng bao giờ nói những câu nói này nếu không muốn con thất bại trong cuộc sống
PPTX
Mitel MiVoice 5505 Guest IP Phone
2 principios físicos de la teledetección
World religions syllabus
Aminoglycoside and spectinomycin
Linea de tiempo teorias de la personalidad
RSPO PT Agro Bukit Kalimantan Tengah 2008
Nicastro
Presentation on regression (Statistics)
FFSA - Homologation GT 0051 - Porsche 997 GT3 3.8
Push Storyboards
Vida al aire libre
Angiogenesis in health and disease
今さら聞けない! Linux コマンドラインツールテクニック その1 rev. 3
Psicologia social de la familia protagonismo en fortalecimiento de sus valores
Psicologia social de la familia protagonismo de la familia nicaraguense en el...
Etapas de control
Debates em Psiquiatria
Telsun wheel solutions 2017
Đừng bao giờ nói những câu nói này nếu không muốn con thất bại trong cuộc sống
Mitel MiVoice 5505 Guest IP Phone
Ad

Similar to Matrix Algebra : Mathematics for Business (20)

PDF
Matrices & Determinants
PPTX
5. Matrix Analysis12424214124124124.pptx
PPTX
Matrix and it's application
PPTX
Matrix
PPT
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
PDF
Introduction To Matrix
PDF
Calculus and matrix algebra notes
PPTX
PPT
Ppt on matrices and Determinants
PPTX
งานนำเสนอMatrix
PPTX
Introduction to matices
PPTX
Linear Algebra Ch 2 Matrix Multiplication
PPTX
MATRICES CSEC MATHEMATICS SECTION TWO ..
PPTX
งานนำเสนอMatrixของจริง
PPTX
Linear Algebra Presentation including basic of linear Algebra
PDF
R.Ganesh Kumar
PDF
Matrix and its operations
PPTX
GATE Preparation : Matrix Algebra
PPTX
Matrices
Matrices & Determinants
5. Matrix Analysis12424214124124124.pptx
Matrix and it's application
Matrix
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Introduction To Matrix
Calculus and matrix algebra notes
Ppt on matrices and Determinants
งานนำเสนอMatrix
Introduction to matices
Linear Algebra Ch 2 Matrix Multiplication
MATRICES CSEC MATHEMATICS SECTION TWO ..
งานนำเสนอMatrixของจริง
Linear Algebra Presentation including basic of linear Algebra
R.Ganesh Kumar
Matrix and its operations
GATE Preparation : Matrix Algebra
Matrices

More from Khan Tanjeel Ahmed (9)

PDF
Idea Path (Make startup business idea feasible and working)
PDF
Going Digital (Importance of Digital Existence and Digital Marketing)
PDF
Digital Content: How by Google Business Group Khulna
PPTX
Digital Content: What by Google Business Group Khulna
PDF
Digital Content: Why by Google Business Group Khulna
PPTX
Economic Situation Evaluation on Denmark
PPTX
Credit Management Practices of BDBL
PPT
African Culture (Cross-cultural Communication in Business)
PPT
The Youth Icon, The Business Icon: Mark Zuckerberg
Idea Path (Make startup business idea feasible and working)
Going Digital (Importance of Digital Existence and Digital Marketing)
Digital Content: How by Google Business Group Khulna
Digital Content: What by Google Business Group Khulna
Digital Content: Why by Google Business Group Khulna
Economic Situation Evaluation on Denmark
Credit Management Practices of BDBL
African Culture (Cross-cultural Communication in Business)
The Youth Icon, The Business Icon: Mark Zuckerberg

Recently uploaded (20)

PPTX
interschool scomp.pptxzdkjhdjvdjvdjdhjhieij
DOCX
Handbook of Entrepreneurship- Chapter 5: Identifying business opportunity.docx
PDF
Sustainable Digital Finance in Asia_FINAL_22.pdf
DOCX
Center Enamel Powering Innovation and Resilience in the Italian Chemical Indu...
PDF
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
PPTX
33ABJFA6556B1ZP researhchzfrsdfasdfsadzd
PDF
Chapter 2 - AI chatbots and prompt engineering.pdf
PDF
Challenges of Managing International Schools (www.kiu. ac.ug)
PDF
Middle East's Most Impactful Business Leaders to Follow in 2025
PDF
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
PPTX
Market and Demand Analysis.pptx for Management students
PPT
Retail Management and Retail Markets and Concepts
PPTX
IITM - FINAL Option - 01 - 12.08.25.pptx
PDF
#1 Safe and Secure Verified Cash App Accounts for Purchase.pdf
PPTX
df0ee68f89e1a869be4bff9b80a7 business 79f0.pptx
PPTX
operations management : demand supply ch
PPTX
IMM marketing mix of four ps give fjcb jjb
PDF
Value-based IP Management at Siemens: A Cross-Divisional Analysis
PDF
Stacey L Stevens - Canada's Most Influential Women Lawyers Revolutionizing Th...
PPTX
Understanding Procurement Strategies.pptx Your score increases as you pick a ...
interschool scomp.pptxzdkjhdjvdjvdjdhjhieij
Handbook of Entrepreneurship- Chapter 5: Identifying business opportunity.docx
Sustainable Digital Finance in Asia_FINAL_22.pdf
Center Enamel Powering Innovation and Resilience in the Italian Chemical Indu...
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
33ABJFA6556B1ZP researhchzfrsdfasdfsadzd
Chapter 2 - AI chatbots and prompt engineering.pdf
Challenges of Managing International Schools (www.kiu. ac.ug)
Middle East's Most Impactful Business Leaders to Follow in 2025
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
Market and Demand Analysis.pptx for Management students
Retail Management and Retail Markets and Concepts
IITM - FINAL Option - 01 - 12.08.25.pptx
#1 Safe and Secure Verified Cash App Accounts for Purchase.pdf
df0ee68f89e1a869be4bff9b80a7 business 79f0.pptx
operations management : demand supply ch
IMM marketing mix of four ps give fjcb jjb
Value-based IP Management at Siemens: A Cross-Divisional Analysis
Stacey L Stevens - Canada's Most Influential Women Lawyers Revolutionizing Th...
Understanding Procurement Strategies.pptx Your score increases as you pick a ...

Matrix Algebra : Mathematics for Business

  • 3. WHAT IS MATRIX? • > Rectangular presentation of symbols or numerical elements • > Arranged systematically in rows and columns • >Describes various aspects of a phenomenon which are inter-related in some manner.
  • 4. These are some numbers. 1 4 2 3 Numbers can be organized in boxes, e.g. 1 4 2 3
  • 5. Let’s take an example • We may consider two linier equations, 2x - 3y + z = 7……. (1) 4x + 5y - 3z = 5…… (2)
  • 6. • Co-efficient of x, y, z in the equations- In case of (1) are, 2, -3, 1 In case of (2) are, 4, 5, -3
  • 7. So, (1)and (2) form this matrix Co-efficient matrix , 2 x 3 matrix. (2 rows and 3 columns Matrix)       − − 354 132
  • 8. •After enclosing by two brackets, the rectangular array as well as the Matrix is treated as a single entry.
  • 9. [ ] Many Unorganized Numbers 28 39 57 17 38 18 38 65 10 73 16 73 77 63 18 56 18 74 82 20 10 75 84 19 47 14 11 84 08 47 57 58 49 48 88 84 47 48 43 05 61 75 98 47 32 98 15 49 01 38 65 43 17 65 21 79 43 17 59 41 37 59 43 17 97 65 41 35 75 49 03 86 93 41 76 73 19 57 75 49 27 59 34 27 59 43 19 74 32 17 43 92 65 94 13 75 93 41 65 99 13 47 75 83 47 48 73 98 47 39 28 17 49 03 63 91 40 35 42 31 87 49 75 48 91 37 59 13 48 75 94 13 75 45 43 54 75 48 90 37 59 37 59 43 75 90 33 57 75 89 43 67 74 34 92 76 90 34 17 34 82 75 98 34 27 69 31 75 93 45 13 59 84 76 59 13 47 69 43 17 91 34 75 93 41 75 90 34 15 74 91 35 79 57 42 39 57 49 02 35 74 23 57 75 Now it is a Matrix.
  • 10. MATRIX DEFINED • A matrix is a rectangular array of numbers arranged in rows and columns enclosed by a pair of brackets and subject to certain rules of presentation. • A matrix can be enclosed by [ ] or || || Like, Or,      − − 354 132 354 132 − −
  • 11. EXPRESSING MATRIX • Matrix is denoted by a capital letter • Elements are corresponded by small letters • Small letters are followed by two suffixes m& n • m represents the order of the Row • n represents the order of the Column
  • 12. Expressing Matrix (Cont.) Example, • A matrix having m rows and n columns can be written as nmmnmjmm inijii nj nj aaaa aaaa aaaa aaaa A ×               = 21 21 222221 111211
  • 14. Square Matrix • A matrix, in which the number of rows is equal to the number of columns, is called a square matrix.
  • 15. Square Matrix(cont.) Example: m x n matrix where m=n ; (m =row, n = column) . 21 21 222221 111211 nmmnmjmm inijii nj nj aaaa aaaa aaaa aaaa ×              
  • 16. Row Matrix • A matrix having a single row is called a row matrix. Example: [a…b…c…d]
  • 17. Column Matrix • A matrix having a single column is called a column matrix. Example,           31 21 11 a a a
  • 18. Diagonal Matrix • A square matrix all of whose elements, except those in the leading diagonal, are zero is called a diagonal matrix. Example:           = nna a a A 00 00 00 22 11
  • 19. Unit Matrix • A scalar matrix of whose, diagonal element is unity (or one) is called a Unit Matrix or an Identity Matrix. A Unit Matrix of order n is written as . Example: mI           = 100 010 001 4I
  • 20. Zero Matrix or Null Matrix • A matrix, rectangular or square, each of whose elements are zero is called a Zero Matrix or Null Matrix. Denoted by 0. Example:             = 0000 0000 0000 0000 0
  • 21. Triangular Matrices • A matrix where the elements are zero according to the superiority of the order of their rows (m) and columns (n) is called a Triangular Matrix.
  • 22. Upper Triangular Matrix • If the order of row is greater than the order of column of an element 0, then it is called as Upper Rectangular Matrix. Example: nmmn inij nj nj a aa aaa aaaa A ×               = 000 00 0 2222 111211
  • 23. Lower Rectangular Matrix • If the order of row is smaller than the order of column of an element 0, then it is called as Lower Rectangular Matrix. Example: nm aaaa aaa aa a A ×             = 44434241 333231 2221 11 0 00 000
  • 24. Sub Matrix • A matrix obtained by deleting some rows or columns or both of a given matrix is called a sub matrix of the given matrix. Example: From A= 2x2      =           × 12 13 , 123 132 213 33 Ato
  • 25. Scalar Matrix • A square matrix when given in the form of a scalar multiplication to an identity or unit matrix is called a Scalar Matrix. • We can also say, a diagonal matrix whose all diagonal elements are equal is called a scalar matrix. Example:       =      = 10 01 0 0 a a a aI
  • 26. Symmetric Matrices • A symmetric matrix is a special kind of square matrix A=[aij] for which, jandiallforaa jiij −−−−=
  • 27. Symmetric Matrices (cont.) • Example:           − − 511 162 125
  • 28. Complex Conjugate of a Matrix • It is a Matrix obtained by replacing all its elements by there respective complex conjugates. Example:       + − =      − + = 735 432 , 735 432 . i i Athen i i Aif
  • 29. Skew-symmetric Matrix • It is square matrix A if, • The transpose of a square matrix is equal to negative of that matrix • Or, we can say a square matrix A is called a Skew-symmetric Matrix if aij = - aij for all i and j. In a skew-symmetric matrix all the diagonal elements are zeroes. δAAt −=
  • 32. Addition • Matrices can be added if only they are of the same order. • The sum of two (mxn) matrices is another matrix (mxn) whose elements are the sum of the corresponding elements in the component matrices.
  • 34. 1 4 2 3 5 8 6 7 + = 6 12 8 10 A B+ = C Addition (cont.) • Example:
  • 35. Subtraction • Matrices can be subtracted if only they are of the same order. • The difference of two (mxn) matrices is another matrix (mxn) whose elements are the difference of the corresponding elements in the component matrices.
  • 37. 1 4 2 3 5 8 6 7 - = 4 4 4 4 B A- = C Subtraction(cont.) • Example:
  • 38. Multiplication • For matrix multiplication, >the number of columns in the first matrix or vector must be equal to the number of rows in the second matrix or the vector.
  • 40. Multiplication (cont.) • Example: 1 4 2 3 5 8 6 7 x = A Bx = C (5x1)+ (6x3) C 1 1 =   A 1 2 xB 2 1k=2 n
  • 41. 1 4 2 3 5 8 6 7 x = A Bx = C 23 ( 5 x 2 )+ ( 6 x 4 ) C 1 2 =   A 1 k xB k 2k=1 n Multiplication (cont.) • Example:
  • 42. 1 4 2 3 5 8 6 7 x = A Bx = C 23 ( 7 x 1 )+ ( 8 x 3 ) 34 C 2 1 =   A 2 k xB k 1k=1 n Multiplication (cont.) • Example:
  • 43. 1 4 2 3 5 8 6 7 x = A Bx = C 23 34 ( 7 x 2 )+ ( 8 x 4 )31 C 2 2 =   A 2 k xB k 2k=1 n Multiplication (cont.) • Example:
  • 44. 1 4 2 3 5 8 6 7 x = A Bx = C 23 34 31 46 m x n n x p m x p Multiplication (cont.) • Example:
  • 45. Inverse of Matrix • The operation of dividing one matrix directly by another doesn’t exist in matrix theory but equivalent of division of unit matrix by any square matrix can be accomplished (in most cases) by a process known as ‘Inversion of Matrix’. • The concept of inverse matrix is useful in solving simultaneous equations, input output analysis and regression analysis.
  • 46. Inverse of Matrix (cont.)
  • 47. Solutions of simultaneous equations of matrix no.1 • Using matrices, calculate the values of x and y for the following simultaneous equations: 2x – 2y – 3 = 0 8 y = 7x + 2
  • 48. Step 1: • Write the equations in the form ax + by = c 2x – 2y – 3 = 0 2⇒ x – 2y = 3 8y = 7x + 2 7⇒ x – 8y = –2
  • 49. Step 2: • Write the equations in matrix form.
  • 50. Step 3: • Find the inverse of the 2 × 2 matrix. Determinant = (2 × –8) – (–2 × 7) = – 2
  • 51. Step 4: Multiply both sides of the matrix equations with the inverse. So, x = 14 and y = 12.5
  • 52. Solutions of simultaneous equations of matrix no 2: • Now the aim is to combine the equations in such a way that we eliminate one of the variables.
  • 53. Step 1: • If we multiply the first equation by some number • then we can get the coefficient of the "x" to be the same in both equations. • Then we can subtract one equation from the other and the x-terms will cancel.
  • 54. Step 2: • So let's multiply the first equation by 3, so we have "6x" in both equations:
  • 55. Step 4: • Thus we are left with an equation that involves only "y", which we can therefore rearrange to see what the value of y is:
  • 56. Step 3: • Now, as planned, we can subtract that new equation from the second equation and the x-terms cancel
  • 57. Step 5: • Having found y, we can substitute it into either of the two original equations to find x. Let's substitute it into the first:
  • 58. Step 6: • Rearranging that equation for x we can see the value of x:
  • 59. So our result is that •X = 11 / 7 •Y = 2 / 7.
  • 61. • Let’s suppose that, we are working for the website travelocity.com to help people plan trips between various cities. • Often the customers are business travelers so that they want to travel between cities in the morning to conduct a day’s business. • Large cities often provide flights to many cities, but small cities often are quite limited in the number of cities that they service. • The customers are particularly interested in travel between the following cities. Adjacency matrices and Airlines
  • 62. • The cities are Albany, Boston, New York, Philly, Wash, Richmond, Detroit, and Las Vegas. • For simplicity, we will only use the first letter to refer to the city. Here is the flight information that we are given. Adjacency matrices and Airlines
  • 63. • From Boston there are flights to N, P, W, D • From Albany there are flights to N, W • From New York there are flights to B, P, W, R, D, L • From Philly there are flights to N, B, W, R • From Wash there are flights to B, A, N, R, P, L • From Richmond there are flights to N, P, W • From Detroit there are flights to B, N • From Las Vegas there are flights to N, W Adjacency matrices and Airlines
  • 64. Now we can represent the flights and the routs in a very organized way using matrix. Adjacency matrices and Airlines
  • 65. Adjacency matrices and Airlines From this chart, the passengers can easily find out their flights from one city to another.
  • 66. Conclusion After the discussion given above, we can conclude that, • Matrix Algebra is a smart option to complete different business operations. • This method can reduce our effort for preparing different calculations as well business predictions.

Editor's Notes

  • #4: Insert a picture of one of the geographic features of your country.