An open API service indexing awesome lists of open source software.

https://github.com/uofsc-fall-2022-math-587-001/homework2

Mathematical preliminaries: division, the Euclidean algorithm, and modular arithmetic
https://github.com/uofsc-fall-2022-math-587-001/homework2

cryptography golang latex math

Last synced: about 2 months ago
JSON representation

Mathematical preliminaries: division, the Euclidean algorithm, and modular arithmetic

Awesome Lists containing this project

README

          

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/UofSC-Fall-2022-Math-587-001/homework2)

## Homework 2: Due 2022.09.06

This week we have a written part and an implementation part.

### Written part

Answer the questions found in `main.tex` and turn your answers in by uploading them
back here before midnight on the due date. You may do this as many times as
you want. Only your final submission counts.

Remember this is math class so be sure to justify your answers. You will be
graded on correctness and

Note: when you submit, your filename must be `solutions.pdf` and it must be a pdf.

(Hint: an adapted solution to the implementation could help you answer some
of the questions...)

### Implementation part

Make `euclid_algo.go` work. There are more detailed instructions in the comments.