After five years, I'm excited to say I've finished my PhD. I certainly learned a lot and met a lot of great people along the way.
One of the biggest lessons I learned was about myself: I need to say no more often. I continued to say yes, to side …
Caveat: I stopped using a Mac for my development machine way back in the fall of 2014. You probably shouldn't listen to me.
The first rule of using Python on any operating system: don't use system Python. The OS relies on that Python, including the packages …
Finding zeros of any old function is a common task, and using Newton's method is one of the best tools for carrying out this task. I've even written an old post that used this method.
However, Newton's method loses some of it's luster around repeated roots. Consider the iteration
While watching today's Seahawks-Vikings game, my wife asked:
How did the Seahawks score 9 points? Did they get a field goal and miss an extra point after a touchdown?
I had been head down coding and didn't know the answer. I quickly jotted down the possibilities (like solving the coin-change …