0% found this document useful (0 votes)
33 views17 pages

1 MATRIKS Operation Rev 0.4

This document discusses matrices and matrix operations. It begins by introducing systems of linear equations and representing them using matrices. It then defines common matrix types such as square, rectangular, row, and column matrices. It also defines some special matrices like zero, diagonal, identity, symmetric, and skew-symmetric matrices. The document goes on to explain common matrix operations like addition, scalar multiplication, matrix multiplication, and transpose. It also discusses the determinant, inverse, and Gauss-Jordan elimination method for finding the inverse of a matrix.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views17 pages

1 MATRIKS Operation Rev 0.4

This document discusses matrices and matrix operations. It begins by introducing systems of linear equations and representing them using matrices. It then defines common matrix types such as square, rectangular, row, and column matrices. It also defines some special matrices like zero, diagonal, identity, symmetric, and skew-symmetric matrices. The document goes on to explain common matrix operations like addition, scalar multiplication, matrix multiplication, and transpose. It also discusses the determinant, inverse, and Gauss-Jordan elimination method for finding the inverse of a matrix.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

ALJABAR MATRIK

Sistim persamaan simultan: Susunan matriks:


ax+by+cz=m a b c x m
dx+ey+fz =n d e f y = n
gx+hy+iz =p g h i z p

4x - y =0 4 -1 0 x 0
2x+5y-3z =0 2 5 -3 y = 0
y+ z =1 0 1 1 z 1
ALJABAR MATRIK
SIMBOL UMUM MATRIKS:
a11 a12 ... a1n

[A]mxn = [aij]mxn =
a21 a22 ... a2n
... ... ... ...
A : nama matrik am1 am2 ... amn
m : jumlah baris
n : jumlah kolom mxn : Ordo atau ukuran matriks
aij : elemen matrik A pada baris ke i (i = 1 s/d m) kolom ke j (j =
1 s/d n)
BENTUK BENTUK MATRIKS:
Matrik Persegi: 4 -1 0
matrik dengan m > 1 dan n > 1 serta m ≠ n [A]2x3 =
2 5 -3
1 2 3
Matrik Bujur Sangkar:
matrik dengan m = n [A]3x3 = 4 5 6
7 8 9
ALJABAR MATRIK
BENTUK BENTUK MATRIKS:
Matrik Persegi: 4 -1 0
matrik dengan m > 1 dan n > 1 serta m ≠ n [A]2x3 =
2 5 -3
1 2 3
Matrik Bujur Sangkar:
matrik dengan m = n [A]3x3 = 4 5 6
7 8 9

Matrik Baris:
matrik dengan m = 1 dan n > 1 A 1x4 = 1 3 5 7

Matrik Kolom:
1
matrik dengan m > 1 dan n = 1 {A}3x1 = 7
9
ALJABAR MATRIK
JENIS MATRIKS:
Matrik Kosong (nol): [0] 0 0 0
mxn
matrik dengan aij = 0
0 0 0

Matrik Diagonal: 1 0 0 0
matrik bujur sangkar dengan 0 3 0 0
aij = 0 pada i ≠ j 0 0 5 0
0 0 0 2

Matrik Satuan/Unit/Identitas: 1 0 0 0
matrik bujur sangkar dengan [I]mxn 0 1 0 0
aij = 0 pada i ≠ j dan 0 0 1 0
aij = 1 pada i = j 0 0 0 1

Matrik Simetri: 1 2 3
matrik bujur sangkar dengan 2 0 5
aij = aji 3 5 7
ALJABAR MATRIK
JENIS MATRIKS:

 Matrik Skew-simetri: 1 -2 -3
matrik bujur sangkar dengan 2 0 5
aij = - aji 3 -5 7
ALJABAR MATRIK
OPERASI MATRIKS:

 Penjumlahan [A]mxn + [B]pxq = [C]sxt


[aij]mxn + [bij]pxq = [cij]sxt dimana cij = aij + bij
syarat: ukuran matrik sama → m = p dan n = q
sehingga s = m = p dan t = n = q
sifat: ~ kumulatif → [A] + [B] = [B] + [A]
~ asosiatif → [A] + [B] + [C] = ([A] + [B]) + [C] = [A] + ([B] + [C])
= ([A] + [C]) + [B]

2 1 2 1 2 0 2+1 1+2 2+0 3 3 2


+ = =
3 2 1 0 3 1 3+0 2+3 1+1 3 5 2
ALJABAR MATRIK
OPERASI MATRIKS:

 Perkalian dengan skalar: [A]mxn x k = [D]mxn


