We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2114066 commit a8ee692Copy full SHA for a8ee692
src/doc/en/thematic_tutorials/group_theory.rst
@@ -204,7 +204,7 @@ Experiment by running the following code several times::
204
205
sage: m = random_prime(10000)
206
sage: n = random_prime(10000)
207
- 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
208
True
209
210
Feel a conjecture coming on? Can you generalize this result?
0 commit comments