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

fixed QabElem, improved printing of char. tables #752

Merged
merged 2 commits into from Oct 23, 2021
Merged

fixed QabElem, improved printing of char. tables #752

merged 2 commits into from Oct 23, 2021

Commits on Oct 22, 2021

  1. fixed QabElem, improved printing of char. tables

    - fixed `QabElem` for GAP cyclotomics:
      We have to use the cyclotomic fields that are cached in `abelian_closure(QQ)`,  otherwise the elements created by `QabElem` will not be compatible.
    
    - fixed the printing of cyclotomics in Julia:
      The correct cyclotomic fields cause a different `string` format for elements.
    
    - In `show` for character tables, if the irrational values are shown via
      symbolic names then use `*` to denote algebraic conjugacy in quadratic fields
      (relative names like `X` and `X*`).
    
    - Use `"text/latex"` not `"text/html"` to specify that one wants LaTeX format.
    ThomasBreuer committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    377cbfe View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. address the comments

    ThomasBreuer committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a0544f3 View commit details
    Browse the repository at this point in the history