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
- Host: GitHub
- URL: https://github.com/ttwag/mat115a-number_theory
- Owner: ttwag
- Created: 2025-01-03T07:33:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T07:45:57.000Z (6 months ago)
- Last Synced: 2025-01-03T08:29:37.544Z (6 months ago)
- Topics: cryptography, math, number-theory, proof
- Language: TeX
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)