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 a bug in RadicalOfAlgebra #1716

Merged
merged 1 commit into from
Sep 13, 2017

Commits on Sep 13, 2017

  1. fixed a bug in RadicalOfAlgebra

    For associative algebras that are not matrix algebras,
    the radical is computed in an isomorphic matrix algebra.
    Up to now, one ran into an error if `Coefficients`
    returned an immutable list.
    
    (One might argue that `Coefficients` should always return
    a new mutable list, but this would cause the creation of
    many superfluous lists.
    Thus we solve the problem in the place where the list
    has to be changed.)
    ThomasBreuer committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ce68bc3 View commit details
    Browse the repository at this point in the history