Earlier quoted context omitted.
For me the problem is that math papers/articles lack a proper API documentation. By that I mean that it's very hard for me to understand what a lot of symbols mean because mathematicians (and physicians) love to use single letters to name various concepts and functions. Worse, they also like to use the same symbol to denote different things in different fields. I'm sure it's extremely convenient to have a shorthand w…
I agree. To clarify, its not that the reader gets confused between the gas constant and the set of real numbers. The issue is never actually explicitly stating "R represents the set of real numbers" or "n is a natural number". At uni it once took me hours to work out that "." was used for function application in one particular paper. "." was also used for multiplication and (in some example code) had the usual object…
It's at the start of like... every book ever. Pretty much any book on mathematics will start off with a fairly in-depth list of symbols.
It's the math equivalent of expecting you know what a 'while' loop is when you go reading through the documentation for a library (reading a paper) - basic programming literacy is assumed.