HP Forums
(48) - Determine Circle From Three Given Points - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (48) - Determine Circle From Three Given Points (/thread-11047.html)



(48) - Determine Circle From Three Given Points - gerry_in_polo - 07-14-2018 02:30 AM

Enter three points as follows: X1 Y1 X2 Y2 X3 Y3 on the stack and run the program. The Circle's Center (Xc,Yc) and Radius will be given. Example: Enter 1 2 5 9 7 -3 on the stack and run the program. The result is (Xc,Yc) = (7.0645,3.1774) and Radius=6.1778.