Ask HN: I am building a step-by-step equation solver to learn how math works
I am an average programmer who used to have trouble understanding how math worked. According to Donald Knuth, science is knowledge that is understood so well that it can be taught to a computer. So, I decided to write a program that solves elementary algebra equations step-by-step the way humans typically do to fully understand the process. This turned out to be a very effective way to learn math because I now understand how elementary algebra works, and I am no longer intimidated by more advanced mathematics.
My question is, would enough programmers be interested in learning how math works using this approach to make it worthwhile for me to create educational materials that are based on it?
13 comments
[ 2.8 ms ] story [ 44.7 ms ] threadhttps://www.youtube.com/watch?v=cy6bwNBkAK0
http://patternmatics.org/temp_1/mathfuture/
The other lessons explain some of the concepts used in lesson 6.
This is like the explain command in databases.
This is like the explain command in databases.
There is wolframalpha, the computational knowledge engine. Provides maple core functionality and behaves more like a search engine.
If you do this for your own learning experience, that's awesome. As a business, you would have to be really good at a lot of very deep math to compete on that level.
It's cool that you made it, but whether you decide to do anything else with it depends on what your goals are.
And Mathematica of course does everything Wolfram|Alpha can.