n-arms / math-parser

A library to take in a string and output a mathematical result, as well as acting as a Computer Algebra System.
0 stars 0 forks source link

Graphing Trees #3

Open n-arms opened 3 years ago

n-arms commented 3 years ago

Description

Trees with 1 variable in them can be interpreted as an equation just by putting a "y = " at the beginning. It would make sense to be able to graph these kinds of trees.

Implementation

It would be easiest to just use the default Graphics library for the graph. Trees should probably be heavily reduced before they are graphed, essentially being compiled into a lower level language.

Enhancement

This could be improved by:

n-arms commented 3 years ago