Skip to content

Commit

Permalink
Adjust booktest
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 18, 2024
1 parent 0fa37d8 commit 6e0caac
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/book/cornerstones/groups/intro.jlcon
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ julia> pts = collect(orb)

julia> visualize(convex_hull(pts))

julia> R2 = free_module(K, 2) # the "euclidean" plane over K
Vector space of dimension 2 over QQBar

julia> A = R2([0,1])
(Root 0 of x, Root 1.00000 of x - 1)

julia> pts = [A*mat_rot^i for i in 0:4];
julia> R2 = vector_space(K, 2); # the "euclidean" plane over K

julia> sigma_1 = hom(R2, R2, [-R2[1], R2[2]])
Module homomorphism
Expand Down

0 comments on commit 6e0caac

Please sign in to comment.