Opened 5 years ago
Last modified 8 months ago
#23427 closed defect
intersection of hyperbolic geodesics is wrong — at Initial Version
Reported by: | vdelecroix | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.5 |
Component: | geometry | Keywords: | bug |
Cc: | jhonrubia6, slelievre | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The following geodesics do not intersect but Sage thinks they do
sage: UHP = HyperbolicPlane().UHP() sage: g1 = UHP.get_geodesic(2*QQbar.gen(), 5) sage: g2 = UHP.get_geodesic(-1/2, Infinity) sage: g1.intersection(g2) [Point in UHP -0.500000000000000? + 1.284523257866513?*I]
Note: See
TracTickets for help on using
tickets.