RPI/Mathactivity/XML: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
**Ideas for storing expressions? i.e. log(x), (x^3), etc?
**Ideas for storing expressions? i.e. log(x), (x^3), etc?


<math_problems>
<problem>
<lt sign="1">12</lt>
<lt var="3">4</lt>
<rt>16</rt>
</problem>
<problem>
<lt>1</lt>
<lt>4</lt>
</problem>
</math_problems>


==Goal Format==
==Goal Format==

Revision as of 04:46, 28 March 2008

Math Format

  • Relatively Extensible
  • Prototype Parser and Math Engine in PHP
  • Polynomials only at this time
    • Ideas for storing expressions? i.e. log(x), (x^3), etc?
<math_problems>
   <problem>
       <lt sign="1">12</lt>
       <lt var="3">4</lt>
       16
   </problem>
   <problem>
       <lt>1</lt>
       <lt>4</lt>
   </problem>

</math_problems>

Goal Format

Persistence of State Format

Resource and Market Format