Is working with quotients of associative algebras not implemented? #4247
Unanswered
mikepierce
asked this question in
Q&A
Replies: 1 comment
-
in fact GAP has had a vector enumeration package, written by @stevelinton - see I did some work porting it to a modern version of GMP (these changes are already in that repo). It's probably not much work to make a proper port to a GAP 4 package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to calculate the dimension of a quotient of a fingen unital associative algebra with GAP, but I'm running into an error that says the procedure depends on something not available yet.
Is there a workaround for this? Or does this sort of calculation only work with Lie algebras in GAP? Thank you for your time! :) Here's a MWE to produce the error:
Beta Was this translation helpful? Give feedback.
All reactions