บทความ

ex25

รูปภาพ

ex24

รูปภาพ
clear; clc; n=input("input number of period "); p=input("input Present value "); i=input("input interest rate in percent"); for j=n:n     f(j)=p*(1+(i/100))^j;     printf("Future value for each period..%.3f\n",f(j))     j=j+1; end

ex23

รูปภาพ
x=[.5 2 4 6] y=[0 2.7 8 9 ] plot2d(x,y,leg='Line of Best Fit') plot2d(x,y ,style=-2) xtitle('Data Analysis')

ex22

รูปภาพ

ex21

รูปภาพ
100 ลดลงที่ละ15 จนถึง0

EX 20

ไม่สามารถสร้างกราฟได้