Function File: retval = algebraic_product (x)
Function File: retval = algebraic_product (x, y)

Return the algebraic product of the input. The algebraic product of two real scalars x and y is: x * y

For one vector argument, apply the algebraic product to all of elements of the vector. (The algebraic product is associative.) For one two-dimensional matrix argument, return a vector of the algebraic product of each column.

For two vectors or matrices of identical dimensions, or for one scalar and one vector or matrix argument, return the pair-wise product.

See also: algebraic_sum, bounded_difference, bounded_sum, drastic_product, drastic_sum, einstein_product, einstein_sum, hamacher_product, hamacher_sum.

Package: fuzzy-logic-toolkit