Aljabar Linier - Matriks
Aljabar Linier - Matriks
Aljabar Linier - Matriks
Algebra
Howard Anton
Copyright © 2010 by John Wiley & Sons,
Inc.
All rights reserved.
GOALS
• To introduce concepts in linear algebra,
and motivate theis use and importance
through fun and interesting problems and
applications
● Definition
1 A matrix is a rectangular
array of numbers. The numbers in
the array are called the entries of the
matrix.
• example of size 4 x 3
NOTATION
• Size of matrix : m x n
• The entry that occurs in row i and column j
of a matrix A will be denoted by ���
�11 �12 ⋯ �1�
�21 �22 ⋯ �2�
� = [��� ] =
⋮ ⋮ ⋮ ⋮
��1 ��2 ⋯ ���
NOTATION...Cont.
• Column Matrix : a matrix with only one column
Example : 2 x 1 matrix
• Row matrix : a matrix with only one row.
Example : 1 x 3 matrix
• Square Matrix : a matrix with the same number of rows
and columns
• Two matrices are defined to be equal if they have the
same size and their corresponding entries are equal.
Example : a = 1, b = 2, c = 3, and d = 4
• a matrix A with n rows and n columns is
called a square matrix of order n, and the
shaded entries a11, a22, ..., ann are said to
be on the main diagonal of A
Arithmetic of Matrices
●A + B: add the corresponding entries
of A and B
● A – B: subtract the corresponding
entries of B from those of A
● Matrices A and B must be of the
same size to be added or subtracted
● cA (scalar multiplication): multiply
each entry of A by the constant c
EXAMPLE MATRIX OPERATIONS
• Let A, B and C be matrices
• A+B
• A-C
Sifat Penjumlahan
Multiplication of Matrices
Scalar Multiples
• If A is any matrix and c is any scalar, them the product
cA is the matrix obtained by multiplying each entry of the
matix A by c. The matrix cA is said to be a scalar multiple
of A.
(��)�� = �(�)�� = ����
1
How 2A, (-1)B, 3
�
answer of example
sifat perkalian skalar
TRANSPOSES
a. D + E b. 2B - C c. -3(D+2E)
d. tr(D-3E) e. 4tr(7B) f. BT + 5CT
g. (CD)E h. tr(DET) i. (AB)C
j. (CTB)AT k. (4B)C + 2B l. (BAT - 2C)T
Gaussian Elimination and Gauss-Jordan Elimination
n mn matrix:
a11 a12 a13 a1n
a21 a22 a23 a2 n
a31 a32 a33 a3n m rows
a m1 am 2 am 3 amn
n columns
n Notes:
(1) Every entry aij in a matrix is a number.
(2) A matrix with m rows and n columns is said to be of size mn .
0 1 3 4
r12 1 2 0 3
1 2 0 3
2 3 4 1
0 1 3 4
2 3 4 1
2 4 6 2 r 1
( 12 )
1 2 3 1
1 3 3 0 1 3 3 0
5 2 1 2 5 2 1 2
1 2 4 3 r13( 2 ) 1 2 4 3
0 3 2 1 0 3 2 1
2 1 5 2 0 3 13 8
n Ex : Using elementary row operations to solve a system
Linear System Associated Elementary
Augemented Matrix Row Operation
x 2 y 3z 9 1 2 3 9
x 3y 4 1 3 0 4
2 x 5 y 5 z 17 2 5 5 17
1 2 3 9
0 r12(1) : (1) R1 R2 R2
1 3 5
2 5 5 17
1 2 3 9
0 1 3 5 r13( 2 ) : (2) R1 R3 R3
0 1 1 1
Associated Elementary
Linear System Augemented Matrix Row Operation
1 2 3 9
0 r23(1) : (1) R2 R3 R3
1 3 5
0 0 2 4
x 2 y 3z 9 1 2 3 9 1
( ) 1
0 1 3 5 r 2
: ( ) R3 R3
y 3z 5
3
2
z 2 0 0 1 2
x 1
y 1
z 2
n Row-echelon form:
n Reduced row-echelon form:
1 5 2 1 3 1 0 0 1
0 0 1 3 2 0 1 0 2
0 0 0 1 4 0 0 1 3
0 0 0 0 1 0 0 0 0
n Gaussian elimination:
The procedure for reducing a matrix to a row-echelon form.
n Gauss-Jordan elimination:
The procedure for reducing a matrix to a reduced row-echelon
form.
n Notes:
(1) Every matrix has an unique reduced row echelon form.
(2) A row-echelon form of a given matrix is not unique.
(Different sequences of row operations can produce
different row-echelon forms.)
n Ex: (Procedure of Gaussian elimination and Gauss-Jordan elimination)
Produce leading 1
0 0 2 0 8 12
r12 2 8 6 4 12 28
2 8 6 4 12 28 0 0 2 0
8 12
2 4 5 6 5 4 2 4 5 6 5 4
The first nonzero column
r32( 4 ) 1 4 3 2 0 2 1 4 0 2 0 8
0 0 r21(3)
1 0 0 2 0 0 1 0 0 2
0 0 0 0 1 2 0 0 0 0 1 2
n Ex : Solve a system by Gauss-Jordan elimination method
(only one solution)
x 2 y 3z 9
x 3y 4
2 x 5 y 5 z 17
Sol:
augmented matrix
1 2 3 9 r12(1) , r13( 2 ) 1 2 3 9 r23(1) 1 2 3 9
0
0
1 3 0 4 1 3 5 1 3 5
2 5 5 17 0 1 1 1 0 0 2 4
1
( ) ( 2) ( 3) ( 9 )
r
3
2
1 2 3 9 r
21 32 , r , r31 1 0 0 1 x 1
0 1 3 5 0 1 0 1 y 1
0 0 1 2 0 0 1 2 z 2
n Ex :Solve a system by Gauss-Jordan elimination method
(infinitely many solutions)
2 x1 4 x1 2 x3 0
3 x1 5 x2 1
Sol: augmented matrix
( 12 ) ( 3 ) ( 1) ( 2 )
r
2 4 2 0 1 12 2 , r , r , r21 1 0 5 2
3 5 0 1 0 1 3 1