Product

Gives the product of all components of the input vector

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The output y is derived as a multiplication of n inputs u given as a vector:

y_i = prod(u_i)

See also

Product_2Product_3

Parameters (1)

nin

Value: 2

Type: Integer

Description: Number of input signals

Connectors (2)

y

Type: RealOutput

Description: Output signal

u

Type: RealMultiInput[nin]

Description: Input

Used in Components (1)

Product

BusinessSimulation.CausalLoop

Multiply all inputs