Difference between revisions of "Gigih Putro Pratomo"
Gigih.putro (talk | contribs) |
Gigih.putro (talk | contribs) (→UAS Metode Numerik) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
== UAS Metode Numerik == | == UAS Metode Numerik == | ||
− | + | Link coding & ppt: [https://drive.google.com/drive/u/1/folders/1OETfsU8KAtEr2pLb0Mwh0ghlVKCInDtv] | |
− | + | Link video: [https://www.youtube.com/watch?v=0j-vFS2T7VU] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Link video: [ |
Latest revision as of 15:34, 29 May 2019
Contents
Tugas 2
Untuk pengkodingan program Python dengan persamaan "ax + by = c" dan "px + qy = r" maka tahap-tahapnya adalah sebagai berikut:
import numpy as np
A = np.array([
[a, b, c] ])
B = np.array([
[p, q, r] ])
print (a + b)
print (a - b)
Latihan Metode Gauss
Tugas Kekakuan Pegas
Tugas 6 Metode Numerik
Link Video [[1]]