[aij]mxn x k = [dij]sxt dimana dij = k aij

1 2 -1 1 (-3) 2 (-3) -1 (-3) -3 -6 3


(-3) = =
2 -3 2 2 (-3) -3 (-3) 2 (-3) -6 9 -6

Perkalian dengan matriks: [A]mxn x [B]pxq


Syarat : p = n → [A]mxn x [B]nxq = [C]mxq

[aij]mxn x [bjk]nxq = [cik]mxq


n
dengan cik = ∑ aij bjk
j=1
ALJABAR MATRIK
OPERASI MATRIKS:

 Perkalian dengan matriks: [A]mxn x [B]pxq


Syarat : p = n → [A]mxn x [B]nxq = [C]mxq

[aij]mxn x [bjk]nxq = [cik]mxq


n
dengan cik = ∑ aij bjk
j=1
sifat: [A][B] ≠ [B][A]
[A]([B]+[C]) = [A][B]+[A][C]
([A]+[B])[C] = [A][C]+[B][C]
[A]([B][C]) = ([A][B])[C]
ALJABAR MATRIK
OPERASI MATRIKS:

 Perkalian dengan matriks: [A]mxn x [B]pxq


Syarat : p = n → [A]mxn x [B]nxq = [C]mxq

[aij]mxn x [bjk]nxq = [cik]mxq


n
dengan cik = ∑ aij bjk
j=1
-1 -2 -3 -4
1 2 3
-5 -6 7 8
4 5 6
2x3 9 10 11 12 3x4

1(-1)+2(-5)+3(9) 1(-2)+2(-6)+3(10) 1(-3)+2(7)+3(11) 1(-4)+2(8)+3(12)


=
4(-1)+5(-5)+6(9) 4(-2)+5(-6)+6(10) 4(-3)+5(7)+6(11) 4(-4)+5(8)+6(12)

16 16 44 48
=
25 22 89 96
2x4
ALJABAR MATRIK

OPERASI MATRIKS:

 Transpose matriks:
Transpose matrik [A]mxn adalah: [A]mxn
T
= [B]nxm
dengan aij = bji dan i = 1, 2, ..., m serta j = 1, 2, ..., n

sifat: ([A]T) T = [A]


(k [A]T) T = k [A]
([A]+[B]) T = [A] T + [B] T
([A][B]) T = [A] T [B] T

Jika: [A] = [A]T maka [A] adalah matrik simetris


[A] = - [A]T maka [A] adalah matrik anti-simetris
- [A] [A]T = [B] maka [B] adalah matrik simetris
ALJABAR MATRIK
OPERASI MATRIKS:

 Determinan:
Determinan [A] = |A | dengan syarat [A] matrik bujur sangkar
Untuk matrik berukuran 2 x2 dan 3x3 dapat diperoleh dengan metode:

a11 a12
[A] = → |A | = a11 a22 - a12 a21
a21 a22

b11 b12 b13


[B] = b21 b22 b23 → |B | = b11 K11 + b12 K12 + b13 K13
b31 b32 b33

Kij = kofaktor bij → Kij = (-1)i+j Mij Dengan Mij = minor bij
ALJABAR MATRIK

b11 b12 b13


[B] = b21c b22 b23 → |B | = b11 K11 + b12 K12 + b13 K13
b31 b32 b33

Kij = kofaktor bij → Kij = (-1)i+j Mij Dengan Mij = minor bij

b11 b12 b13 b22 b23


[B] =b21 b22 b23 Minor b = b22 b23 dibaca det
11 b32 b33
b31 b32 b33 b32 b33

sehingga
b22 b23 b21 b23 b21 b22
|B | = b11 (-1)1+1 b32 b33 + b12 (-1)1+2 b31 b33 + b13 (-1)1+3 b31 b32
ALJABAR MATRIK
OPERASI MATRIKS:

 Invers Matrik:
[A] adalah matrik bujur sangkar, invers matrik [A] = [A]-1
dengan syarat |A | ≠ 0
sifat: jika [A] dan [B] matrik bujur sangkar, dan [I] matrik identitas,
maka [A] invers dari [B] dan [B] invers dari [A]
[A][B] = [I] = [B][A]

1 d -b jika a b
[A] = c d
Det[A] -c a

Jika ukurna matrix lebih dari 2 x 2 makaa digunakan metode Gauss-


Jordan
ALJABAR MATRIK
OPERASI MATRIKS:
 Invers Matrik: Metode Gauss-Jordan
