RPI/Mathactivity/XML: Difference between revisions
< RPI | Mathactivity
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
*Prototype Parser and Math Engine in PHP |
*Prototype Parser and Math Engine in PHP |
||
*Polynomials only at this time |
*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? |
**Ideas for storing expressions? i.e. log(x), (x^3), etc? |
||
Revision as of 04:48, 28 March 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?
<math_problems> <problem> <lt sign="1">12</lt> <lt var="3">4</lt> </problem> <problem> <lt>1</lt> <lt>4</lt> </problem> </math_problems>