Difference between revisions of "Gigih Putro Pratomo"

From ccitonlinewiki
Jump to: navigation, search
(UAS Metode Numerik)
 
(4 intermediate revisions by the same user not shown)
Line 36: Line 36:
  
 
Link Video [[https://youtu.be/1se3qKILbOI]]
 
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]