Use the 1D & 2D Evaluation VIs to examine 1D and 2D functions given in symbolic form, where parameterization is allowed. You can numerically calculate extrema and partial derivatives.
Eval Formula String VI Interprets a string as a numeric calculation and determines the result.Eval Single-Variable Scalar VI Calculates exactly one function value of a given 1D function y = f(x), where f is the function specified by the user formula.Eval Single-Variable Array VI Calculates an array of function values at given points in a given interval by y[i] = f(x[i]) for i = 1, …n, where f is the 1D function given by the user formula.Eval Multi-Variable Scalar VI Calculates exactly one function value based on a given formula.Eval Multi-Variable Array VI Calculates the function values of a given function at an arbitrarily given set of n dimension points.Eval Parsed Formula String VI Takes the output of the Parse Formula String VI and fixes input values to calculate function values.Eval Formula Node VI Similar to the Formula Node but with variables that can be entered on the front panel. Refer to Formula Parsing VIs in More Detail for more information on the differences between the Eval Formula Node VI and the Formula Node.Eval Parsed Formula Node VI Separates the parsing process from the evaluating process of the Eval Formula Node VI and improves the run-time behavior of a program containing Eval Formula Node VIs at different locations.Eval y=f(x) VI Calculates the values of a 1D function given by a formula at equidistant points in an interval.Eval y=f(x) Optimal Step VI Calculates the values of a more complex 1D function given by a formula .Eval y=f(a,x) VI A generalized version of the Eval y=f(x) VI with the possibility of adding some parameters into the formula.Eval y=f(x1,x2) VI Calculates a 2D array of function values defined on a grid.Eval y=f(a,x1,x2) VI Calculates a 2D array of function values defined on a grid.Eval X-Y-Z(t1,t2) VI Describes a surface in 3D with two variables running over two different intervals.Eval X-Y-Z(a,t1,t2) VI Describes a surface in 3D with two variables running over two different intervals.Eval X-Y(t) VI Calculates the values of a function (f(t), g(t)), where t runs over an interval. Both components are given by Formulas . The t-values are chosen equidistantly in the interval.Eval X-Y(t) Optimal Step VI Calculates the coordinates of a curve by calculating function values of x = f (t ) and y = g (t ), where t runs over an interval.Eval X-Y(a,t) VI Calculates the (x , y ) coordinates of a curve by calculating the parametric function values of x = f (t ) and y = g (t ), where t runs over an interval.Eval Polar to Rect VI Calculates the values of a polar parametric curve in 2D.Eval Polar to Rect Optimal Step VI Operates like the Eval Polar to Rect VI but with a significantly higher degree of accuracy.