User:Inthar/Style guide: Difference between revisions
m →Words |
mNo edit summary |
||
Line 12: | Line 12: | ||
** Blackdye is <math>\mathsf{Fl}(\mathrm{Pyth}[5]; 10/9)</math> | ** Blackdye is <math>\mathsf{Fl}(\mathrm{Pyth}[5]; 10/9)</math> | ||
== Discrete sets == | == Discrete sets == | ||
* For <math>k \in \mathbb{R}</math> and <math>n\in \mathbb{Z}_{>0},</math> <math>[n]_k</math> denotes <math>\{k, k+1, ..., k+n-1\}.</math> I may also use <math>[i:j]</math> for <math>[j-i]_i.</math> | * For <math>k \in \mathbb{R}</math> and <math>n\in \mathbb{Z}_{>0},</math> <math>[n]_k</math> denotes <math>\{k, k+1, ..., k+n-1\}.</math> I may also use <math>[i:j]</math> for <math>[j-i]_i.</math> For ''n'' = 0, [0]<sub>k</sub> is the empty set. | ||
[ | |||
== Words == | == Words == | ||
* Zero-indexing is used for indices. | * Zero-indexing is used for indices. | ||
Line 29: | Line 28: | ||
* <math>\log</math> is base e. | * <math>\log</math> is base e. | ||
* Temperament names are.capitalized. | * Temperament names are.capitalized. | ||
[[Category:Math]] |