rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

Symbolic Center of Circle Calculation #3084

Closed rtoy closed 3 months ago

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 13:38:47 Created by *anonymous on 2008-08-03 19:35:06 Original: https://sourceforge.net/p/maxima/bugs/1469


(%i1) s: solve([(x-x0)^2+(y-y0)^2=r^2,(x-x1)^2+(y-y1)^2=r^2],[x,y]);s: solve([(x-x0)^2+(y-y0)^2=r^2,(x-x1)^2+(y-y1)^2=r^2],[x,y]); (%o1) [] (%i2)

Maxima uses up a lot of processing power and doesn't find the correct answer.

ftp://ftp.deltacompsys.com/public/NG/Mathcad%20-%20CenterOfCircleCalculations.pdf

Peter Nachtwey peter@deltamotion.com