Mathematical Notation Is Awful
blackhole12.blogspot.com
Mathematical Notation Is Awful
1–10 of 97 posts
Re: Mathematical Notation Is Awful
#2All these words that are already used for other things.
Magma, ring, group, body, lense, optic...
Re: Mathematical Notation Is Awful
#3Re: Mathematical Notation Is Awful
#4And regarding the "understanding maths in terms of computer programs", sure that's possible to do with _some_ topics, but you just can't expect a computer to represent _every_ concept you'd like.
Re: Mathematical Notation Is Awful
#5their naming isn't that good either. All these words that are already used for other things. Magma, ring, group, body, lense, optic...
Re: Mathematical Notation Is Awful
#6Sometimes jargon, abbreviations, and cryptic notation exist to artificially make it harder for outsiders to understand what's going on, but the examples in this post don't convince me. The true issue here is that the appropriate Wikipedia article has no link to the "Simple English" version.
Most humans are capable of using context to distinguish usage. Operator overloading in programming languages and in mathematics can be useful sometimes.
Re: Mathematical Notation Is Awful
#7Real maths is done either in books or papers, where the authors explain every bit of notation they will use. This is not the case in online resources, which is indeed a bad practice... But hey, don't blame maths for that. And regarding the "understanding maths in terms of computer programs", sure that's possible to do with _some_ topics, but you just can't expect a computer to represent _every_ concept you'd like.
(I understand there's a difference between "explaining" and "stringently defining", but I can't help thinking of the only book I know that actually tried to stringently define all notation: Principia Mathematica. If I remember correctly it took Bertrand Russel about 160 pages to define addition and prove that 1 + 1 = 2. :P)
Re: Mathematical Notation Is Awful
#8their naming isn't that good either. All these words that are already used for other things. Magma, ring, group, body, lense, optic...
You should learn what the concepts mean instead of judging the names associated to them. We call something a Ring to avoid saying "a set with two operations which behave in a certain way [...]" every time we refer to it.
Why a "Ring" and not an "asda2+"?
Re: Mathematical Notation Is Awful
#9The same thing can be seen with programmers: The verbose programmer writes a lot of lines of code and is proud of it, while the terse programmer is proud to remove or simplify code.