Skip to main content

Evaluate

Evaluates an expression in a given point.

Syntax

evaluate(Expression, Element)
evaluate(Expression, List)
evaluate(Expression, Vector)

Description

Given an expression and an element, evaluates the expression in such element.

polynomials.evaluate1.calc.png

Given a multi-valued expression and a list, evaluates the expression in the elements of the list.

polynomials.evaluate2.calc.png

Given an expression and a vector, evaluates the expression in the different elements specified by the vector.

polynomials.evaluate3.calc.png