linearization (original) (raw)
- •
Method 1. Given any homogeneous polynomial f of degree n in m indeterminates over a commutativescalar ring R (scalar simply means that the elements of R commute with the indeterminates).
- Step 1
If all indeterminates are linear in f, then we are done. - Step 2
Otherwise, pick an indeterminate x such that x is not linear in f. Without loss of generality, write f=f(x,X), where X is the set of indeterminates in f excluding x. Defineg(x1,x2,X):=f(x1+x2,X)-f(x1,X)-f(x2,X). Then g is a homogeneous polynomial of degree n in m+1indeterminates. However, the highest degree of x1,x2 is n-1, one less that of x. - Step 3
Repeat the process, starting with Step 1, for the homogeneous polynomial g. Continue until the set Xof indeterminates is enlarged to one X′ such that each x∈X′ is linear.
- Step 1
- •
Method 2. This method applies only to homogeneous polynomials that are also homogeneousin each indeterminate, when the other indeterminates are held constant, i.e., f(tx,X)=tnf(x,X) for some n∈ℕ and any t∈R. Note that if all of the indeterminates in f commute with each other, then f is essentially amonomial
. So this method is particularly useful when indeterminates are non-commuting. If this is the case, then we use the following algorithm
:
- Step 1
If x is not linear in f and that f(tx,X)=tnf(x,X), replace x with a formal linear combinationofn indeterminates over R:
r1x1+⋯+rnxn, where ri∈R. - Step 2
- Step 3
Expand g and take the sum of the monomials in g whose coefficent is r1⋯rn. The result is a linearization of f for the indeterminate x. - Step 4
Take the next non-linear indeterminate and start over (with Step 1). Repeat the process until f is completely linearized.
- Step 1
Remarks.
- If the characteristic of scalar ring R is 0 and f is a monomial in one indeterminate, we can recover f back from its linearization by setting all of its indeterminates to a single indeterminate x and dividing the resulting polynomial by n!:
f(x)=1n!linearization(f)(x,…,x). Please see the first example below.
- If the characteristic of scalar ring R is 0 and f is a monomial in one indeterminate, we can recover f back from its linearization by setting all of its indeterminates to a single indeterminate x and dividing the resulting polynomial by n!:
- If f is a homogeneous polynomial of degree n, then the linearized f is a multilinear map in nindeterminates.
Examples.
- •
f(x)=x2. Then f(x1+x2)-f(x1)-f(x2)=x1x2+x2x1 is a linearization of x2. In general, if f(x)=xn, then the linearization of f is∑σ∈Snxσ(1)⋯xσ(n)=∑σ∈Sn∏i=1nxσ(i), where Sn is the symmetric group on {1,…,n}. If in addition all the indeterminates commute with each other and n!≠0 in the ground ring, then the linearization becomes
- •
f(x,y)=x3y2+xyxyx. Since f(tx,y)=t3f(x,y) and f(x,ty)=t2f(x,y), f is homogeneous over x and yseparately, and thus we can linearize f. First, collect all the monomials having coefficient abc in(ax1+bx2+cx3,y), we getg(x1,x2,x3,y):=∑xixjxky2+xiyxjyxk, where i,j,k∈1,2,3 and (i-j)(j-k)(k-i)≠0. Repeat this for y and we have h(x1,x2,x3,y1,y2):=∑xixjxk(y1y2+y2y1)+(xiy1xjy2xk+xiy2xjy1xk). ----------------------------------------------------------------------------