Math 229, Calculus Computer Lab, Fall 2019

Final: Wednesday December 16th 2:30-4:25pm

W 2:30-4:25 1S-103

Section: 36386

Instructor: Joseph Maher
Office: 1S-222
Office hours: M 5:30-6:20, W 4:40-6:20
Webpage: http://www.math.csi.cuny.edu/~maher/teaching
Email: joseph.maher@csi.cuny.edu
Phone: (718) 982-3623

Important Dates (http://www.csi.cuny.edu/currentstudents/academiccalendars/)

Useful links:

Julia: There are a variety of ways of using Julia:

  • https://mybinder.org/v2/gh/mth229/229-projects/master (no persistent storage).

  • You can log in to the lab machines remotely (possible persistent storage if you save files to your network drive). When you log in, you need to choose the specialized lab 1S-108, as this is the only one with julia installed.

  • Install docker on your computer.

    • docker run -p 8888:8888 jverzani/mth229-julia will run a docker image with julia (non-persistent).

    • on linux, if you have a directory called ~/work then docker run -v ~/work:/home/jovyan/work -p 8888:8888 jverzani/mth229-julia will make the directory accessible from julia, so you can save things there.

  • julia is freely available so you can attempt to install it on your own machine. You will have to manually download the projects, instructions here.

Projects: There are 10 projects due in webworks.

The answers for each project shoudl be submitted via webworks. The easiest thing to do is probably just go to the webworks problems that you are working on and click on the binder link, this will launch a copy of julia in a browser window for you.

If you have a very slow internet connection, or want persistent storage, try one of the other methods for running julia.


You will sometimes need to upload pdfs of your written work to the webworks website. You may use a scanner, or your phone:

If the resulting file size is too big, try one of the following:


Tutoring links:


Project deadlines:

Project Deadline
1 Calculator Sep 9
2 Functions Sep 16
3 Graphing Sep 23
4 Zeros Sep 30
5 Limits Oct 7
6 Derivatives Oct 21
7 First and second derivatives Oct 28
8 Newton’s Method Nov 4
9 Extrema Nov 11
10 Integration Nov 18

Exams: There will a final exam at the end of the semester. You must take the final exam at the time scheduled by the university. You may not use a phone during exams.

  • Final: TBA

Grading: The course grade will be determined as follows: Projects 40%, in class quizzes 40% and Final 20%. You must pass the exams and quizzes to pass this course.

Help: Email is the best way to contact me. Come and see me during my office hours! Free math tutoring is also available (http://www.math.csi.cuny.edu/Students/Tutoring).

Attendance: Attendance is mandatory.

Disability policy: Qualified students with disabilities will be provided reasonable academic accommodations if determined eligible by the Office for Disability Services. Prior to granting disability accommodations in this course, the instructor must receive written verification of student’s eligibility from the Office of Disability Services, which is located in 1P-101. It is the student’s responsibility to initiate contact with the Office for Disability Services staff and to follow the established procedures for having the accommodation notice sent to the instructor.

Integrity policy: CUNY’s Academic Integrity Policy is available online at https://www.csi.cuny.edu/catalog/undergraduate/academic-policies.htm#o3518


Useful links:

Online graphing tool

Calculus.org

Calculus online tutorial

List of calculus formulas and theorems

Khan Academy

Patrick JMT


Random screenshots.