Difference between revisions of "Gigih Putro Pratomo"

From ccitonlinewiki
Jump to: navigation, search
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]]

Revision as of 06:18, 13 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

Gigih Putro Pratomo PR Terjemahan Gauss.png


Tugas Kekakuan Pegas

Step1.PNG Step2.PNG Runpegas.PNG