RosettaCodeData/Task/Modular-arithmetic/Mathematica/modular-arithmetic-2.math

4 lines
58 B
Text
Raw Permalink Normal View History

2023-07-01 19:04:33 -04:00
OutputForm[
x^100 + x + 1 /. x -> FiniteField[13][10]
]