polynomial_multilinear (256B)
1 # Polynomial multilinear 2 3 A [polynomial] where, in the [polynomial_expanded], for every [monomial], the [exponent] of every [variable] is at most 1 4 5 For polynomials with just one [variable], you get an [affine_function] 6 7 Up: [polynomial] 8 9 See also: [trio]