Programming Experiments

These are some experiments I've made in using the computer to enhance math understanding. Or to give me some programming practice. Or both. Or whatever.


Matrix row operations (php with MathJax)


Illustrating the Simplex Method (javascript)

So far I've only handled standard maximum problems without anomalies.
(Problems are from whatever Finite Mathematics text we were using at the time.)

Click here to check it out.


Pythagorean Triples (javascript)

Since sometime in Junior High, I've had a fascination with sets of integers that can form the sides of a right triangle. Nothing earth-shattering here, but a little fun producing lots of triples.