GST 04111 Indices and Logarithm and Matrix - 093315
GST 04111 Indices and Logarithm and Matrix - 093315
4 3 1
− −
27 3 16 2 1 2
1. Evaluate (a) + − (b) 32 x − 3x +1 − 3x + 3 = 0 .
8 9 49
(c) log5 x = 16 log x 5 (d) log 3 x − 6 log x 3 = −1 (e) 4 x − 6(2 x ) − 16 = 0 (f) log2 5 log5 8
27 n + 2 − 6 3 3n +3
3. (a) Simplify
3n 9 n+2
(c) Solve for x and y for the following system of simultaneous equations
3 x+ y = 9
5 2 x −3 y
= 625
1
1. Matrix
Definition
A matrix is a rectangular array of numbers, letters or symbols. Matrices are always denoted
by upper cases and the entries inside the array are called elements that are uniquely
identified by their positions; such as i th row and j th column.
A matrix is said to be a column matrix (column vector) if it has only one column and several
row(s). While a matrix with only one row and several column(s) is called a row matrix (row
vector).
1
5 is a column matrix, while ( a11 a12 a1n ) is a row matrix.
−2
2 Matrix Operation
(a) Matrix addition (subtraction): The operation is defined if two or more matrices have
the same order or dimension.
Example
1 0 1 0 2 1 1 0
(i) Find the value of 2 3 4 5 + 2 − 7 0 5
1 4 8 4 4 5 3 9
5 0 4 1 5 − 2
(ii) −
1 − 3 2 7 2 5
(b) Matrix Multiplication
(i) Scalar Multiplication: Multiply each element in a matrix by a scalar
3 5 15 25
For example 5 =
1 4 5 20
2
(ii) Matrix Multiplication: Multiplication (product) of two matrices A and B is
defined if and only if the matrices are compatible, i.e., the number of columns
of first matrix should be equal to the number of rows of the second matrix.
1 −3 1 2
7
Example: 1. ( 2 − 3 4 ) 5 0 2. 3 4
−2 4 5 68
3 1 2 4 − 1 2
3.
5 1 7 3 1 3
3 5 1 0
4. If f ( x) = 2 x − 4 I , find f ( A) given A = , I =
1 4 0 1
2 7
3. Properties of Matrices
(i) Matrix addition is Commutative A + B = B + A
(ii) Matrix addition is Associative A + (B + C) = (A + B) + C
(iii) Matrix multiplication is not Commutative A B B A .
1 0
However, if I = , then AI = IA
0 1
3
(iii) A diagonal matrix is a square matrix A whose elements above and below the
leading (principal) diagonal are all zero, that is aij = 0 for all i j . [Hint:
Any identity matrix is a diagonal matrix]
3 0 0
For example, A = 0 9 0
0 0 7
−3 1 5 −3 1 5
Example A = 1 0 − 2 , AT = 1 0 − 2
5 −2 4 5 − 2 4
1 0 0
T1 = −2 3 0 → Lower Triangular Matrix
−1 5 2
Example
1 6 − 1
T2 = 0 2 3 → Upper Triangular Matrix
0 0 − 4
4
3 −6 2
1
Example A = 2 3 6
7
6 2 − 3
5. Trace of a matrix
If A is the square matrix, then the trace of A denoted by tr(A) is defined as the sum of
all entries in the main diagonal of A
3 − 6 2
Example A = 2 3 6 , tr ( A) = 3 + 3 + (−3) = 3
6 2 − 3
5 2
Example A = , det( A) = (5 4) − (1 2) = 18
1 4
1 4 − 2
Inverse of matrix A, A−1 =
18 −1 5
5
7. Determinant, Co-factor, and inverse of 3 x 3 Order of a Matrix
a11 a12 a13
Consider matrix A = a21 a22 a23
a31 a32 a33
Determinant of matrix A: This can be obtained by summing the products of aij Cij in any of
the rows or columns. For instance, using first row expansion, the determinant of A is:
3
det( A) = a11C11 + a12C12 + a13C13 = aij Cij
j =1
6
Adj ( A)
Inverse of a 3x3 Matrix: A−1 =
det( A)
Exercise
−1 − 1 2
1. Show that the matrix A = 1 3 − 4 is singular
1 2 − 3
1 1 1
2. Find the co-factor and adjoint matrix of A, where A = 2 1 − 1
3 − 1 − 2
x y x 6 4 x + y
3. (a) Find x, y, z and w if: 3 = + .
z w −1 2w z + w 3
(b) Use inverse matrix and Cramer’s methods to solve the system of linear equations:
1 2 3 x 6
2 1 1 y = 5
3 1 − 2 z 1
−5 10 8
(c) Evaluate the determinant of matrix A = 4 − 7 − 6
−3 6 5
2x − y = 3
(c) Use Cramer’s method to solve the following system of linear equations .
x + 3 y = 5
(d) Evaluate:
1 4 3
6 2 5 .
1 7 0
7
a11 = 1, a21 = 2, a31 = 3, a12 = 4, a22 = 5, a32 = 6 .
(c) Use Cramer’s rule to solve the following system of linear equations:
4 x − 2 y = 6
x + y = 3
(d) Use Inverse method to solve the following system of linear equations
4 x + 2 y + 3 z = 17
6 x + 5 y + 5 z = 31
x+ y+ z = 6
x ' 5 2 x
5. (a) The transformation = maps the triangle A(3, 2), B(7, 2), C(3, 8) onto
y ' 1 4 y
the triangle A ' B ' C ' . Find the coordinates of A ' , B ' , C ' and calculate the area of the
triangle A ' B ' C ' .
x ' 3 2 x
(b) The linear transformation is defined by = . (i) Find the image of (1, 0)
y ' 5 4 y
and (0, 1). (ii)Find the point whose image is (4, 6).
x −3 1 −1
(c) Solve the following equation − 7 x + 5 −1 = 0
−6 6 x−2