Getting start with Sage. I tried a simply problem:
solve([(x-x1)^2 + (y-y1)^2 == (r+r1)^2, r)
Presumably the solution is +/- sqrt((x-x1)^2 + (y-y1)^2) - r1, but Sage never returns. Did I issue the right command?
1 | initial version |
Getting start with Sage. I tried a simply problem:
solve([(x-x1)^2 + (y-y1)^2 == (r+r1)^2, r)
Presumably the solution is +/- sqrt((x-x1)^2 + (y-y1)^2) - r1, but Sage never returns. Did I issue the right command?