This commit is contained in:
Miloslav Ciz 2022-11-26 20:07:55 +01:00
parent 0c26b4f54b
commit 246d228d98
13 changed files with 73 additions and 12 deletions

View file

@ -10,6 +10,7 @@ What is beautiful then? As stated, there is a lot of subjectivity, but generally
- **generality**, i.e. if a simple equation can describe many problems, not just a specific case.
- **lack of exceptions**, i.e. when our equation works without having to deal with special cases (in programming represented by `if-then` branches).
- **[symmetry](symmetry.md)**, i.e. when we can e.g. swap variables in the equation and get some kind of opposite result.
- **unification**, i.e. if multiple nice things meet, for example the [Euler's identity](eulers_identity.md) brings together into one equation the most important numbers in mathematics: *i*, *pi*, 1 and 0.
- **aesthetics**, either of the equation itself or the generated thing (fractals, attractors, ...).
- TODO