One interesting observation that popped into my mind when I read the OP: Mathematicians don't write mathematical notation in papers/books by hand anymore, they use a far more verbose language called LATEX. Wouldn't it be great if every time you saw a mathematical formula there was a little widget to push that would show you the "source code" in LATEX++, and LATEX++ was like LATEX but made up of stringently defined ma…
Mathematical Notation Is Awful
21–30 of 97 posts
Re: Mathematical Notation Is Awful
#22This a thousand times. I boycott math notation. My most memorable math moments are: - giving a talk on notation in high school (I was not tasked to do this, I decided to do it on my own) because I was FREAKED OUT by how we were using tons of symbols nobody had ever explained or defined - converting all Math I encountered in University to Common Lisp programs to get rid of the shit notation - bursting into crazy laugh…
Re: Mathematical Notation Is Awful
#23Re: Mathematical Notation Is Awful
#24These are just issues that someone unfamiliar with a field would face. None of them are problems for those of us in the field. First, the expectation thing. He's using a special case, E(X), and complaining that the more general case doesn't follow the general case. It's like saying "Well the plural of mouse is mice but the plural of house isn't hice!". The general definition of expectation (for a discrete probability…
True, but it raises a "barrier to entry" (on purpose, or by mistake) because it is almost impossible to enter the field without a supervisor/colleges that provide the "semi-supervision" needed to learn the notation.
I can understand how those in the field think that's a good thing, but for the rest of humanity it probably isn't... Look e.g. what has happened in academic operating system research: innovation has moved from Berkeley and Bell Labs to the Linux kernel mailing list. Are academic OS researchers better off because of it? Probably not. Is the world better off? You bet!
Re: Mathematical Notation Is Awful
#25This a thousand times. I boycott math notation. My most memorable math moments are: - giving a talk on notation in high school (I was not tasked to do this, I decided to do it on my own) because I was FREAKED OUT by how we were using tons of symbols nobody had ever explained or defined - converting all Math I encountered in University to Common Lisp programs to get rid of the shit notation - bursting into crazy laugh…
Re: Mathematical Notation Is Awful
#26Somewhat related: https://aeon.co/videos/maths-notation-is-needlessly-complex-...
Re: Mathematical Notation Is Awful
#27One interesting observation that popped into my mind when I read the OP: Mathematicians don't write mathematical notation in papers/books by hand anymore, they use a far more verbose language called LATEX. Wouldn't it be great if every time you saw a mathematical formula there was a little widget to push that would show you the "source code" in LATEX++, and LATEX++ was like LATEX but made up of stringently defined ma…
Re: Mathematical Notation Is Awful
#28One interesting observation that popped into my mind when I read the OP: Mathematicians don't write mathematical notation in papers/books by hand anymore, they use a far more verbose language called LATEX. Wouldn't it be great if every time you saw a mathematical formula there was a little widget to push that would show you the "source code" in LATEX++, and LATEX++ was like LATEX but made up of stringently defined ma…
It's good practice anyway in LaTeX to define your own aliases and use them for semantic information. Like in one of my recent projects, I define: \newcommand{\disjointunion}{\sqcup}
Re: Mathematical Notation Is Awful
#29One interesting observation that popped into my mind when I read the OP: Mathematicians don't write mathematical notation in papers/books by hand anymore, they use a far more verbose language called LATEX. Wouldn't it be great if every time you saw a mathematical formula there was a little widget to push that would show you the "source code" in LATEX++, and LATEX++ was like LATEX but made up of stringently defined ma…
LaTeX... now that is unreadable. Traditional mathematical notation is just fine.
Re: Mathematical Notation Is Awful
#30These are just issues that someone unfamiliar with a field would face. None of them are problems for those of us in the field. First, the expectation thing. He's using a special case, E(X), and complaining that the more general case doesn't follow the general case. It's like saying "Well the plural of mouse is mice but the plural of house isn't hice!". The general definition of expectation (for a discrete probability…
Yes, that's exactly what he is saying:
> Math is a language that is about as consistent as English, and that's on a good day.