Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ JSON = "^0.20, ^0.21"
JSON3 = "1.13.2"
LazyArtifacts = "1.6"
Markdown = "1.6"
Nemo = "0.48.0"
Nemo = "0.49.0"
Pkg = "1.6"
Polymake = "0.11.20"
ProgressMeter = "1.10.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/NumberTheory/abelian_closure.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ julia> K, z = abelian_closure(QQ)
(Abelian closure of rational field, Generator of abelian closure of rational field)

julia> F = algebraic_closure(QQ)
Field of algebraic numbers
Algebraic closure of rational field

julia> x = z(5)
zeta(5)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ with summands
sl_2
sl_2
linear Lie algebra
over field of algebraic numbers
over algebraic closure of rational field
```
"""
function gauge_algebra(m::AbstractFTheoryModel)
Expand Down
4 changes: 2 additions & 2 deletions test/book/cornerstones/groups/intro.jlcon
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ julia> @perm (1,2)(4,5) # cycle notation via macro
(1,2)(4,5)

julia> K = algebraic_closure(QQ)
Field of algebraic numbers
Algebraic closure of rational field

julia> e = one(K)
Root 1.00000 of x - 1
Expand All @@ -40,7 +40,7 @@ julia> mat_sigma1 = matrix(K, [ -1 0 ; 0 1 ]);

julia> G_mat = matrix_group(mat_rot, mat_sigma1)
Matrix group of degree 2
over field of algebraic numbers
over algebraic closure of rational field

julia> is_isomorphic(G_mat, G_perm)
true
Expand Down