You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> F = algebraic_closure(QQ)
Field of algebraic numbers
julia> G = F[1;]
[Root 1.00000 of x - 1]
julia> factor(charpoly(G))
ERROR: StackOverflowError:
Comes up for instance in the computation of common_eigenspaces
The text was updated successfully, but these errors were encountered:
Comes up for instance in the computation of
common_eigenspaces
The text was updated successfully, but these errors were encountered: