Trying MathML

2013-06-04

<prev next>

Trying some mathML (again using a little s-expression->mathml parser). I use chrome usually, but it evendently doesn't support mathML, so this'll probably only display in firefox.

a=x*y

Neet, so that works. I make a little expression (math (mi a) = (msqrt ((mi x) * (mi y)))), and it gets tagged up for me. I could double back and parse to HTML/CSS at some point, but for now this'll only display correctly in firefox. The goal here is to generate flash cards for algebra/arithmetic practice. The display at least seems pretty possible, and generating random expressions is easy enough. The trick is generating human solvable ones.. Well, no real hurry.