agar A11 nilai nya l , maka seluruh baris l dibagi dengan nilai A11

3 2 0 1 0 0 1 2/3 0 1/3 0 0
Baris I /3
-1 -2 4 0 1 0 ―――→ -1 -2 4 0 1 0
2 -1 -3 0 0 1 2 -1 -3 0 0 1

Baris II - baris I Agar nilai A21 sedemikian rupa menjadi 0 dengan menggunakan baris yang
sudah dimodifikasi (baris I), Caranya: Baris II -A21xBaris I (modifikasi)
A21 × Baris 1  -1 ×[1 2/3 0 1/3 0 0 ] = [-1 -2/3 0 -1/3 0 0]

Baris III – A31baris I Agar nilai A31 sedemikian rupa menjadi 0 dengan menggunakan baris yang
sudah dimodifikasi (baris I), Caranya: Baris III – A31 x Baris I

A31 × Baris 1  2 ×[1 2/3 0 1/3 0 0 ] = [2 4/3 0 2/3 0 0]


ALJABAR MATRIK
OPERASI MATRIKS:
 Invers Matrik: Metode Gauss-Jordan

3 2 0 1 0 0 1 2/3 0 1/3 0 0
Baris I /3
-1 -2 4 0 1 0 ―――→ -1 -2 4 0 1 0
2 -1 -3 0 0 1 2 -1 -3 0 0 1

1 2/3 0 1/3 0 0
Baris II - A21baris I  [-1 -2 4 0 1 0 ] - [-1 -2/3 0 -1/3 0→0]0 - 4/3 4 1/3 1 0
Baris III – A31 × baris I  [2 -1 -3 0 0 1] - [2 4/3 0 2/3 0 0 - 7/3 -3 - 2/3 0 1
0] 
ALJABAR MATRIK
OPERASI MATRIKS:
 Invers Matrik: Metode Gauss-Jordan

1 2/3 0 1/3 0 0 1 2/3 0 1/3 0 0


0 - 4/3 4 1/3 1 Baris II : (- 4/3) - 1/4 - 3/4 0
0 0 1 -3
―――→
0 - 7/3 -3 - 2/3 0 1 0 - 7/3 -3 - 2/3 0 1

Dilakukan agar A22 nilai nya l , maka seluruh baris II dibagi dengan nilai A22

Baris I – A12 brs II 1/2 1/2 0


1 2/3 0 1/3 0 0 ―――――→ 1 0 2
0 1 -3 - 1/4 - 3/4 0 0 1 -3 - 1/4 - 3/4 0
Baris III – A32 brs II 0 0 -10 - 5/4 - 7/4 1
0 - 7/3 -3 - 2/3 0 1 ―――――→

Agar nilai A12 sedemikian rupa menjadi 0 dengan menggunakan baris yang sudah dimodifikasi
(baris II), Caranya: Baris I - A12xBaris II

Agar nilai A32 sedemikian rupa menjadi 0 dengan menggunakan baris yang sudah dimodifikasi
(baris II), Caranya: Baris III - A32 x Baris II
ALJABAR MATRIK

1/2 1/2 0 1 0 2 1/2 1/2 0


1 0 2
0 1 -3 - 1/4 - 3/4 0 0 1 -3 - 1/4 - 3/4 0
- 5/4 - 7/4 1 Baris III / (-10)
0 0 -10 ――――→ 0 0 1 1/8 7/40 - 1/10

Dilakukan agar A33 nilai nya l , maka seluruh baris III dibagi dengan nilai A33

0 Baris I – A III 1 0 0
1 0 2 1/2 1/2 ―――→
13 1/4 3/20 1/5
0 1 -3 - 1/4 - 3/4 0 Baris II – A23 III 0 1 0 - 1/8 - 9/40 - 3/10
――→
0 0 1 1/8 7/40 - 1/10 0 0 1 1/8 7/40 - 1/10

Baris I - 2xbaris III Agar nilai A13 sedemikian rupa menjadi 0 dengan menggunakan baris yang
sudah dimodifikasi (baris III), Caranya: Baris I - A13xBaris III
Baris II + (3)x baris III Agar nilai A23 sedemikian rupa menjadi 0 dengan menggunakan baris
yang sudah dimodifikasi (baris II), Caranya: Baris III - A23 x Baris III

1/4 3/20 1/5


- 1/8 - 9/40 - 3/10 = [A]-1
1/8 7/40 - 1/10

You might also like