Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix a random doctest in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jan 9, 2023
1 parent 2114066 commit a8ee692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/en/thematic_tutorials/group_theory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Experiment by running the following code several times::

sage: m = random_prime(10000)
sage: n = random_prime(10000)
sage: euler_phi(m*n) == euler_phi(m) * euler_phi(n)
sage: euler_phi(m*n) == euler_phi(m) * euler_phi(n) or m == n
True

Feel a conjecture coming on? Can you generalize this result?
Expand Down

0 comments on commit a8ee692

Please sign in to comment.