-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement QQbar^QQ as action #5574
Comments
comment:1
From sage-support
|
This comment has been minimized.
This comment has been minimized.
comment:6
This is a general shortcoming of
|
This comment has been minimized.
This comment has been minimized.
Dependencies: #24247 |
This comment has been minimized.
This comment has been minimized.
comment:10
Note that this is not a group action (because of the choice of an n-th root)
Isn't that a requirement that |
comment:12
Replying to @videlec:
So what? I don't plan to change any arithmetic, just the underlying implementation. Since we have an operation between 2 different parents (
Why should there be such a requirement? I see an action purely as a technical way to implement a certain operation. |
Changed dependencies from #24247 to none |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:23
Rebased to 8.2.beta3 |
comment:25
Is that complient with Sage documentation?
Why not
|
comment:26
Timings look like it will be a bit slower. Before
After
|
comment:27
Timings should improve in #24500 but I obviously cannot promise that it will be as fast as before. |
comment:28
Replying to @videlec:
There are some cases like that already in Sage. I don't see the problem, but if you insist, then I will change it. |
comment:29
Replying to @jdemeyer:
My reference is http://doc.sagemath.org/html/en/developer/coding_basics.html#documentation-strings (and not the rest of Sage). |
comment:30
I don't see anything in the docs saying that an |
comment:31
This is different from Sphinx blocks like |
comment:32
Replying to @jdemeyer:
|
comment:33
Replying to @videlec:
That would be a bad idea. Executable commands should be limited to the And if some software really wants to treat Anyway, if you really want me to change it, just say so. |
comment:34
Replying to @jdemeyer:
Please do. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Vincent Delecroix |
Changed branch from u/jdemeyer/implement_qqbar_qq_as_action to |
This ticket implements powering in
QQbar
andAA
byQQ
exponents as an action.This will fix the following two bugs:
Reported by Alex Raichev on sage-support:
CC: @videlec
Component: algebra
Author: Jeroen Demeyer
Branch/Commit:
f65afd0
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/5574
The text was updated successfully, but these errors were encountered: