Difference between revisions of "Gigih Putro Pratomo"
Gigih.putro (talk | contribs) |
Gigih.putro (talk | contribs) |
||
Line 30: | Line 30: | ||
[[File:Step2.PNG]] | [[File:Step2.PNG]] | ||
[[File:Runpegas.PNG]] | [[File:Runpegas.PNG]] | ||
+ | |||
+ | |||
+ | == Tugas 6 Metode Numerik == | ||
+ | [[File:Flowchart Tugas 5 Metnum.jpg]] | ||
+ | |||
+ | Link Video [[https://youtu.be/1se3qKILbOI]] |
Revision as of 12:51, 20 March 2019
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]]