Changes between Initial Version and Version 1 of Ticket #20973, comment 17
- Timestamp:
- 07/11/16 07:50:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20973, comment 17
initial v1 4 4 sage: CartanType(['A',\ZZ]) 5 5 }}} 6 The implementation could be generic and handle both, and even more (e.g. if someone would want to use positive integers as index set ). We could even imagine sharing some stuff with the finite case, but that's probably overdesign.6 The implementation could be generic and handle both, and even more (e.g. if someone would want to use positive integers as index set, or some parabolic subtype). We could even imagine sharing some stuff with the finite case, but that's probably overdesign. 7 7 8 8