Quiz 1
Nomor 1
nomor 2
Error creating thumbnail: File with dimensions greater than 12.5 MP
coding nomor 2
import numpy as np
def diff_y (x,Y):
fungsi = x**2 - 4*y return (fungsi)
x=0 y=1 h=0.01 step_size -np.arange (0,0.03,h)
for t in step_size:
kl-diff_y (x,y) k2- diff_y ((x+0.5*h), (y+0.5*kl*h)) y-y+kl*h
print ('maka y(0.03) sama dengan', y)