Matrices, Determinant and Inverse
Matrices, Determinant and Inverse
ii
TABLE OF CONTENTS
COVER: ............................................................................................................................. i
CONTENT....................................................................................................................... 1
1.5.1 2 X 2 Matrix......................................................................................... 3
BIBLIOGRAPHY ........................................................................................................... 10
ii
1. CONTENT
1.1 Matrices
or {aij }
are also called the dimension of the matrix. For a square matrix
The element, aij is that one in the row and the column.
A=
1
Matrices of one column are called column matrices or column vectors.
Likewise, those of one row are row vectors or row matrices. Sometimes a
Transpose matrices or vectors. That means that the 1st row becomes the
1st column, the 2nd row becomes 2nd column, etc. the symbol to indicate a
The matrix must be conform, they both must have the same number of
Example :
7x2 matrix
2
As an example, lets take a general 2x3 matrix multiplied by a 3x2 matrix,
so the answer will be a 2x2 matrix. 1st row of the matrix, multiplying down
the 1st column of the second matrix, element by element. Then we adding the
We do a similar process for the 1st row of the first matrix and the 2nd
column of the second matrix. The result is placed in position a12, etc.
3
Given the matrix
The determinant of A is
Take a matrix A
Det A=
numbers.
4
And also along the up diagonals
And finality is
1)(0)(2))
=43=1
Matriks
The determinant is :
Example :
= 6 (-54) - 1 +1 (36)
= -306
5
1.6 Inverse Matrix
identity matrix.
A3 3 identity matrix
A A-1= A-1 A = I
Inverse of 2 2 matrix
Example :
6
First, write down the entries the matrix A. In the other half of it,
-R1+R2
-R1+R2
-3R2+R1
-3R3+R1
So, that the left side of the double wide contains the identity, the
right hand side contains the invers. That is, the inverse of A is
7
1.7 Application of Determinant
a. Cramers Rule
For linier system Aaxax = b, if det (A) 0, then the system has the unique
solution.
columnof A by B
Example :
8
b. Areas
Triangle:
,
,
9
BIBLIOGRAPHY
Jeremy@hms.harvard.edu
10