ELLIPSE COORDINATE CONVERTER - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: ELLIPSE COORDINATE CONVERTER (/thread-10316.html) |
ELLIPSE COORDINATE CONVERTER - BERNARD MICHAUD - 03-12-2018 08:49 PM The program will convert Degrees, Radian, Gradian, and (X,Y) Coord. Ellipse: Semi-major axis a=3, Semi-minor axis b=2, Angle = 68. Output: Degrees = 68. Radian = 1.18682389136 Gradian = 75.555555555 (X,Y) = (0.78024466255,1.93117330674) BM Note: If both axis are the same, a=2 and b=2 you have a circle and this program still works for both Circle and Ellipse. |