Multivariable Calculus

Welcome to Math 201, Multivariable Calculus, this Spring 2014!

Course Information

Key Dates: (subject to change)

  • First Day of Class: January 27
  • First Exam: February 26
  • Second Exam: March 31
  • Third Exam: May 12
  • Last Day of Class: May 14
  • Final Exam: At the scheduled final exam time.

Multivariable Calculus links:

Succeeding in Math Class:

Mathematica Code snippets:

  • ContourPlot3D[ x^2 + y^2 - z^2/4 == 1, {x, -4, 4}, {y, -4, 4}, {z, -8, 8}, Axes -> True, PlotRange -> All, AxesLabel -> {"x", "y", "z"}]