#9439: hyperbolic geometry
------------------------------------------------------------------------------+
       Reporter:  vdelecroix                                                  | 
        Owner:  vdelecroix  
           Type:  enhancement                                                 | 
       Status:  new         
       Priority:  major                                                       | 
    Milestone:  sage-5.9    
      Component:  geometry                                                    | 
   Resolution:              
       Keywords:  hyperbolic geometry, Poincare disc, upper half plane, sd35  | 
  Work issues:              
Report Upstream:  N/A                                                         | 
    Reviewers:  Johan Bosman
        Authors:  Vincent Delecroix, Martin Raum                              | 
    Merged in:              
   Dependencies:                                                              | 
     Stopgaps:              
------------------------------------------------------------------------------+
Description changed by chapoton:

Old description:

> Implementation of two conformal models of hyperbolic geometry (half
> plane, disc) and actions of their isometry groups.
>
> The actual file is almost complete for working with the hyperbolic plane
> as the following will plot a hyperbolic triangle
> {{{
> sage: HH
> Hyperbolic half plane
> sage: HH(0)
> Boundary point 0
> sage: p = HH.polygon([CC(0), CC(1), CC(2,2)])
> sage: p.plot(face_color='red').show(aspect_ratio=1)
> }}}
> There are more examples in the file.
>
> Apply:
> * [attachment:trac_9439-hyperbolic_geometry.patch]

New description:

 Implementation of two conformal models of hyperbolic geometry (half plane,
 disc) and actions of their isometry groups.

 The actual file is almost complete for working with the hyperbolic plane
 as the following will plot a hyperbolic triangle
 {{{
 sage: HH
 Hyperbolic half plane
 sage: HH(0)
 Boundary point 0
 sage: p = HH.polygon([CC(0), CC(1), CC(2,2)])
 sage: p.plot(face_color='red').show(aspect_ratio=1)
 }}}
 There are more examples in the file.

 Apply:
 * [attachment:trac_9439-hyperbolic_geometry.patch]
 * [attachment:trac_9439-hyperbolic_geometry_review_fc.patch]

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9439#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to