multilinearen
Multilinear refers to a mathematical concept that extends the idea of linearity from single-variable functions to multiple variables. In linear algebra and related fields, a multilinear function is a function that is linear in each of its arguments when the others are held constant. This property is fundamental in various areas of mathematics, including tensor algebra, multilinear mappings, and multilinear forms.
A multilinear function of *n* variables, *f*: *V₁ × V₂ × ... × Vₙ → W*, where *V₁, V₂,
*f*(a₁x + a₂y, z) = a₁*f*(x, z) + a₂*f*(y, z) and
*f*(x, b₁u + b₂v) = b₁*f*(x, u) + b₂*f*(x, v)
for all scalars *a₁, a₂, b₁, b₂* and vectors *x, y ∈ V₁, u, v ∈ V₂*.
Multilinearity is widely used in defining operations on tensors, such as the tensor product, and in formulating
Multilinear forms are a specific type of multilinear function that map *n* vectors to a scalar (e.g.,