Last Updated: April 1, 2020
AssignmentsThere are nine assignments. While the points for each problem are noted on the assignment, 20% of the mark will be awarded for presentation. Thus, your writeups should be clear, concise, and easy to understand. Note that it is NOT the case that each assignment is worth 7.5% of your grade; instead, the sum of the points on all nine assignments is worth 60% of your grade.The assignments are TENTATIVELY due on the following days; once a due date is finalized, it will say (finalized) after the due date. Unfinalized due dates might be moved earlier or later in the term; finalized due dates will not be moved to earlier in the term.
![]() Note that the instructor may add additional problems to any of these assignments. Such additional problems would be distributed at the lectures. Late assignments are accepted up until the lecture in which I discuss the assignment (usually the lecture following the due date). However, a penalty of 1 point per day late will be assessed.
Linedraw - fltk1.3linedraw-fltk.zip
Install fltk1.3 (you may use fltk1.1 if you prefer) See README for compiling instructions. Note: Linedraw uses int's for the coordinates of points (since it gets int's from fltk). However, algorithms like de Casteljau's algorithm will require using floating point computations. Linedraw - Python3 versionFor python3 (although possibly it works with python2): linedraw.py. Note that you must also install matplotlib.![]() ![]() The above are the figures from Farin, pg 153, with one difference: in Farin's book, he only shows two of the basis functions, while in these images, all of the basis functions are displayed. Your images should look more like the ones here than the ones in Farin's book. |