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

Fix RootSystem to use the correct field for determining eigenvectors #4665

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Fix RootSystem to use the correct field for determining eigenvectors #4665

merged 1 commit into from
Sep 27, 2021

Commits on Sep 25, 2021

  1. FIX: RootSystem now uses the correct field for determining eigenvectors

    It was  assumed that the DefaultField of the minimal polynomial ist the field to factor it over. In some cases, i.e. x^2+1 for some Lie Algebra over CC (=Field(E(4))) this differs and thus makes RootSystem fail.
    
    Add test to `testbugfix`.
    lgoettgens committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    71054ce View commit details
    Browse the repository at this point in the history