RPI/Mathactivity/XML: Difference between revisions
< RPI | Mathactivity
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
*'Barking up the wrong tree?' - MathML - http://www.w3.org/Math/ |
*'Barking up the wrong tree?' - MathML - http://www.w3.org/Math/ |
||
<nowiki> |
|||
<math_problems> |
<math_problems> |
||
<problem> |
<problem> |
||
<lt sign="1">12</lt> |
<lt sign="1">12</lt> |
||
Line 22: | Line 22: | ||
</problem> |
</problem> |
||
</math_problems> |
</math_problems> |
||
</nowiki> |
|||
==Goal Format== |
==Goal Format== |
||
Revision as of 20:47, 1 April 2008
Math Format
- Relatively Extensible
- Prototype Parser and Math Engine in PHP
- Polynomials only at this time
- Math engine is not yet complete, will have to discuss some ideas in meeting Tuesday
- Ideas for storing expressions? i.e. log(x), (x^3), etc?
- Notes to self:
- Operations?
- Auto-generate constants?
- 'Barking up the wrong tree?' - MathML - http://www.w3.org/Math/
<math_problems> <problem> <lt sign="1">12</lt> <lt var="3">4</lt> </problem> <problem> <lt>1</lt> <lt>4</lt> </problem>
</math_problems>