Home

Dual Enrollment Mth 113 at BulldogMath.com!
Precalculus Trigonometry - SSCC/SMHS

Mr. Cantlin's Classes - 2012-2013
Semester 2 Period 3

Course Syllabus:
Click below for a copy of the Mth 113 Syllabus in either Microsoft Word (.doc) or Adobe PDF (.pdf) format.
Class Videos:
There are 23 class lecture videos, produced by SSCC, that are required for the class. The associated video should be watched BEFORE the topic is covered in class. The videos are available on the SSCC Blackboard web site in in Microsoft Windows Media File (WMF) format. Reference the syllabus for a list of the videos and topics for which they are required. For the Dual Enrollment course, the videos are numbered V1 to V23 and are referred to in the syllabus and schedule as "V1" for video 1, "V2" for video 2, etc.

Class Notes and Assignments:
Class Notes and Assignments.

Javascript Programming:
If you want to experiment with Javascript Programming some links are provided below. You can start writing your code in Notepad which is built into every Windows computer. There are many free editors that are designed specifically for writing code however. A nice one is Notepad Plus Plus. And of course every keyword in Javascript has extensive explanations and examples on the internet.

Notepad Plus Plus - http://notepad-plus-plus.org/.

Your First Program - click here (adding 1, 2, 3...10).

Your Second Program - click here (see problem 76 on Page 236).

One of many Javascript resources - http://www.w3schools.com/js/default.asp

Interview with Brendan Eich the author of JavaScript.

Code Academy - free online classes at http://www.codecademy.com/learn

 
Python Programming:
If you want to experiment with Python Programming some links are provided below. There is an "IDE" built into the Python language download called IDLE. After you install Python to a Windows PC, the list of things you can run in the Python folder includes "IDLE". You need an IDE for Python, instead of just a code editor , so you can easily see the output of the code in the console. Python has support for complex numbers built-in.

Python Home - currently ver. 3.3.0 is the latest and is the one to download.

Port of Your Second Program to Add Two Vectors in Polar form -
(see problem 76 on Page 236). - click here.

txt version this Python program outputs to the console,
change txt extension back to py after downloaded,
then run it using your Python IDE or terminal program.

Interview with Guido van Rossum the author of Python.

Monty Python-Holy Hand Grenade.


Home