Math 370 Numerical Analysis Spring 2009

Buckmire

Blog

Notes

HW

Quizzes

Exams

Resources

Students

Project

 

 

 

 

 

 

 

 

 

 

Quizzes


QUIZZES (25 %)

There will be quizzes given every week. These quizzes will almost always be take-home, weekend quizzes given out on class on Friday to be handed in in class on Monday. They will consist of relatively simple homework problems which you work on by yourself and will be a way in which you can assure yourself you are keeping up with the course. The quiz, hints (and solutions) to the quiz will be posted on the web.

There may also be in-class quizzes and BONUS quizzes. Solutions to the quiz are found by clicking on the Quiz #.

#

Date Assigned Date Due Topic Hint

Group Quiz 2

Mon 04.13.09 Mon 04.13.09 Matlab and Approximation Theory You will probably need to draw a picture of the two curves in order to see where all the points of intersection lie in the plane. There are four. How would you get Matlab to plot these curves?

Quiz 5

Fri 03.20.09 Fri 03.13.09 Solving Nonlinear Systems of Equations Think about the difference between Jacobi's Method and Gauss-Seidel. You'll need the formula for the inverse of a 2x2 matrix [a b; c d] which is [d -b; -c a]*(1/(ad-bc))

Group Quiz 1

Fri 03.13.09 Mon 03.13.09 Matlab and Nonlinear Systems of Equations You will probably need to draw a picture of the two curves in order to see where all the points of intersection lie in the plane. There are four. How would you get Matlab to plot these curves?

Quiz 4

Fri 02.20.09 Mon 02.23.09 Lazy Newton's Method Think about the difference between Newton's Method and "Lazy" Newton's Method and what that would do to the visualization of what  a "fixed slope" method would look like.

BONUS
Quiz
2

Wed 02.13.09 Wed 02.18.09 MATLAB practice Think about the easiest way to generate and find the sum of the first 100 integers.

Quiz 3

Fri 02.13.09 Mon 02.18.09 Appreciating cubic convergence Always simplify the expression before you take the limit of the rational expression

Quiz 2

Fri 02.06.09 Mon 02.09.09 Rates of Convergence of Functions Think about the Taylor expansion of e^A (twice!)

BONUS
Quiz 1

Wed 1.28.09 Mon 02.02.09 Finite Precision Arithmetic Remember that you can never more than 5-digits (except for the error calculations in part 1(e))

Quiz 1

Fri 1.23.09 Mon 1.26.09 Binary Representation of Numbers