- From: Robert Muetzelfeldt <r.muetzelfeldt@ed.ac.uk>
- Date: Wed, 06 Jun 2007 17:39:25 +0100
- To: www-math@w3.org
I've been involved in the development of a mathematical modelling tool which permits statements of the form: expression WHERE assignment1, assignment2 in order to simplify complex expressions. Example: 2*a+3*a^2+b+b^2 WHERE a=5+c*2, b=17-d I'd like to represent the whole statement as a single MathML structure. My intention is to use <apply> <ci>WHERE</ci> expression assignment1 assignment2 .... assignmentn </apply> where 'expression', 'assignment1', 'assignment2' etc stand for the appropriate content MathML. Is this an acceptable solution, or is there a better way of doing this? Thanks! Robert Muetzelfeldt
Received on Wednesday, 6 June 2007 19:33:01 UTC