Hacker News new | ask | show | jobs
by Loic 1060 days ago
8th Grade or so in Germany, my son got a tricky system of linear equations to solve. I showed him how to solve it in Python and also explained him how to quickly go back to fractional notation instead of floats (0.133333... = 2/15).

As the teacher looked at the results, he said I should receive a Nobel for my work. As my son told me that, I had a very long sigh...

1 comments

Hah. That's quite funny.

I don't think you deserve a Nobel, but I do think that teaching your son to solve lots of different problems with algorithmic recursion is going to help him much more in life than memorizing the way to solve one problem on a math test.

I don't think I ever understood math except where it was logical, within the bounds of what I could deduce. But when I learned to write recursive algorithms, that capacity for deduction expanded exponentially.

I'm not really sure what the difference is, at least at the high school level between writing algorithms and doing math.

(Eventually math switchs much more to be about proving things [inb4 someone yells howard-curry], but that is more mid-undergrad degree.)