vault backup: 2026-04-28 14:27:40
This commit is contained in:
18
00 Inbox/29622985 - 2026-04-28.md
Normal file
18
00 Inbox/29622985 - 2026-04-28.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
created: 2026-04-28 14:25
|
||||||
|
course:
|
||||||
|
topic:
|
||||||
|
related:
|
||||||
|
type: lecture
|
||||||
|
status: 🔴
|
||||||
|
tags:
|
||||||
|
- university
|
||||||
|
---
|
||||||
|
## 📌 Summary
|
||||||
|
|
||||||
|
> [!abstract]
|
||||||
|
>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📝 Content
|
||||||
@@ -29,8 +29,7 @@ Result is the last $"Remainder"$ that is not $0$.
|
|||||||
**Goal:** find a $x$ and $y$ so that $"Divident" * x + "Divisor" * y = gcd("Dividend", "Divisor")$
|
**Goal:** find a $x$ and $y$ so that $"Divident" * x + "Divisor" * y = gcd("Dividend", "Divisor")$
|
||||||
|
|
||||||
1. **Rewrite Euclid (above) equations** to solve for remainder ($"Remainder" = "Old Remainder" - "Dividend" * "Divisor"$)
|
1. **Rewrite Euclid (above) equations** to solve for remainder ($"Remainder" = "Old Remainder" - "Dividend" * "Divisor"$)
|
||||||
2. **Substitute remainders** -> $$
|
2. **Substitute remainders** ->
|
||||||
|
|
||||||
## Inclusion-Exclusion Principle
|
## Inclusion-Exclusion Principle
|
||||||
Principle that dictates that when combining / overlapping sets, you have to make sure to not include elements that occur in multiple sets multiple times.
|
Principle that dictates that when combining / overlapping sets, you have to make sure to not include elements that occur in multiple sets multiple times.
|
||||||
|
|
||||||
@@ -44,7 +43,7 @@ $$
|
|||||||
&15^5 = 759,375 && "--- in the range / below" 10^6 \
|
&15^5 = 759,375 && "--- in the range / below" 10^6 \
|
||||||
&16^5 = 1,048,576 && "--- outside the range / above" 10^6 \
|
&16^5 = 1,048,576 && "--- outside the range / above" 10^6 \
|
||||||
&=> 15 "numbers in the form "x^5"exist" &&
|
&=> 15 "numbers in the form "x^5"exist" &&
|
||||||
|
$$
|
||||||
> [!warning]
|
> [!warning]
|
||||||
> Now, we can't add $1,000$ and $15$, since there are numbers that match both, so we need to subtract these duplicates.
|
> Now, we can't add $1,000$ and $15$, since there are numbers that match both, so we need to subtract these duplicates.
|
||||||
|
|
||||||
|
|||||||
3
Untitled 1.base
Normal file
3
Untitled 1.base
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
views:
|
||||||
|
- type: table
|
||||||
|
name: Table
|
||||||
Reference in New Issue
Block a user