ALE Intl 01
ALE Intl 01
ALE Intl 01
Topic : Matrices
Week : 1
1 Objectives
• Students able to explain the concept of special kinds of matrices
2 Summary of Theories
Definition 1 (Matrices)
A rectangular array of numbers is called a matrix .
The numbers in the matrix is called entries
8 8 0
Example 1 is a matrix.
−2 1 −3
Legino 15 Blora M
Example 2 P onirah 16 Solo F is not a matrix.
W agimin 15 Sragen M
1
Entry in matrix is symbolized by lower case of the matrix’s name and given
indices which indicate the row and column where the entry placed. For example,
a21 means entry of matrix A at row 2 and column 1.
There are special matrices that must be recognized, such as:
0 0 0 0
Example 4 0 0 0 0
0 0 0 0
2. Square matrices are matrices that has equal number of row and column.
In this matrices, we will find a main diagonal which contains entries
whose indices of row and column are equal, such as a11 , a22 , .. , ann
−2 7
Example 5
−1 1
−2 −3 0
Example 6 0 3 4
−5 0 −1
−2 0 0
Example 8 0 3 0
0 0 −1
2
4. Identity matrices are square matrices which have entries 1 in their main
diagonals and 0 elsewhere. We use notation In for identity matrix which
has order of n × n.
1 0 0 0
0 1 0 0
Example 9 I4 =
0 0 1 0
0 0 0 1
5. Symmetric matrices are square matrices which have properties aij = aji
for all i, j or can be said symmetry to the main diagonal.
2 1 −1 4
1 1 7 −2
Example 10
−1 7 −3 5
4 −2 5 0
6. Upper triangular matrices are square matrices whose entries below the
main diagonal are 0.
1 0 2 0
0 0 0 4
Example 11
0 0 4 1
0 0 0 2
3
a−b b+c 8 1
Example 13 Determine a, b, c, and d if =
c + 3d 2a − 4d 7 6
We know that the size of the matrices are equal, so by using the equality of
matrices definition, we have four equation for corresponding entries, which are:
a−b=8 (1)
b+c=1 (2)
c + 3d = 7 (3)
2a − 4d = 6 (4)
• Next, subtitute the value into equation (3) and (4) to find that c = 4 and
a = 5.
4
1. Matrix addition and subtraction only defined for matrix of equal
order. The addition/subtraction must be done between corresponding
entries. Let A = [aij ], B = [bij ]. Then, A ± B = [aij ± bij ]
2 1 3 1 1 −1
Example 14 Given A = and B = .
−1 2 0 2 0 6
2+1 1+1 3 + (−1) 3 2 2
Then A + B = =
−1 + 2 2 + 0 0+6 1 2 6
Example 16
Matrix A2×3 can be multiplied by matrix B3×4 resulting (AB)2×4 , but ma-
trix B3×4 cannot be multiplied by matrix A2×3 .
The product of row i of matrix Am×n and column j of matrix Bn×p will
P
be the entry ij of matrix AB and will follow the formula nk=1 aik bkj .
2 1 6 0
3 −1 2
Example 17 Let A = and B = 0 2 3 4 ,
0 1 4
−1 0 5 8
5
c11 c12 c13 c14
and suppose that matrix A × B, of order 2 × 4, is .
c21 c22 c23 c24
Then entry c13 , product of row I of matrix A and column III of matrix B,
is
6
h i
c13 = 3 −1 2 3 = 3 × 6 + (−1) × 3 + 2 × 5 = 25
5
and c24 , product of rowI of matrix A and column IV of matrix B, is
0
h i
c24 = 0 1 4 4 = 0 × 0 + 1 × 4 + 4 × 8 = 36
8
1. A + B = B + A
2. A + (B + C) = (A + B) + C
3. 0 + A = A
4. k(A + B) = kA + kB
1. IA = A = AI
2. (BC) = (AB)C
3. A(B + C) = AB + AC
6
2.2 Transpose of Matrix
Definition 3 (Transpose)
Transpose of matrix A, denoted by AT , is a matrix produced by exchanging the
rows and columns of a matrix A respectively. In other words, if Amn = [aij ],
then ATnm = [aji ]
1 2 3 1 −1
Example 18 Let A = 3 4 and B = 1 3 2 ,
5 6 −1 2 1
3 1 −1
1 3 5
then AT = and B T = 1 3 2
2 4 6
−1 2 1
If the sizes of the matrices are such that the stated operations can be performed,
then
1. (AT )T = A
2. (kA)T = kAT
3. (A + B)T = AT + B T
4. (AB)T = B T AT
3 Exercise
1. Suppose that matrices A, B, C, and D have the following sizes, orderly,
3 × 4, 4 × 3, 4 × 1, and 3 × 1. Determine which of the following operations
defined and find the size of matrices resulted by the operation.
(a) BA
7
(b) AC + D
(c) AB + B
(a) A + B
(b) A + C
(c) AB
(d) BA
(e) CD
(f) DC
(g) (3A)T
(h) D2 + 2D + I
(i) (B T − A)T
a b 3 −5 1 −1
3. Determine a, b, c, d if =
c d −1 2 2 0
1 0 5 2
4. Find A if 5A − = 3A −
2 3 6 1
1 2 1 5
5. Let A = and A = .
0 3 0 −2
5 4
(a) Find X as quick as possible such that AX =
−2 6
(b) Find quickly A.
8
6. Find matrixof 2 × 2 order A and B that
satisfy
1 −2 4 2
2A − 5B = , −2A + 6B = .
0 1 6 0
3 −2 7 6 −2 4
7. Let A = 6 5 4 and B = 0 1 3 . By using the row or
0 4 9 7 7 5
column needed for operations, determine:
11. Has been the equation (AB)2 = A2 B 2 always correct? If not, in what
condition the equation will be satisfied.