mathjs icon indicating copy to clipboard operation
mathjs copied to clipboard

WIP: "symbolic" evaluation

Open gwhitney opened this issue 2 years ago • 1 comments

This PR is not intended for merging as-is, but serves to demonstrate (vis-a-vis issue #2437) that essentially all the ingredients already exist in mathjs for evaluation in which all undefined variables are treated as symbols, therefore possibly returning an expression (Node) rather than a concrete value (while still evaluating all the way to concrete values when possible).

See (or run) examples/symbolic_evaluation.js for further details on this.

gwhitney avatar Mar 07 '22 02:03 gwhitney

Closing in favor of #2475.

gwhitney avatar Aug 17 '22 09:08 gwhitney