Added notes

This commit is contained in:
Mark 2024-12-05 13:27:47 -08:00
parent 7f86d64a85
commit bdbbee6fdd
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
43 changed files with 752 additions and 1 deletions

3
.gitignore vendored
View File

@ -20,3 +20,6 @@ main.pdf
*.fdb_latexmk
*.dvi
*.xdv
# Do not ignore any notes
!/notes/**

BIN
notes/2023-10-08_19-50.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
notes/2023-10-08_19-52.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
notes/2023-10-30_11-29.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 KiB

BIN
notes/AACoPtDtbiaLbtaIts.pdf Executable file

Binary file not shown.

51
notes/TODO.md Executable file
View File

@ -0,0 +1,51 @@
# Game ideas
- Math dominos:
- Each problem is a domino tile, by difficulty.
- Score is sum if 1st try, max if 2nd try. Subtract min if no solution.
- Each team can have 2-3 dominos at a time. No free swaps.
- Pick up dominos without knowing problem.
- что-где-когда:
- All teams solve one problem at once.
- Spacewar!:
- Two teams, each starts in one root node.
- Graph of problems, symmetric across middle
- easy problems close, hard problems far.
- Goal: capture as many nodes as possible
- Solve a problem, capture a node
- solve a problem on the other team's side, capture their node.
- TODO: a fun way to resolve conflicts?
# Topics:
- Divisibility proofs & properties
- 1 exists ==> assume 2 exist
- <= , >= ==> =
- pidgeonhole
# Handout ideas:
- Notation toolbox
- Propositional logic
- Rubik's group
- Graph combinatorics
- Fourier transforms
- Probabalistic proofs
- Bayesian / Frequentist probability
- Data structures
# Handouts to clean up:
- Euler's number
- Lattices
- Nim handout
- Stocks
- Continued fractions
# Problems to record:
- Nikita: weight of 100 cows
- Seat swapping: everyone wants a seat that's not their own, no two people want the same seat. Each cycle, everyone swaps. Min # of cycles? Solution: 2, reflect. use even and odd cycles. Takeaway: composition of reflections is rotation.
- Geometric optimization: ant on cube shortest path, ant on brick shortest path, ribbon on brick (over-under, h-shape) minimal length, Farthest point from corner of brick
- 180: Sperner lemma and brouwer theorem
- 25 horses. 5 at a time. find top 3? (7 races)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
notes/handouts/com_solutions.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nim.pdf Executable file

Binary file not shown.

BIN
notes/handouts/notes07.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/1.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/1.sols.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/2.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/3.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/4.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/5.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/6.pdf Executable file

Binary file not shown.

BIN
notes/handouts/nsa/7.pdf Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
notes/handouts/rubik/group.pdf Executable file

Binary file not shown.

BIN
notes/handouts/rubik/rubik.pdf Executable file

Binary file not shown.

Binary file not shown.

BIN
notes/handouts/stock.pdf Executable file

Binary file not shown.

BIN
notes/handouts/stocks.pdf Executable file

Binary file not shown.

BIN
notes/handouts/tangle.pdf Executable file

Binary file not shown.

BIN
notes/misc/alligators_colored.pdf Executable file

Binary file not shown.

BIN
notes/misc/alligators_white.pdf Executable file

Binary file not shown.

138
notes/misc/croc.html Executable file

File diff suppressed because one or more lines are too long

Binary file not shown.

491
notes/misc/gear.svg Executable file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 53 KiB

BIN
notes/misc/genset.pdf Executable file

Binary file not shown.

BIN
notes/misc/holfstadter.pdf Executable file

Binary file not shown.

BIN
notes/misc/induction.pdf Executable file

Binary file not shown.

Binary file not shown.

BIN
notes/misc/welldefined.pdf Executable file

Binary file not shown.

BIN
notes/misc/writingtips.pdf Executable file

Binary file not shown.

68
notes/topics.md Executable file
View File

@ -0,0 +1,68 @@
- Telescoping sums
- Division algorithm
- Peano axions
- Proof basics
- Show that irrational
- Voting systems
- Weighings
# Beginners 1
Grades 2 - 4
- Basic cyphers
- Modular Arithmetic
- Numbers in other bases
# Beginners 2:
Grades 4 - 6
- Pidgeonhole principle
- Combinatorics
- N choose K (c and p)
- stars and bars
- Induction
- Boosted induction (cauchy, etc)
- Compass-and-Ruler constructions
# Intermediate 1:
Grades 5 - 7
- Graphs
- Instant Insanity
- Euler walks and paths
- Konigsberg
- Logs & Slide rules
- Vectors and Applications
- Probability
- Monty Hall problem
# Intermediate 2:
Grades 6 - 9
# Advanced 1:
Grades 9 - 10
- Linear Algebra Basics
- Graph Theory
- Algorithms:
- Ford-Fulkerson
- Dijkstra
- Minimal spanning tree
- Three-color theorem
# Advanced 2:
Grades 11 - 12
- Logic
- Exists, forall, not. (Definable sets handout)
- Mockingbird, lambda
- Numerical cryptography
- Group Theory
- Understand Euler's Number
- Relations