Math 251 -- Spring 2000

Information about the history of the course is availble here.

Instructions for use of Maple in Math 251: *** html version, ***Adobe Acrobat version

Maple Labs

Use of the Maple Symbolic Manipulation System is part of this course.  One class early in the semester will be held in a computer laboratory rather than the regular classroom. Generally, the first recitation class that follows a lecture is used, with the class rescheduled to a lab on the same campus.  The evening sections do not plan to use Maple at this time, so Sections 13, 14, and 15 have been omitted from the table.  Here is the schedule:
 
Sect. Day Period Date Location
1 T 1 1/25/2000 ARC-119
2 T 2 1/25/2000 ARC-119
3 T 3 1/25/2000 ARC-119
4 W 1 1/19/2000 ARC-119
5 W 2 1/19/2000 ARC-119
6 W 3 1/19/2000 ARC-119
7 W 3 1/19/2000 ARC-118
8 W 4 1/19/2000 ARC-118
9 W 5 1/19/2000 ARC-118
10 Th 4 1/20/2000 LOR-007 (Loree)
11 Th 5 1/20/2000 LOR-007
12 Th 6 1/20/2000 LOR-007

For more information about these computer laboratories, visit this page for Busch Campus (ARC), or the link in the table for the other campuses.

Here are copies of the labs used in recent semesters. The assignment in your section may be different, so it is advisable to follow the schedule set by your instructor.

Problem 4 of lab 0 asks for a graph of xx and suggests using a small positive value as the left end of the domain instead of the intended value of zero. This problem was designed for earlier versions of Maple that automatically substituted the correct limit at zero, but release 5 insists that the function is undefined at zero and returns an error. The instruction
plot(piecewise(x>0,x^x,0),x=0..1,discont=true)
will do this automatically. If you omit the discont=true option, there will be an additional line from (0,0) to (0,1). Other experiments with this are encouraged. Use Maple Help for more information about the features used in this example.


Maple Lab seed files.

Your browser should ask where you want to save the file when you click on one of the items below; if your browser shows you the file as text, use the SaveAs item on the file menu to save a local copy. A shortcut is to select the file using shift-click. This gives you your very own copy of the file which you can open in Maple. You can rename the file if you wish, but you should keep the mws extension.

 The Save command in Maple will replace the file opened by Maple with the current contents of your worksheet. If you want to save several generations of your work, use the SaveAs command to save the current worksheet under a new name.

  • Lab 0.
  • Lab 1.
  • Lab 2.



  • Comments on this page should be sent to: bumby@math.rutgers.edu Last updated February 23, 2000.