-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Bug in Clifford algebra multiplication #34707
Comments
comment:1
The first answer is the correct answer. |
Author: Travis Scrimshaw |
comment:2
Okay, it is a very special case. It was checking that the first element of the LHS when the RHS was single monomial. In this example, the first returned term happened to be the constant term, so it thought it just needed to multiply the LHS by that scalar. So it actually is not so bad of a bug, just a special case. New commits:
|
Commit: |
comment:3
ok if the bot comes back green |
Reviewer: Frédéric Chapoton |
comment:5
Thank you! This has been around for a while and is a somewhat embarrassing bug from me... |
Changed branch from public/algebra/clifford_algebra_mult-34707 to |
This is a really bad associativity failure:
CC: @trevorkarn @fchapoton
Component: algebra
Keywords: Clifford
Author: Travis Scrimshaw
Branch/Commit:
4d56288
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/34707
The text was updated successfully, but these errors were encountered: