-
Notifications
You must be signed in to change notification settings - Fork 4
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
Document setcongruence
#26
Comments
I also really wonder how it can be used. I'd like to take e.g. handle the case where Or to tell the program that To quote the CHEVIE paper:
Note that it has these two substitution rules so that it can apply and then unapply the change as needed; my understanding this is because some code needs the "original" q (after all, Maybe in this package I don't even need |
But isn't that just exactly what we currently do? Or is there a better way to substitute |
OK, so how do I do it? I am trying to reproduce examples from the CHEVIE paper. E.g.:
I would now like to specialize the table or the new character or whatever to "even q". In the paper this is done via "Our" The other option I found is
So how else can I reproduce what's been done on page 201ff of the CHEVIE paper? |
We only use
We only implemented
I'm not sure which paper you mean. I have two CHEVIE papers. One is called "CHEVIE—A SYSTEM FOR COMPUTING AND PROCESSING GENERIC CHARACTER TABLES" and has only 35 pages and the other one is called "CHEVIE—Generic Character Tables of Finite Groups of Lie Type, Hecke Algebras and Weyl Groups" and has only 51 pages. |
The page number refers to the number in the journal (i.e. what is printed on the pages), not in a specific PDF (that's the usual standard for citations). I am referring to "CHEVIE - A system for computing and processing generic character tables" from 1996, which for me has 36 pages. There is also a freely accessible preprint version of the paper at http://www.math.rwth-aachen.de/~Frank.Luebeck/preprints/CHEVIE_AAECC.pdf which actually is nicer for use on a computer (I think it has been typeset with a newer TeX toolchain). There the relevant bits are around page 26, starting with
|
This is what I had. |
As far as I understand it they are altering the congruences of the whole table. This effectively converts the table of So in the Julia implementation this would translate to changing Edit: Of course this is currently not possible since |
OK but then maybe we could add a |
Yes, this would be possible and could be used to reproduce the steps in the paper. |
I am implementing this for now |
Is it intentional that |
Yes, I think so. The original implementation didn't have a |
Oh, yes, now I remember... The character values of these
So, yes this is implied by the above. |
No description provided.
The text was updated successfully, but these errors were encountered: