Forgot password?
 Create new account
View 101|Reply 1

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

[Copy link]

3151

Threads

8498

Posts

610K

Credits

Credits
66208
QQ

Show all posts

hbghlyj Posted at 2024-11-15 17:37:58 |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$$

3151

Threads

8498

Posts

610K

Credits

Credits
66208
QQ

Show all posts

 Author| hbghlyj Posted at 2024-11-15 17:39:58
设$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}

手机版Mobile version|Leisure Math Forum

2025-4-21 14:24 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list