Maths Project CH 3
Maths Project CH 3
1
INDEX:
INTRODUCTION
TYPES OF MATRICES
PROPERTIES OF MATRIX
DETERMINANT OF MATRIX
INVERSE OF MATRIX
APPLICATION OF MATRIX IN DAILY LIFE
CONCLUSION AND REFERENCE
2
INTRODUCTION:-
The individual items in an m x n matrix A,often denoted by aij, where max i=m
and max j = n, are called its elements or entries, provided that they have the
same size(each matrix has the same number of rows and the same numbers of
columns as the other), two matrices can be added or subtracted element by
element.
The rule for matrix multiplication, however, is that two matrices can be
multiplied only when the number of columns in the first equals the number of
rows in the second (i.e., the inner dimensions are the same, n for Am.n x Bn.p).
Applications of matrices:
TYPES OF MATRICES:-
1. Row Matrix:-
A matrix which has exactly one row is called a row matrix. It can have any
numbers of columns.
2. Column Matrix:-
A matrix which has exactly one column is called a column matrix. It can have
any number of rows.
3
For Example –[ ]
3. Square Matrix:-
For Example –[ ]
4. Diagonal Matrix:-
A square matrix whose all elements except the leading diagonal elements are
zero is termed as a diagonal matrix. In other words, all of its non-diagonal
elements are zero.
For Example – [ ]
5. Scalar Matrix:-
For Example –[ ]
6. Unit Matrix:-
A scalar matrix whose diagonal leading elements are unity (1) is termed as a
unit matrix and is denote by ‘I’.
For Example - [ ]
7. Rectangular Matrix:-
4
When the number of rows is not equal to the number of columns, it is termed
as a rectangular matrix (m is not equal to n).
For Example –[ ]
8. Null Matrix:-
If all the elements of a matrix are zero, it is called a null matrix or zero
matrixes.
For Example –[ ]
9. Transpose of Matrix:-
10.Equal Matrix:-
Two matrices are said to be equal if both are of the same order and their
corresponding elements are equal.
11.Symmetric Matrix:-
5
A matrix is termed as asymmetric matrix if it is equal to its transpose. In
other words, if A . A’ the matrix A is called a symmetric one.
For Example –[ ]
12.Skew-Symmetric Matrix:-
For Example –[ ]
13.Sub Matrix:-
[3 2 8] ,[ ] ,[ ] ,[ ] and so on.
14.Singular Matrix:-
6
For Example –[ ]
15.Non-singular Matrix:-
16.Orthogonal Matrix:-
A sqare matrix is which the product of the matrix with its transpose and vice-
versa is a unit matrix it is termed as an orthogonal matrix. In other words,
matrix A is called an orthogonal matrix if,
A’ x A =I and A x A’ = I
PROPERTIES OF MATRIX
7
2. If A, B and C are three matrices then (AB) = A(BC)
3. Multiplication is distributive with respect of addition of matrices, i.e. ;
A(B+C) = AB+BC
4. (AB)’ = B’ x A’
5. AI =A = IA, where, I is a unit matrix.
6. (AB) = ( A) B = A ( B)
7. The product of two non-zero matrices may be a zero matrix.
then AB=[ ]
DETERMINANT OF A MATRIX:-
A=[ ]
|A|= a[ ] -b[ ] c| |
8
If A=[ ], then the determinant of A or |A| written as | | whose value
will be
(3X8) – (5X4) = 4
The co factors of the element of |A| can be found by applying the formula.
Aij X Mij
INVERSE OF A MATRIX
The inverse of a square matrix A exists if |A| ≠0 . in other words, inverse exists if the square
matrix is non-singular. The inverse of a matrix A is denoted by .
Matrices are used much more in daily life than people would have
thought. In fact it is front of us every day when going to work, at the university
and even at home. Graphic software such as adobe Photoshop on your personal
computer uses matrices to process linear transformations to render images. A
square matrix can represent a linear transformation of aerometric project. In a
video game , this would render the upside-down mirror image of an assassin
reflected in a pond of blood. If the video game has curved reflecting surfaces,
such as a shiny metal shield , the matrix would be more complicated, to stretch
or shrink the reflection. In physics related applications, matrices are used in the
study of electrical circuits, quantum mechanics and optics. Engineers use matrix
or model physical systems and perform accurate calculations needed for
complex mechanics to work. Whereas in programming which is taught at the
universality. Matrices are inverse matrices are used for coding and encrypting
messages. A message is made as a sequence of numbers in a binary format for
communication and it follows code theory for solving. Many IT company also
use matrices as data structure to track user information, perform search queries
9
and manage databases. In the world of information, security, many systems are
designed to work with matrices. Matrices are used in the compression of
electronic information, for example in the storage of biometric data in the new
identity card in maturities. In geology, matrices are used for making seismic
surveys. They are used for plotting graphs, statistics and also to do scientific
fields. Matrices are also used in representing the real world data’s like the
population of people, infant mortality rate, etc. they are best representation
methods for plotting surveys. In economics very large matrices are used for
optimization of problems, for example in making the best use of assets, whether
labor or capital, in the manufacturing of a product and managing very large
supply chains.
CONCLUSION
Matrices are very easy to add the data together, like we do with matrices in
mathematics. Like in some problems of our homework, matrices could be useful
to figuring out things like price and quantitative, like with the foods and prices
in our homework. As we can see, there are many and very useful ways matrices
could be applied in our everyday lives and even in the future.
REFERENCE:-
1. https://en.wikipedia.org/wiki/Matrix_(mathematics)
2. NCERT TEXT BOOK
10