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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.