Sabtu, 10 Maret 2018

TUGAS 3 (4 FUNGSI POLINOMIAL)

4 fungsi Polinomial




Penyelesaian :
>> x=[-10:0.5:10];
>> y1=x.^4-12*x.^3+25*x+116;
>> y2=x.^4-25*x.^3+12*x.^2+36*x+40;
>> y3=x.^4+9*x.^3+70*x.^2+17*x-20;
>> y4=x.^4-15*x.^3-35*x.^2-20*x+13;
>> plot(x,y1);
>> hold on
>> plot(x,y2);
>> hold on
>> plot(x,y3);
>> hold on
>> plot(x,y4);
>> hold on
>> plot(x,y1,'r')
>> plot(x,y2,'g')
>> plot(x,y3,'m')
>> plot(x,y4,'b')
>> grid on
>> plot(x,y1,'*r')
>> plot(x,y2,'*g')
>> plot(x,y3,'*m')
>> plot(x,y4,'*b')
>> plot(x,y1,'*r')
>> plot(x,y2,'*g')
>> plot(x,y3,'*m')
>> plot(x,y4,'*b')


gambar 2c
Untuk lebih memahami lebih lanjut mengenai materi matematika komputasi, bisa mengunjungi

1 komentar:

  1. Casino, Atlantic City, NJ - MapYRO
    Find the best Casino, Atlantic City, NJ near Mohegan Sun 제천 출장마사지 Casino & Hotel. 영주 출장샵 Casino Resort in Atlantic City has 정읍 출장안마 a 김제 출장샵 AAA Four-Diamond rated 광주광역 출장안마 hotel with

    BalasHapus

TUGAS 6 (CARA MENCARI FAKTORIAL, PERMUTASI DAN KOMBINASI DENGAN MENGGUNAKAN MATLAB)

1.       Mencari Faktorial dengan Aplikasi Matlab  2.   Mencari Kombinasi dengan Aplikasi Matlab 1     3.    Men...