T=log10(n)
% n is the number of the intervals
[c,d]=polyfit(T,log10(err_lvl),1)
% err_lvl is the array of errors
set(axes,'fontsize',18)
hold on
plot(T,log10(err_lvl),'s');
err_fit=c(1)*T+c(2);
plot(T,err_fit);
xlabel('-log_{10} N');
ylabel('log_{10} err');
hold off
|
Time and Place: M. 16:10-18:00(每單週的週一); T. 15:10-17:00, Math Building 3175
(為了與王辰樹老師的seminar錯開, 週一上課日期預定為3/13, 3/27, 4/17, 5/1, 5/8, 5/22, 6/12)
Lecturer: Min-Hung Chen
Office: Math Building Rm. 404; Ph. 2757575 Ext 65127
e-mail: mhchen@math.ncku.edu.tw
Office Hours: by appointment.
Web: http://www.math.ncku.edu.tw/~mhchen
Grades will be based upon: In-class participation 10%, Homework 30% and Final Project (Oral presentation and 10-page report) 60%
Text: