Skip to content

Commit

Permalink
Adjust booktest
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 15, 2024
1 parent cec42d7 commit f316055
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions test/book/cornerstones/groups/intro.jlcon
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,12 @@ 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
from vector space of dimension 2 over QQBar
to vector space of dimension 2 over QQBar
from vector space of dimension 2 over field of algebraic numbers
to vector space of dimension 2 over field of algebraic numbers

julia> rot = hom(R2, R2, mat_rot);

Expand Down

0 comments on commit f316055

Please sign in to comment.