Forgot password
 Register account
View 223|Reply 1

[组合] 完全对称多项式、初等对称多项式的关系

[Copy link]

3219

Threads

7837

Posts

52

Reputation

Show all posts

hbghlyj posted 2024-11-15 17:37 |Read mode
完全对称多项式定义为
  1. completeSymmetricPolynomial[i_?IntegerQ, vars_?ListQ] :=
  2.       Total@Union@Tuples[Times @@ vars, {i}];
Copy the Code
例如
  1. completeSymmetricPolynomial[2, {a, b, c, d}]
Copy the Code
$$=a^2 + a b + b^2 + a c + b c + c^2 + a d + b d + c d + d^2$$

3219

Threads

7837

Posts

52

Reputation

Show all posts

original poster hbghlyj posted 2024-11-15 17:39
设$e_i$为初等对称多项式,如何证明$\displaystyle\sum_{i=0}^m (-1)^i e_i(X_1,\dots,X_n)h_{m-i}(X_1,\dots,X_n)=0$
例如
  1. FullSimplify@
  2. Table[Sum[(-1)^i completeSymmetricPolynomial[i, {a, b, c, d}]     
  3.                           SymmetricPolynomial[m - i, {a, b, c, d}],
  4.       {i, 0, m}], {m, 1, 4}]
Copy the Code
{0, 0, 0, 0}

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-21 12:04 GMT+8

Powered by Discuz!

Processed in 0.158600 seconds, 34 queries