Class meets: MTWF 10:45am - 11:35am
Where: MWF: LCB 323, T: JWB 308
Textbook: Burden and Faires, Numerical Analysis, Thomson Brooks/Cole, ninth edition.
Prerequisites: Math 5610 or instructor's permission. Basic
Matlab programming.
Instructor: Fernando Guevara Vasquez
Office: LCB 212
Office hours: MTW 2pm-3pm or by appointment
Phone number: +1 801-581-7467
Email: fguevara(AT)math.utah.edu
(replace (AT) by @)
Homeworks 40%, Project 15%, Midterm 15%, Final 30%. Expect between 6 and 8 homeworks during the semester. Projects will be announced in class.
histogram for final (mean = 115.2) histogram for class grades
150 : * 110 :
140 : * 100 : *
130 : ** 90 : *******
120 : ***** 80 : ***
110 : ** 70 : ***
100 : 60 :
90 : ** 50 : **
80 : *
70 : *
grade scale:
A 91, A- 85,
B+ 79, B 73, B- 67,
C+ 61, C 55, C- 49,
D+ 43, D 37, D- 31,
E 0
rk4.m
).
midterm 1 partial grades 1
110 : **
100 : ** 100 : ****
90 : *** 90 : ****
80 : 80 : ****
70 : *** 70 : **
60 : **** 60 :
50 : 50 : *
40 : * 40 : *
30 :
20 : *
rk4.m
(from HW2) in the same directory.A = randn(n,n); A=A'*A;
(which will give a spd matrix with essentially probability 1).