Changes between Version 9 and Version 10 of Ticket #15703
- Timestamp:
- 04/09/14 06:47:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15703
-
Property
Authors
changed from
to
Jean-Philippe Labbé, Vivien Ripoll
-
Property
Reviewers
changed from
to
Nicolas M. Thiéry
-
Property
Authors
changed from
-
Ticket #15703 – Description
v9 v10 2 2 3 3 * Experiment with the infrastructure scales and benchmark 4 5 4 - Build by hand an interesting dynkin diagram. 6 5 - Shoot straight at producing a nice plot with a bunch of limit roots. … … 13 12 14 13 * CoxegerGraph 15 16 14 - Create a class similar to DynkinDiagram 17 15 Starter: an edge-labeled graph. … … 21 19 22 20 * Update DynkinDiagram to support non crystallographic case: 23 24 21 - Add an argument base_ring to the constructor 25 22 - Add a method base_ring … … 38 35 - Add a base ring argument to the constructor 39 36 - Update is_crystallographic 40 - Decide on the semantic of crystallographic (symmetrizable or41 not?), and if possibly add an is_... method to decide whether the42 entries are integral or not.43 37 - Update is_affine 44 38 - Update is_finite … … 46 40 47 41 * CartanType 48 - Possibly update to accept appropriate data to build a 49 CoxeterDiagram 42 - Possibly update to accept appropriate data to build a CoxeterDiagram (e.g. a matrix) 43 - Add a base_ring method? 44 - Decide on the semantic of is_crystallographic (symmetrizable or 45 not?), and if possibly add an is_... method to decide whether the 46 entries are integral or not. 47 - Provide a dynkin_diagram method that builds the Dynkin diagram 48 from the Coxeter diagram when available 49 - Test: H_3 and friends should have a working dynkin_diagram method 50 50 51 51 * RootSystem 52 53 52 - Decide on the meaning of root_lattice: either disable it in the 54 53 non integral case, or have it be the span of the roots over the … … 56 55 57 56 * RootLatticeRealizations: 58 59 57 - Feed this to RootSystem, and check that the root space and weight 60 58 space are built properly. … … 68 66 69 67 * RootSpace (for this ticket or some follow up): 70 71 68 - Define the inner product 72 69 - Signature of the bilinear form 73 70 74 71 * CoxeterMatrixGroup and WeylGroup: 75 76 72 - Refactor WeylGroup to make it a subclass of CoxeterMatrixGroup, 77 73 and lift as many features as possible from WeylGroup to … … 85 81 86 82 * Update WeylGroups: 87 88 83 - inversions: use the "root_lattice" by default? 89 84 90 * Cartan types91 92 - provide a dynkin_diagram method that builds the Dynkin diagram93 from the Coxeter diagram when available?94 - Test: H_3 and friends should have a working dynkin_diagram method95 96 85 * Prerequisites: 97 98 86 - Add a _float_ method to UCF 99 87