Looking for website for binary tree / algebraic expression

Hi I am wondering if anyone knows a website or application that allows you to put in a algebra expression and it produces a binary tree? I am learning how these are calculated and would like to make sure I am doing them right.
Mathematica can take in an expression and build a tree (lists with embedded lists) out of it.
https://mathematica.stackexchange.com/questions/29565/getting-a-usable-expression-tree

I can't test this right now, but it looks like the "//TreeForm" option in Mathematica can also do what you want (produces an image).

Of course, Mathematica isn't free... maybe Maple has something equivalent.
https://www.mapleprimes.com/questions/41239-Generate-An-Expression-Tree
Last edited on
Topic archived. No new replies allowed.