Javascript Algebra solver
So I created an algebra solver, I've done some more work on it recently that allows users to enter a much wider variety of equations into the boxes, and I've also discovered that it will quite happily solve the single variable case (with 1 equation), making it more useful than I originally intended. It will now also solve many quadratic equations as well, with some additional functionality I added today.
You can enter systems of equations such as:
2(a-2)+3a+3=13
2b+2+a=13
or
2(a-4)+(b+2c)+d=3(d-4)-3(a+2)+23
2a+(2b+4c)/2+3d/2=10/4
a+3b+c+d=20
a-b+c-d=10
etc... into the textarea, and it should solve all of these quite happily.
It will also solve quadratic equations such as:
x^2-6x+5=0
or the more complicated
2x^2-3(x-4)+3/4x-2x+(x-2)(2x+1)=3x^2-16
Please let me know if you spot any errors in the program.
Check it out here.
Popular content
- Gradient jQuery plugin (33,134)
- Modulo Arithmetic (8,980)
- Using Red 5 Flash media server with Drupal (5,876)
- Interactive Venn diagrams using JavaScript (5,478)
- Javascript Algebra solver (4,274)
- Histograms Online (4,167)
- Javascript Puzzle Creator (4,027)
- Creating Equations in Movable Type (3,971)
- Game of Life ported to Flash (3,872)
- Flash Compass (3,867)
- 1 of 13
- ››
Comments