This is the first app that i made. It solves quadratic equations using the quadratic formula. To use it, just enter the values for a, b, and c, and press enter. It can give both real and complex solutions, but it may not reduce fractions in complex answers. For example: if you enter 1 for a, 4 for b and 5 for c, it will give the solutions
(-4-2i)/2 and (-4+2i)/2, but it can be reduced to -2-i and -2+i.
Update: version 1.01 - fixed a bug that made it so a decimal point cannot be entered after entering another number with a decimal point. (2/6/10)
Update: version 1.02 - prevents user from entering only ".", "-", and "-.". It will also now reduce fractions. (2/7/10)
Update: version 1.03 - fixed a rounding problem and made it so that a complex solution will always include a single + or - instead of +- or --. (2/11/10)
ccgame:
http://gideos.zoomshare.com/files/Quadratic.ccgame
source:
http://gideos.zoomshare.com/files/ZuneQuad.zip