bradencarlson / sage-jupyter

SageMath files (via Jupyter Notebooks) that give an introduction to using SageMath to explore select topics in Abstract Algebra and Cryptography. Note that no local installation of SageMath or Jupyter Notebooks is required to access and use this Project
MIT License
3 stars 2 forks source link

Python modular arithmetic #12

Closed bradencarlson closed 2 years ago

bradencarlson commented 2 years ago

Needs explanation about performing modular arithmetic in Python via the % operator, rather than just introducing the IntegerModRing class that is inherited from SageMath. This needs to be updated in the modular arithmetic files.

bradencarlson commented 2 years ago

updated in both files.