Changes between Version 9 and Version 16 of Ticket #5574
- Timestamp:
- 01/09/18 09:46:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5574
-
Property
Status
changed from
new
toneeds_work
-
Property
Dependencies
changed from
#24247
to#24247, #24490
-
Property
Authors
changed from
to
Jeroen Demeyer
-
Property
Summary
changed from
Implement QQbar^QQ as action
toFix powering in AA and QQbar
-
Property
Branch
changed from
to
u/jdemeyer/implement_qqbar_qq_as_action
-
Property
Commit
changed from
to
6b880d2471a484fd61379b74d000a9777e54ee50
-
Property
Status
changed from
-
Ticket #5574 – Description
v9 v16 1 Implement powering in `AA` and `QQbar` by rational exponents as an action. This will fix the following bugs:1 This ticket does two things: 2 2 3 1. Reported by Alex Raichev on sage-support:3 1. Implement powering in `AA` and `QQbar` by `QQ` exponents as an action. 4 4 5 2. Implement `QQbar` × `QQbar` → `SR` (analogously for `AA`) powering in general instead of only for the base `1`. 6 7 This will fix the following two bugs: 8 9 Reported by Alex Raichev on sage-support: 5 10 {{{ 6 11 sage: n = SR.var('n'); QQbar(2)^n … … 34 39 }}} 35 40 36 2.37 38 41 {{{ 39 42 sage: QQbar(2)^1.0