(4/30/2009) SPRING 2009

HANDOUTS



Here is a "doc" file with answers to Examination IV
Here is a PDF file giving information about Complex Numbers taken from our text.
Here is a "doc" file with answers to Examination III
Here is a PowerPoint (ppt) file giving information about Spherical Coordinates for use in Sections 11.7 and 14.7.
Here is a "doc" file with answers to Examination II

Here is a "doc" file with answers to Examination I

MATLAB code for S11.6P818#26

[x,y]=meshgrid(-3:0.1:3);
z=(x.^2-y.^2)/3;
mesh(x,y,z)
title('S11.6P818#26')
xlabel('x')
ylabel('y')

Here is a PowerPoint (ppt) file giving the plot for S11.6P818#26
Here is a PowerPoint (ppt) file giving information about Rotation of Axes for use in Section 10.1.
Here is a "doc" file with answers to Quiz Zero
reminder: This quiz was diagnostic and does not count against your final grade.