Math 13
Multivariable Calculus
Last updated May 31, 2008 12:24:02 EDT
Announcements:
- Final exam is on Saturday, December 6, 8 - 11am in 102 Bradley
Material to be covered: Chapters 1-3, 5-7
One (2-sided) 8 1/2x11 inch crib sheet allowed
- End of term office hours are W 2:30 - 4, Th,F: 9-11, 2-4, 203 Choate House. For details, see
http://www.math.dartmouth.edu/~trs/frontmatter/office.html
- Maple versions of some examples from class
int(int(cos(x),y=0..cos(x)),x=0..Pi/2);
1/4 Pi
int(int(cos(x),x=0..arccos(y)),y=0..1);
1/4 Pi
Note the first one is dy dx and the second is dx dy
- Some examples of plotting. First one surface, then two:
plot3d(x^2+y^2,x=-3..3,y=-3..3);
plot3d({x^2+y^2,10-x^2 - 2*y^2},x=-3..3,y=-3..3);
The general syntax is
plot3d({f(x,y), g(x,y)}, x=a..b, y=c..d);
Thomas R. Shemanske
Last updated May 31, 2008 12:24:02 EDT