Polynomial Plot

Linear Quadratic Cubic N-degree

Roots: x = -1.0, x = 1.0

Expression tree (from KG)
math/algebra/operation/add:
  - math/algebra/operation/add:
      - math/algebra/operation/multiply:
          - a
          - math/algebra/operation/power:
              - x
              - 2
      - math/algebra/operation/multiply:
          - b
          - x
  - c

Inputs: x (variable), a (constant), b (constant), c (constant)