Viewing profile — tkosan
tkosan
HN member- Joined
- Tue, Jun 10, 2008, 3:35 AM UTC
- HN karma
- 34
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About tkosan
http://www.mathpiper.org/
My gmail address name is ted.kosan
Recent public activity
-
comment
Comment #20415623
“Fundamental Mathematics” fourth edition by Wade and Taylor is the best book I am aware of for learning mathematics from scratch.
-
comment
Comment #18206458
I am the main developer of the MathPiper CAS ( http://mathpiper.org ), and I forked it from the Yacas CAS in 2008. MathPiper is a rewriting system that is similar in design to Math…
-
comment
Comment #18204971
I am in the process of writing a step-by-step elementary algebra equation solver that solves these problems like a human does. One thing I have learned from this experience is a go…
-
comment
Comment #16782968
Doug Lenat (who started the Cyc project) says Cyc is the "last man standing" of the large logic-based AI projects. So I don't think any open-source projects that are similar to it …
-
comment
Comment #16768502
Cyc is used in the MathCraft application, which is currently in beta: http://www.cyc.com/mathcraft/ I don't think Google, Bing, Wolfram Alpha, or Siri can be used for applications …
-
comment
Comment #16761532
I spend 1-2 hours each day learning Cyc, and each day I see it do something new. For example, I just asked Cyc "Where did the 2012 Summer Olympics take place?" and this was its res…
-
comment
Comment #16761393
I have had access to the research version of Cyc ( http://www.cyc.com/ ) for over a year, and its capabilities are breathtaking. If aigrant.org had a subcommunity of people who wer…
-
comment
Comment #16708107
Use the Teensyduino software: https://www.pjrc.com/teensy/teensyduino.html
-
comment
Comment #14355763
I am the main developer of the MathPiper computer algebra system ( http://mathpiper.org ). I found that a great way to improve one's understanding of math is to learn how a compute…
-
comment
Comment #13424082
How well do you understand the kind of elementary algebra equation solving that is taught in high school? If you don't understand it well enough to write a program that can solve e…
-
comment
Comment #13414572
I am the main developer of the MathPiper open source computer algebra system ( http://mathpiper.org ). An effective kind of programming language to learn that will help you learn m…
-
comment
Comment #12848684
I am the main developer of the MathPiper computer algebra system. When students ask "when will I use algebra?" it is a symptom of a deeper problem, which is what they are being tau…
-
comment
Comment #12766685
I think new education systems that are based on software will eventually replace most teacher-based education systems. Not only do teachers not scale, most of them don't understand…
-
comment
Comment #12144638
The book “A Logical Approach to Discrete Math” by David Gries is excellent for learning math on a theoretical level, and for understanding proofs. I have found that writing softwar…
-
comment
Comment #12061321
No currently used step-by-step equation software I am aware of shows all of the steps (inferences) that are needed to solve an equation, and why it took those steps. For example, I…
-
comment
Comment #12059858
Is Maple able to show the steps a human would typically take to solve a given elementary algebra equation?
-
comment
Comment #12056234
Lesson 6 at the following website explains the fundamentals of how the solver works: http://patternmatics.org/temp_1/mathfuture/ The other lessons explain some of the concepts used…
-
comment
Comment #12055006
This video shows what I have working so far: https://www.youtube.com/watch?v=cy6bwNBkAK0
-
story
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 …
-
comment
Comment #11703145
I think teaching fundamental mathematics to programmers using ITS (Intelligent Tutoring System) technology is a very promising idea. For example, an ITS that is capable of doing st…
-
comment
Comment #11301572
Douglas Lenat recently gave the following talk at CMU about how Cyc works and its current capabilities: https://www.youtube.com/watch?v=4mv0nCS2mik
-
comment
Comment #10749851
In 1993 my wife and I had a son, and we decided to homeschool him. I took responsibility for my son’s mathematics education. I started by collecting hundreds of used math books (an…
-
comment
Comment #10449700
I am the lead developer of the open source MathPiper computer algebra system: http://mathpiper.org Does solving equations using the following manual step-by-step elementary algebra…
-
comment
Comment #8869119
I started learning how to program in Prolog a few years ago. I found Prolog to be very difficult to understand, mostly because I did not understand what symbolic logic was. I then …
-
comment
Comment #1450483
Steve Yegge has a blog post titled "Math For Programmers" which discusses this topic. Here is an excerpt from the post: "1. Math is a lot easier to pick up after you know how to pr…