Contoh Metode Bisection dengan Bahasa C_C++ ~ HDQ Basith Studio

download Contoh Metode Bisection dengan Bahasa C_C++ ~ HDQ Basith Studio

of 5

Transcript of Contoh Metode Bisection dengan Bahasa C_C++ ~ HDQ Basith Studio

Contoh Metode Bisection dengan Bahasa C/C++ ~ HDQ Basith Studio

skip to main | skip to sidebar Beranda Profil

Top of Form

Bottom of FormHDQ Basith Studio Tiada Rotan Akar pun Jadi Home Lirik Qashidah ShalawatSelasa, 17 April 2012Contoh Metode Bisection dengan Bahasa C/C++ 12.36 fahmil huda No comments Silahkan dicoba...

#include#include#includeint main(){ float m,x,y,i,g,Vo,yo,z1,z2,Hasil,pi,a,b; float Te1,Te2,Te3; pi=acos(-1);x=35;g=9.81;Vo=20;yo=2;printf("Program Bisection\ntan(sudut)*35-(9.81*35^2/(2*20*20*(cos(sudut))^2)+1=0\n\n");for (a=1;a