Evaluate Evaluates an expression in a given point. Syntax evaluate(Expression, Element) evaluate(Expression, List) evaluate(Expression, Vector) Description evaluate(Expression, Element) Given an expression and an element, evaluates the expression in such element. evaluate(Expression, List) Given an multi-valued expression and a list, evaluates the expression in the elements of the list. evaluate(Expression, Vector) Given an expression and a vector, evaluates the expression in the different elements specified by the vector. Related functions Substitute Table of Contents Syntax Description Related functions