January 12, 2014
Most of the concepts covered this week were review of the Classes section in CSC108, and I completed the given readings as well as Exercise 2: but some concepts are bugging me, and I will approach the course instructor or the lab TA about these.
With regards to the practice questions at the end of the reading: the answer to question 5 in 1.5 did not seem intuitive, so I attempted to write the code for it. I began with figuring out the geometric solution, as suggested, and with writing a Point and a Line class - I tried to use the given methods, like get_line_to, as well as new ones (intersection_point and right_bisector, written as a list of [slope, b]). I noticed redundancy in my code, so I tried to change the methods of my thinking. I have not resolved this problem yet.