Skip to content

Native function-based symbolic algebra tools #22

@mitchelloharawild

Description

@mitchelloharawild

Algebraically transform a given function with solve(), simplify(), derivative(), and integral().

Repo: https://github.com/mitchelloharawild/symbolic


In fabletools and distributional I have a rudimentary solve() implementation which traverses a parsed AST and inverts the expression. This is used for example with back-transforming forecasts, where the transformation needs inverting/solving.

In distributional, there is a need for symbolic derivatives, better symbolic solvers and possibly also integration.

There is some symbolic operations in R, most commonly symbolic derivatives. For example:

  • stats::deriv()
  • Deriv::Deriv()

Having symbolic expression simplification would also be valuable.

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