Changes between Initial Version and Version 1 of Ticket #26344, comment 18
- Timestamp:
- 09/28/18 09:14:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26344, comment 18
initial v1 19 19 also as Python objects: `L` inherits from `sage.algebras.lie_algebras.lie_algebra.LieAlgebraWithGenerators`, while `T1G` inherits from `sage.tensor.modules.finite_rank_free_module.FiniteRankFreeModule`. 20 20 21 Would it be worth to implement the canonical vector space isomorphism between the two? Would this be useful? A natural way to do it would be via Sage coercions, i.e. implement at least a coercion from `L` to `T1G` (the reverse may not work for vectors with symbolic components). If you think this is worth, this could anyway be differed to another ticket...21 Would it be worth to implement the canonical vector space isomorphism between the two? Would this be useful? A natural way to do it would be via Sage coercions, i.e. implement at least a coercion from `L` to `T1G` (the reverse may not work for vectors with symbolic components). If you think this is worth, this could anyway be postponed to another ticket...