This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Showing posts with label jajar genjang. Show all posts
Showing posts with label jajar genjang. Show all posts

Sunday, 21 April 2013

Matlab : program perhitungan bidang

disp ('silahkan pilih menu yang anda inginkan')
disp ('1. luas Persegi Panjang')
disp ('2. Volume balok')
disp ('3. Volume silinder')
disp ('4. volume bola')
disp ('5. luas permukaan kubus')
disp ('6. Luas Peermukaan krucut')
disp ('7. luas segitiga')
disp ('8. jajar genjang')
disp ('9. luas lingkaran')
disp ('10.luas trapesium')
disp ('11. mencari faktorial ')
disp ('12. mencari fpb ')
fprintf ('\n')
a = input ('silahkan pilih angka yang anda inginkan(1==>16)= \n ');
switch a
case 1
syms y t;
jawab = 'y';
while jawab == 'y' clc
disp (' Luas Persegi panjang')
x= input ('masukan panjang= ');
y= input ('masukan lebar= ');
w= x*y;
fprintf ('luas %.f\n',w);
jawab=input('apakah anda ingin melanjutkan ??y/t ' ,'s');
end
syms y t;
jawab = 't';
if jawab == 't'clc,m0208042
end