Skip to content

Conversation

@hgu2699
Copy link
Contributor

@hgu2699 hgu2699 commented Nov 6, 2025

FIxed

julia> automorphisms(K)
ERROR: UndefVarError: automorphisms not defined in Main
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1

julia> Qx, x = PolynomialRing(QQ); K, a = NumberField(x^2 + 1);
ERROR: UndefVarError: PolynomialRing not defined in Main
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1

FIxed

julia> automorphisms(K)
 ERROR: UndefVarError: `automorphisms` not defined in `Main`
 Suggestion: check for spelling errors or missing imports.
 Stacktrace:
  [1] top-level scope
    @ none:1

julia> Qx, x = PolynomialRing(QQ); K, a = NumberField(x^2 + 1);
 ERROR: UndefVarError: `PolynomialRing` not defined in `Main`
 Suggestion: check for spelling errors or missing imports.
 Stacktrace:
  [1] top-level scope
    @ none:1
@roed314 roed314 closed this Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants