We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. in linear_combination
linear_combination
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
E.g. in
linear_combination
The text was updated successfully, but these errors were encountered: