Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: "Actual" symbolic evaluation demo #2475

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    3996486 View commit details
    Browse the repository at this point in the history
  2. WIP: "Actual" symbolic evaluation

      This PR is not intended for merging as-is, but serves as an
      alternate demonstration (vis-a-vis issue #2437) that essentially all
      the ingredients already exist in mathjs for evaluation in which all
      undefined variables evaluate to symbols, therefore possibly returning
      an expression (Node) rather than a concrete value (while still
      evaluating all the way to concrete values when possible).
      Moreover, mathematical manipulation of symbolic expressions can be
      supported without circularity and without modifying numerous source
      files.
    
      This PR does however depend on a small addition to typed-function.js,
      see josdejong/typed-function#125.
    
      See (or run) examples/symbolic_evaluation.mjs for further details on this.
    gwhitney committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    fd88f32 View commit details
    Browse the repository at this point in the history