Discuss Tweak It - Equation of Circle From 3 Points in the TI 83/84 forum on Dev Hardware. Tweak It - Equation of Circle From 3 Points Programming forum discussing coding and everything related to the well-known TI-83/83+/84/84+ graphing calculators for math and science. Creative ideas, helpful information and questions regarding applications are welcomed but no homework at all!
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
The ASP Free website provides in-depth information on the latest developer tools available from Microsoft. Our cadre of writers, highly experienced industry experts, reveals the best ways to use established technologies as well as new and emerging technologies. Our coverage of Microsoft's development and administration technologies is among the most respected in the IT industry today. .
Posts: 72
Time spent in forums: 13 h 33 m 45 sec
Reputation Power: 6
Tweak It - Equation of Circle From 3 Points
This program works great, but I offer it up for tweaks to make it better/prettier, etc.
Usually in a class with Conic Sections, you are required to write the equation of a circle in standard form that passes through 3 points. This involves plugging the 3 given ordered pairs into the general form for a circe (x^2 + y^2 +Dx +Ey +F=0) and then solving the system of resulting equations. This process can be lengthy.
This program allows the user to input the 3 points, then it inserts then into lists, converts the lists to a single matrix, uses rref() (reduced-row echlon form) to solve the system of equations and then completes the square, and finally spits out the center of the circle (H,K) and the R^2 for the standard form equation (x-H)^2 + (y-K)^2 = R^2
Posts: 37
Time spent in forums: 4 h 1 m 30 sec
Reputation Power: 1
Quote:
Originally Posted by MrLarkins
This program works great, but I offer it up for tweaks to make it better/prettier, etc.
Usually in a class with Conic Sections, you are required to write the equation of a circle in standard form that passes through 3 points. This involves plugging the 3 given ordered pairs into the general form for a circe (x^2 + y^2 +Dx +Ey +F=0) and then solving the system of resulting equations. This process can be lengthy.
This program allows the user to input the 3 points, then it inserts then into lists, converts the lists to a single matrix, uses rref() (reduced-row echlon form) to solve the system of equations and then completes the square, and finally spits out the center of the circle (H,K) and the R^2 for the standard form equation (x-H)^2 + (y-K)^2 = R^2
You don't really need the ClrList command, as storing to the lists as you do eliminates any aspects of the lists and recreates them from nothingness with the values you push into them.
Speaking of storing to the lists, you can easily do {1,1,1->L5 without needing the closing }. Same goes with storing back to the matrix. The -> token automatically closes that out for you.
And you don't need the ending " at the end of the Disp commands at the top. The ones at the bottom of your code needs them, however.
LOADING INFUSIONSOFTLOADING INFUSIONSOFT 1debug:overlay status: OFF overlay not displayed
overlay cookie defined: TI_CAMPAIGN_1012_D
OVERLAY COOKIE set:
status off