You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Strangeattractor comments on Open Thread, May 11 - May 17, 2015 - Less Wrong Discussion

3 Post author: Gondolinian 11 May 2015 12:16AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (247)

You are viewing a single comment's thread. Show more comments above.

Comment author: sixes_and_sevens 11 May 2015 10:16:37AM *  0 points [-]

An idea: auto-generated anki-style flashcards for mathematical notation.

Let's say you struggle reading set builder notation. This system would prompt you with progressively more complicated set builder expressions to parse, keeping track of what you find easy or difficult, and providing tooltips/highlighting for each individual term in the expression. If it were an anki card, the B-side would be how you'd read the expression out in natural language. This wouldn't be a substitute for learning how to use set builder notation, but it would give you a lot of practice in reading it.

There's an easy version of this you could cobble together in an afternoon which has a bunch of randomly-populated templates it renders with MathJax or something. There's a more sophisticated extended project which uses generative grammars, gamified progress visibility and spaced-repetition algorithms.

I've been thinking about putting something like this together, but realistically I don't have the time or the complete skill-set to do it justice, and it would never get finished. Having read this thread about having difficulty in reading mathematical notation, I'm convinced a lot of other people might benefit from it.

ETA: it was probably misguided of me to liken this to Anki decks. I'm not talking about generating a bunch of static flashcards to be used with an existing system like Anki, but something separate that generates dynamic examples of what you're trying to learn, against which you'd record your success at parsing each example in a way similar to Anki. There are, of course, all sorts of problems with memorising specific examples of mathematical notation with an Anki deck, which respondents have prudently picked up on.

Comment author: Strangeattractor 11 May 2015 09:38:52PM 0 points [-]

I like the idea of making it easier to understand mathematical notation, and get more practice at it. However, using flash cards to implement it could be problematic.

As I learned more and more mathematical notation while studying engineering, it became clear that a lot of the interpretation of the notation depends upon context. For example, if you see vertical lines to either side of an expression, does that mean absolute value or the determinant of a matrix? Is i representing the imaginary number, or current, or the vectors in the same direction as the x-axis? (As an example, electrical engineers use j for the imaginary number, since I represents current.)

For a sufficiently narrow topic, the flashcards might be useful, but it might set up false expectations that the meaning of the symbols will apply outside that narrow topic. There is not a one-to-one correspondence between symbols and meaning.

Comment author: sixes_and_sevens 11 May 2015 11:42:45PM 0 points [-]

I was envisioning some sort of context-system, in part for the reason you describe and in part because people probably have specific learning needs, and at any given time they'd probably be focusing on a specific context.

Also I reiterate what I've said to other commenters: likening it to Anki flashcards was probably misguided on my part. I'm not talking about generating a bunch of static flashcards, but about presenting a user with a dynamically-generated statement for them to parse. The interface would be reminiscent of something like Anki, but it would probably never show you the same statement twice.