I have finished my CSc 203.01 project and decided to upload it here for y'all. unlike the rest of my Java apps that I've uploaded here, this one makes use of several (more than 10, I'm sure) java packages. So I'm putting this one in a new thread because it's not nearly as n00bish as my other progs.
Oh yeah, what is it? It's a linear and quadratic equation solver. You can use it to check your work in math (don't use it to cheat please) or for scientific projects.
Also, I will write up another version of the QES. This one currently turns irrational numbers (like Square Root of 13) into approximations. While these aproximations aren't perfect, they are accurate enough for most applications (more accurate than your average desk-top calculator, actually).
All you need to run it is Java Runtime Enviroment 1.5/5.0 (JRE 1.5 and 5.0 are the same. Not sure why they went from 1.4 to 5.0...), which can be downloaded for free from http://java.sun.com/ , and how to get around your opperating system's command prompt system (ie, in windows, how to use the cd command. It's not hard; I learned how when I was 5). further doccumentation can be found in the zip. Oh yeah, and you need a program like winzip or winrar to open the .zip file, but... if you don't have that by now, then you fail at internet.
Teh link: http://www.midiverse.bassmanhost.com/homework/QES.zip
Enjoy! (I like feedback!)
Note1: for those of you who know how to run java apps already, main(String [] args) is located in WelcomeQES.class
Note2: Pretty please don't decompile the code, with cherries on top. The code is all mine, and I don't really mind if someone steals it (ok, maybe I do, just a little )... but if the source gets out onto the internet, there's a chance that I could get in major trouble with the CS department. None of us want that... right?