
I will be using this thread to provide you guys "calculators" to CHECK your answers. You should solve all problems by hand and simply use this to make you are doing the work right.
Note: All calculators are .exe files. They are all coded with c++ by me. If you are interested in the code, I can provide it to you.
Triangle Solver: http://www.mediafire.com/?r1wtsmcfpmymp09
(Solves missing angles/sides given the information provided. The angle can be in radians or degrees.)
Polar Coordinates: http://www.mediafire.com/?f07f40m4336w568
(Converts point in Cartesian coordinates to point in Polar Coordinates.)
Vector calculator: http://www.mediafire.com/download.php?emc35i8lmcmt517 (still needs to be tested)
-dot product
-cross product
-magnitudes of each vector
-angle (combining vectors)
I will put more up here as I make them and get more time. I have some others, but I need to organize them first and see what they are. If you think you are getting answers that are correct and are different from mine, feel free to ask about it. It is possible that I overlooked a mistake in the code.
Also, here is the Geometry Calculator that Adam made: http://puu.sh/14kC4
It finds the following:
Circle - Circumference, Area
Triangle - Area
Rectangle - Area, Perimeter
Square - Area, Perimeter