Function5

Select calculation method

Input data

x

y

z

w

t

Expression

Output data

Result

Description

Function5 is designed to evaluate a mathematical expression using five input variables. By providing numbers (xx, yy, zz, ww, tt) and a mathematical expression (f(x,y,z,w,t)f(x, y, z, w, t)), the function calculates and returns the result.

Use the following guide to learn how to construct valid expressions:
Guide to Using Mathematical Expressions with Voima Toolbox

Features:

  • Accepts five input values (xx, yy, zz, ww, and tt) and a mathematical expression (f(x,y,z,w,t)f(x, y, z, w, t)).
  • Evaluates the expression using the provided values.
  • Returns the calculated result.

Input and Output Parameters:

ParameterDefault UnitsDescription
xNoneThe first input number to be used in the expression.
yNoneThe second input number to be used in the expression.
zNoneThe third input number to be used in the expression.
wNoneThe fourth input number to be used in the expression.
tNoneThe fifth input number to be used in the expression.
ExpressionNoneThe mathematical expression to be evaluated.
ResultNoneThe output value after evaluating the expression.