Right Triangle Tester ⊿ ================= This is a code example of a graphing utility in polar and rectangular orientation, solely based on plotting out right triangles! Pen Colors: Red, Blue, Green, Yellow, Orange, Purple, Pink, and Black Polar will be graphed using (r,θ ) r = radius, θ [theta] = degree turned Rectangular graphs using (x,y) x = horizontal distance, y = vertical It will tell you the following: - Quadrant (1, 2, 3, or 4) - Interior Angle (angle formed with x-axis) - Further Angle - Length of Hypotenuse You can access elements within this project to find: - Exact Angle Measures - Exact Length of X and Y (only if used in polar)
//This tool will hopefully come in handy if in an Honors Precalculus course or above, for it gives you all of the angle and side values for triangle. I plan on making a circle grapher fairly soon. Enjoy! Music: Lemonsoda - Ramune Code is all written by myself, contact me if you'd like to use it!