EvaluateFunction

EvaluateFunction[expr, var, n]

EvaluateFunction[expr, var, n] evaluates the function expr with variable var replaced by a value n.

Example in reduced
Find the value of y=x^2 where x=0. EvaluateFunction[x^2, x, 0] 0
Options

Name

Name defines the name of a function expr.

Syntax Example
EvaluateFunction[expr, var, n, Name=>name] EvaluateFunction[x^2, x, 0, Name=>y]