Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 1 of 1
Richard Williamson asks me to say again what the next smallest step would be in the little coding project on some basic representation theory that we have been talking about earlier. And to say it here on the nForum in case anyone else feels like joining in.
Recall, this is about the the experimental maths exploration that we started in The image of the Burnside ring in the Representation ring.
We have Python code there which reads in a finite group, and spits out the “image of beta” in terms of a list of vectors that serve as its basis in the vector space of representation characters.
The next little coding step, still missing, is to automate the detection of how much this image fails to be all of the integral characters:
Make the program
read in (from GAP) the list of irreducible integral characters over the reals,
check whether there is a linear iso between their span and the image of beta. Yes or no.
Once this comparison is fully automated, the goal is to apply it to tons of examples. But the first little step is just to automate this comparison.
This is the step which in our examples so far appears after the lines “Hence the cokernel of is…”. For instance bottom of p. 21. For starters, we just need “Is it zero or not?”
1 to 1 of 1