Difference between revisions of "Gigih Putro Pratomo"
Gigih.putro (talk | contribs) |
Gigih.putro (talk | contribs) (→UAS Metode Numerik) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
print (a - b) | print (a - b) | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Latihan Metode Gauss == | ||
+ | [[File:Gigih_Putro_Pratomo_PR_Terjemahan_Gauss.png]] | ||
+ | |||
+ | |||
+ | == Tugas Kekakuan Pegas == | ||
+ | [[File:Step1.PNG]] | ||
+ | [[File:Step2.PNG]] | ||
+ | [[File:Runpegas.PNG]] | ||
+ | |||
+ | |||
+ | == Tugas 6 Metode Numerik == | ||
+ | [[File:Flowchart Tugas 5 Metnum.jpg]] | ||
+ | |||
+ | Link Video [[https://youtu.be/1se3qKILbOI]] | ||
+ | |||
+ | |||
+ | == 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] |
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]]