Files
math-notes/study-log.md
2026-03-21 14:01:18 +00:00

2.0 KiB
Raw Blame History

Study Log

Format: Date (title + optional link) → Notes → Questions Sorted newest first.


Example

2026-03-18

Notes:

  • Math isn't about speed or memorization — it's about understanding structure
  • The "right" way to study math is different from other subjects

Questions:

  • How do I know when I've truly understood a concept vs just memorized it?

Log (newest first)

2026-03-20

  • Lecture 1 — Intro to Cryptography (skimmed notes, pages 215)

Notes:

  • Base and recursive construction of natural numbers — the "stepper function" (forgot exact term)

Questions:

  • Most of the content is still unclear. Rather than forcing comprehension, treating this as a "gap survey" — noting what foundational topics I need before this clicks: groups, fields, modular arithmetic, cyclic structures.

Comment:

  • Smart approach. Skim + attend lecture + log gaps = right strategy at this level. Don't fight it — just map the territory.

2026-03-19

Notes:

  • Roster form: lists all elements explicitly, e.g. {1, 2, 3, ...}
  • Set-builder form: describes elements by a rule, e.g. {x: x is an odd number less than 10}
  • Sets can be empty, finite, or infinite

Questions:

  • Still unclear on terminology: positive integer, real number, integral number, etc. — these are number classification names, not strictly a set concept. Looking for a reference to solidify these.
  • Reference: https://mathmonks.com/sets/number-sets

Comment:

  • Notes are solid. The number classification question is actually about "number systems" — you'll encounter these more in the lecture notes when they talk about fields and groups. For now, just know that N = natural numbers, Z = integers, R = real numbers. Check out the reference above for a simple breakdown of number sets.