JSCL should support variable names with all unicode
characters (e.g. greek letters). Also the _ sign should
be possible to allow variables with indices like x_0 or
x_{ab}.
As far as MathML conversion is concerned, greek letter are
obtained using their full names (like alpha, beta, ...) and
indices using for instance for your examples x[0] and
x[a][b]. Is it workable for you ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=692744
As far as MathML conversion is concerned, greek letter are
obtained using their full names (like alpha, beta, ...) and
indices using for instance for your examples x[0] and
x[a][b]. Is it workable for you ?