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.
Given a multi-valued expression and a list, evaluates the expression in the elements of the list.
Given an expression and a vector, evaluates the expression in the different elements specified by the vector.