Difference between revisions of "Gigih Putro Pratomo"

From ccitonlinewiki
Jump to: navigation, search
(UAS Metode Numerik)
 
(6 intermediate revisions by the same user not shown)
Line 24: Line 24:
 
== Latihan Metode Gauss ==
 
== Latihan Metode Gauss ==
 
[[File:Gigih_Putro_Pratomo_PR_Terjemahan_Gauss.png]]
 
[[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

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

Gigih Putro Pratomo PR Terjemahan Gauss.png


Tugas Kekakuan Pegas

Step1.PNG Step2.PNG Runpegas.PNG


Tugas 6 Metode Numerik

Flowchart Tugas 5 Metnum.jpg

Link Video [[1]]


UAS Metode Numerik

Link coding & ppt: [2] Link video: [3]