Scripts

  • PHP Matrix class - I became incredibly bored one day, and this was the result…
  • Random Math Functions - I used parts of this for a report that I had to write. Includes a few combinatorial functions, a function to solve quadratic equations, and a modulus function that can handle negative numbers.
  • Quadratic Equation solver - A program that takes in put like: -x^2 + x + x 3x - 4 = - 4x + x^2 +15, arranges the terms in general form and then solves the quadratic. (Working copy) [needs rewriting]

Leave a Reply