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

https://github.com/ttwag/mat115a-number_theory

Number Theory
https://github.com/ttwag/mat115a-number_theory

cryptography math number-theory proof

Last synced: 4 months ago
JSON representation

Number Theory

Awesome Lists containing this project

README

        

# MAT115A - Number Theory

This repository contains homework answers for MAT115A from the University of California, Davis in Fall 2024. This course studies prime numbers and the pattern of different numbers having the same remainder when divided by another number.

**Be aware that the homework answers might be incorrect. Use at your own discretion. The author does not have any responsibility over the consequences of using these materials.**

## Homeworks
* [Divisibility and Introduction to Prime Number](./HW/HW1/hw1.pdf)
* [Introduction to Modulo Arithmetic](./HW/HW3/hw3.pdf)
* [Chinese Remainder Theorem and Wilson's Theorem](./HW/HW4/hw4.pdf)
* [Fermat's Little Theorem and Euler's Theorem](./HW/HW5/hw5.pdf)
* [Order and Primitive Root](./HW/HW6/hw6.pdf)
* [Cryptography](./HW/HW7/hw7.pdf)