Skip to content
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

Explain why we need to duplicate / shift parameters #212

Open
fingolfin opened this issue Oct 4, 2024 · 1 comment
Open

Explain why we need to duplicate / shift parameters #212

fingolfin opened this issue Oct 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@fingolfin
Copy link
Member

E.g. in linear_combination

@fingolfin
Copy link
Member Author

Maybe also an example would be illustrative. E.g.

julia> T = generic_character_table("SL3.n1");

julia> linear_combination([2], [T[4]])
Generic character of SL3.n1
  with parameters
    nl1 ∈ {1,…, q - 1} except nl1 ∈ (q - 1)ℤ
  of degree 2*q^2 + 2*q + 2
  with values
    2*q^2 + 2*q + 2
    2*q + 2
    2
    (2)*exp(2π𝑖((-2*a*nl1)//(q - 1))) + (2*q + 2)*exp(2π𝑖((a*nl1)//(q - 1)))
    (2)*exp(2π𝑖((-2*a*nl1)//(q - 1))) + (2)*exp(2π𝑖((a*nl1)//(q - 1)))
    (2)*exp(2π𝑖((-a*nl1 - b*nl1)//(q - 1))) + (2)*exp(2π𝑖((a*nl1)//(q - 1))) + (2)*exp(2π𝑖((b*nl1)//(q - 1)))
    (2)*exp(2π𝑖((a*nl1)//(q - 1)))
    0

julia> linear_combination([1,1], [T[4],T[4]])
Generic character of SL3.n1
  with parameters
    nl1 ∈ {1,…, q - 1}, nl2 ∈ {1,…, q - 1} except nl1 ∈ (q - 1)ℤ, nl2 ∈ (q - 1)ℤ
  of degree 2*q^2 + 2*q + 2
  with values
    2*q^2 + 2*q + 2
    2*q + 2
    2
    exp(2π𝑖((-2*a*nl1)//(q - 1))) + (q + 1)*exp(2π𝑖((a*nl2)//(q - 1))) + (q + 1)*exp(2π𝑖((a*nl1)//(q - 1))) + exp(2π𝑖
    ((-2*a*nl2)//(q - 1)))
    exp(2π𝑖((-2*a*nl1)//(q - 1))) + exp(2π𝑖((a*nl2)//(q - 1))) + exp(2π𝑖((a*nl1)//(q - 1))) + exp(2π𝑖((-2*a*nl2)//(q
    - 1)))
    exp(2π𝑖((b*nl2)//(q - 1))) + exp(2π𝑖((a*nl2)//(q - 1))) + exp(2π𝑖((-a*nl1 - b*nl1)//(q - 1))) + exp(2π𝑖((a*nl1)//
    (q - 1))) + exp(2π𝑖((b*nl1)//(q - 1))) + exp(2π𝑖((-a*nl2 - b*nl2)//(q - 1)))
    exp(2π𝑖((a*nl2)//(q - 1))) + exp(2π𝑖((a*nl1)//(q - 1)))
    0

@SoongNoonien SoongNoonien added the documentation Improvements or additions to documentation label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants