Skip to content

algebra manipulation tool #1083

Description

@trebor

a while back, i worked on an algebra manipulation tool, algebranch that used older MathJax. sadly the prototype is now way out of date and broken, but it gives you some idea of what i'm shooting for. i'd like to take another crack at it, and strongly suspect that MathJax has done a lot of the work to make this easier for me, but i can't seem to find my way to getting underway on the project. the API doc is a bit thin. :(

image

what i need to be able to do is:

  1. parse text like x = 2 * y into an math expression tree, maybe an MmlTree?
  2. manipulate the tree
  3. render the tree onto a web page.

my questions:

  • which of the above is possible with MathJax?
  • what would minimal code to parse text into tree look like?
  • what would minimal code to render the tree look like?

thanks for any help getting started here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions