Example notes

This commit is contained in:
SpaceTurth
2026-02-16 09:06:28 -07:00
parent 1229d19857
commit cd2f5fea4e
15 changed files with 157 additions and 85 deletions

1
notes
View File

@ -1 +0,0 @@
/home/turth/Documents/zet

View File

@ -0,0 +1,14 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0101
:END:
#+TITLE: Foundations
#+CREATED: [2026-02-01 Sun 09:00]
* Foundations
This note introduces the set.
Math: $a^2 + b^2 = c^2$.
Links:
- [[file:example_02_calculus.org][Calculus Basics]]
- [[file:example_03_linear_algebra.org][Linear Algebra]]
- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0112][Review Checklist]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0102
:END:
#+TITLE: Calculus Basics
#+CREATED: [2026-02-01 Sun 09:20]
* Calculus Basics
Math: $\frac{d}{dx}x^n = nx^{n-1}$.
Links:
- [[file:example_04_series.org][Series and Convergence]]
- [[file:example_08_probability.org][Probability]]
- [[file:example_01_foundations.org][Foundations]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0103
:END:
#+TITLE: Linear Algebra
#+CREATED: [2026-02-01 Sun 09:40]
* Linear Algebra
Math: $A\vec{x}=\vec{b}$ and $\det(A) \neq 0$.
Links:
- [[file:example_05_eigenvalues.org][Eigenvalues]]
- [[file:example_09_graphs.org][Graph Models]]
- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0101][Foundations by ID]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0104
:END:
#+TITLE: Series and Convergence
#+CREATED: [2026-02-01 Sun 10:00]
* Series and Convergence
Math: $\sum_{k=0}^{\infty} r^k = \frac{1}{1-r}$ for $|r|<1$.
Links:
- [[file:example_02_calculus.org][Calculus Basics]]
- [[file:example_06_optimization.org][Optimization]]
- [[file:example_10_physics_notes.org][Physics Notes]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0105
:END:
#+TITLE: Eigenvalues
#+CREATED: [2026-02-01 Sun 10:20]
* Eigenvalues
Math: $A\vec{v}=\lambda\vec{v}$.
Links:
- [[file:example_03_linear_algebra.org][Linear Algebra]]
- [[file:example_06_optimization.org][Optimization]]
- [[file:example_11_machine_learning.org][Machine Learning]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0106
:END:
#+TITLE: Optimization
#+CREATED: [2026-02-01 Sun 10:40]
* Optimization
Math: $\nabla f(x)=0$ at critical points.
Links:
- [[file:example_05_eigenvalues.org][Eigenvalues]]
- [[file:example_11_machine_learning.org][Machine Learning]]
- [[file:example_12_review_checklist.org][Review Checklist]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0107
:END:
#+TITLE: Number Theory
#+CREATED: [2026-02-01 Sun 11:00]
* Number Theory
Math: $\gcd(a,b)$ and $a \equiv b \pmod n$.
Links:
- [[file:example_01_foundations.org][Foundations]]
- [[file:example_08_probability.org][Probability]]
- [[file:example_09_graphs.org][Graph Models]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0108
:END:
#+TITLE: Probability
#+CREATED: [2026-02-01 Sun 11:20]
* Probability
Math: $P(A \mid B)=\frac{P(A\cap B)}{P(B)}$.
Links:
- [[file:example_10_physics_notes.org][Physics Notes]]
- [[file:example_11_machine_learning.org][Machine Learning]]
- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0107][Number Theory by ID]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0109
:END:
#+TITLE: Graph Models
#+CREATED: [2026-02-01 Sun 11:40]
* Graph Models
Math: $|E| \leq \binom{|V|}{2}$ for simple undirected graphs.
Links:
- [[file:example_03_linear_algebra.org][Linear Algebra]]
- [[file:example_12_review_checklist.org][Review Checklist]]
- [[file:example_08_probability.org][Probability]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0110
:END:
#+TITLE: Physics Notes
#+CREATED: [2026-02-01 Sun 12:00]
* Physics Notes
Math: $F=ma$ and $E=mc^2$.
Links:
- [[file:example_04_series.org][Series and Convergence]]
- [[file:example_08_probability.org][Probability]]
- [[file:example_11_machine_learning.org][Machine Learning]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0111
:END:
#+TITLE: Machine Learning
#+CREATED: [2026-02-01 Sun 12:20]
* Machine Learning
Math: $\hat{y}=\sigma(\mathbf{w}^T\mathbf{x}+b)$.
Links:
- [[file:example_06_optimization.org][Optimization]]
- [[file:example_05_eigenvalues.org][Eigenvalues]]
- [[file:example_12_review_checklist.org][Review Checklist]]

View File

@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0112
:END:
#+TITLE: Review Checklist
#+CREATED: [2026-02-01 Sun 12:40]
* Review Checklist
Math: $\int_0^1 x^2\,dx = \frac{1}{3}$.
Links:
- [[file:example_01_foundations.org][Foundations]]
- [[file:example_09_graphs.org][Graph Models]]
- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0111][Machine Learning by ID]]

View File

@ -1,84 +0,0 @@
:PROPERTIES:
:ID: f2db82e0-c545-40fe-9458-55f8fe1bcb4b
:END:
#+title: To Watch
[2023-05-07 Sun 22:59]
* To Watch
** TODO Watch "Das Boot"
[2023-06-19 Mon 14:46]
** TODO Watch "Eternal Sunshine of the Spotless Mind"
[2023-06-21 Wed 16:15]
** TODO Watch "In the mood for love"
[2023-09-09 Sat 21:06]
** TODO Watch "Isle of Dogs"
[2023-09-30 Sat 10:20]
** TODO Watch "Whisper of the Heart"
[2023-10-15 Sun 18:50]
** TODO Watch "Kiki's delivery service"
[2023-10-15 Sun 18:50]
** TODO Watch netflix "Life" documentary
[2023-11-07 Tue 10:11]
** TODO Watch "Pirates of the Carribean"
[2023-12-31 Sun 17:51]
** TODO Watch "Good Will Hunting"
[2024-01-05 Fri 11:32]
** TODO Watch "Ben Hur"
[2024-01-29 Mon 19:51]
** TODO Watch "Office Space"
[2024-02-04 Sun 13:00]
** TODO Watch a Hitchcock movie
[2024-03-20 Wed 21:01]
** TODO Watch "the edge"
[2024-05-04 Sat 11:20]
** TODO Watch "Monk"
[2024-05-21 Tue 15:48]
** TODO Watch "Taxi Driver"
[2024-06-07 Fri 11:26]
** TODO Watch "Ranking of Kings"
[2024-06-10 Mon 20:06]
** TODO Watch "Mushi-shi"
[2024-06-27 Thu 08:10]
** TODO Watch "secret level" on prime
[2025-02-02 Sun 22:19]
** TODO Watch "The Fugitive"
[2025-06-23 Mon 10:18]
** TODO Watch "Castle in the Sky"
[2025-06-23 Mon 10:20]
** TODO Watch "Grave of the fireflies"
[2025-06-23 Mon 10:20]
** TODO Watch "Christmas Fury"
[2025-11-24 Mon 17:14]
** TODO Watch White Fang
[2025-12-29 Mon 15:24]
https://www.imdb.com/title/tt5222768/
** DONE Watch Jurassic Park
CLOSED: [2026-02-15 Sun 22:28]
[2026-01-26 Mon 17:56]
** TODO Watch "Hackers"
[2026-02-15 Sun 22:28]