Matrices
Matrices
Matrices
Content
Definition of Matrix
Types of Matrix
Operations on matrices
Transpose of matrix
Elementary Operations(Transformation) of
Matrix
Matrix
Definition:-
Matrix is an Ordered rectangular arrays of any
numbers(Real or Complex) or functions.The Numbers or
functions in a matrix is called “ELEMENT or ENTRIES “of the
matrix.
Matrix is the arrangement of any numbers or functions in
rows and columns to forms an reactangular arrays.
Note:-
(1) Matrix is Denoted by “CAPITAL LETTERS”.
(2) Horizontal line of elements is called “ROWS”
and Vertical line of elements is called “COLUMNS”.
EXAMPLE:-
A =
Order of Matrix:-
A matrix having m rows and n columns
is called “matrix of order m*n”.
EXAMPLE:-
A =
NOTE:-
Total Number of elements in a matrix =mn.
Types of Matrix
(1) Column Matrix:-
It has only one column and Number of rows.
EXAMPLE:-
EXAMPLE:-
(3) Rectangular matrix:-
Number of rows is not equal to the
number of columns.
(4) Square Matrix:-
Total Number of Rows=Total Number of Column.
[ ]
1 ⋯ 0
⋮ ⋱ ⋮
0 ⋯ 3
EXAMPLE:-
EXAMPLE:-
EXAMPLE:-
Equality of matrix:-
Let A &B are two Matrices of order m*n.Then, matrix A is equal
to matrix B if following conditions are satisfied:-
EXAMPLE:-
A = &B=
These two matrices are equal bcz they satisfied above conditions.
Some properties of Equality
Note:-
(1)Matrix addition or substraction is defined if the matrices of same sizes.
(2)If the matrices of different sizes cannot be added or substracted.
Commutative law:-
A-B=B-A
Matrices - Operations
Commutative Law:
A+B=B+A
Associative Law:
A + (B + C) = (A + B) + C = A + B + C
A B C
2x3 2x3 2x3
Matrices - Operations
A+0=0+A=A
A + (-A) = 0 (where –A is the matrix composed of –aij as elements)
Matrices - Operations
SCALAR MULTIPLICATION OF MATRICES
Properties:
• k (A + B) = kA + kB
• (k + g)A = kA + gA
• k(AB) = (kA)B = A(k)B
• k(gA) = (kg)A
Matrices - Operations
MULTIPLICATION OF MATRICES
A x B = Not possible!
(6x2) (6x3)
Example
A x B = C
(2x3) (3x2) (2x2)
Matrices - Operations
Remember also:
IA = A
Matrices - Operations
Assuming that matrices A, B and C are conformable for
the operations indicated, the following are true:
1. AI = IA = A
2. A(BC) = (AB)C = ABC - (associative law)
3. A(B+C) = AB + AC - (first distributive law)
4. (A+B)C = AC + BC - (second distributive law)
Caution!
1. AB not generally equal to BA, BA may not be conformable
2. If AB = 0, neither A nor B necessarily = 0
3. If AB = AC, B not necessarily = C
Matrices - Operations
AB not generally equal to BA, BA may not be
conformable
Matrices - Operations
If AB = 0, neither A nor B necessarily =
0
Matrices - Operations
TRANSPOSE OF A MATRIX
If :
2x3
2x3
3x2
Matrices - Operations
Properties of transposed matrices:
1. (A+B)T = AT + BT
2. (AB)T = BT AT
3. (kA)T = kAT
4. (AT)T = A
Matrices - Operations
1. (A+B)T = AT + BT
Matrices - Operations
(AB)T = BT AT
Matrices - Operations
SYMMETRIC MATRICES
A Square matrix is symmetric if it is equal to its
transpose:
A = AT
Matrices - Operations
Because:
Matrices - Operations
Properties of the inverse:
If
then
Matrices - Operations
If A = [A] is a single element (1x1), then the determinant is
defined as the value of the element
Then |A| =det A = a11
If A is (n x n), its determinant may be defined in terms of order
(n-1) or less.
Matrices - Operations
MINORS
If A is an n x n matrix and one row and one column are deleted,
the resulting matrix is an (n-1) x (n-1) submatrix of A.
The determinant of such a submatrix is called a minor of A and
is designated by mij , where i and j correspond to the deleted
row and column, respectively.
mij is the minor of the element aij in A.
Matrices - Operations
eg.
When the sum of a row number i and column j is even, cij = mij and
when i+j is odd, cij =-mij
Matrices - Operations
DETERMINANTS CONTINUED
Has cofactors :
And:
Example 2:
Matrices - Operations
ADJOINT MATRICES
Example:
If
The cofactor C of A is
Matrices - Operations
The adjoint matrix of A, denoted by adj A, is the transpose of its
cofactor matrix
Example:
Matrices - Operations
Matrices - Operations
USING THE ADJOINT MATRIX IN MATRIX INVERSION
Since
AA-1 = A-1 A = I
and
A(adj A) = (adjA) A = |A|
I
then
Matrices - Operations
Example
A=
The determinant of A is
|A| = (3)(-1-0)-(-1)(-2-0)+(1)(4-1) = -2
so
and
Matrices - Operations
The result can be checked using
AA-1 = A-1 A = I
Simple 2 x 2 case
Simple 2 x 2 case
Let
and
then
Simple 2 x 2 case
Multiplying gives
Check inverse
A-1 A=I
Matrices and Linear Equations
Linear Equations
Linear Equations
Linear equations are common and important for survey
problems
Matrices can be used to express these linear equations and
aid in the computation of unknown values
Example
n equations in n unknowns, the aij are numerical coefficients,
the bi are constants and the xj are unknowns
Linear Equations
The equations may be expressed in the form
AX = B
where
and
A-1 AX = A-1 B
Now since
A-1 A = I
We get
X = A-1 B
Therefore
Linear Equations
The values for the unknowns should be checked by substitution
back into the initial equations