History of Elementary symmetric polynomials $e_k$

back to table · edit · history · where entries came from · files

compare when who what
2026-09-16 11:22 bmatschke interactive tags: bases for symmetric polynomials. a tag is a family of tables, and these are the members of one. numberdb-data#92 asked for it; the membership is decided by the generating function each table gives, not by its title. current reviewed
2026-09-12 15:21 bmatschke attached generate.py
2026-09-01 22:15 bmatschke attach each link to the name it follows, so the name is the link
2026-08-27 11:08 bmatschke migration the power sum table is at its full title
2026-08-27 11:03 bmatschke generator the elementary symmetric polynomials, expanded in n variables
2026-08-27 10:58 bmatschke with claude-opus-5 interactive proposed from elementary.yaml

What changed between 2026-09-12 15:21 and 2026-09-16 11:22

from line 45 (5 lines, 1 more than before) @@ -45,4 +45,5 @@
 - combinatorics - algebra+- bases for symmetric polynomials Programs:   program-sage:
from line 54 (36 lines, 58 fewer than before) @@ -53,94 +54,36 @@
       \ # more variables than this table holds" Numbers:-- params:-    n: '1'-    k: '1'-  number: x1-- params:-    n: '2'-    k: '1'-  number: x1 + x2-- params:-    n: '2'-    k: '2'-  number: x1*x2-- params:-    n: '3'-    k: '1'-  number: x1 + x2 + x3-- params:-    n: '3'-    k: '2'-  number: x1*x2 + x1*x3 + x2*x3-- params:-    n: '3'-    k: '3'-  number: x1*x2*x3-- params:-    n: '4'-    k: '1'-  number: x1 + x2 + x3 + x4-- params:-    n: '4'-    k: '2'-  number: x1*x2 + x1*x3 + x2*x3 + x1*x4 + x2*x4 + x3*x4-- params:-    n: '4'-    k: '3'-  number: x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4-- params:-    n: '4'-    k: '4'-  number: x1*x2*x3*x4-- params:-    n: '5'-    k: '1'-  number: x1 + x2 + x3 + x4 + x5-- params:-    n: '5'-    k: '2'-  number: x1*x2 + x1*x3 + x2*x3 + x1*x4 + x2*x4 + x3*x4 + x1*x5 + x2*x5 + x3*x5 +-    x4*x5-- params:-    n: '5'-    k: '3'-  number: x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4 + x1*x2*x5 + x1*x3*x5 + x2*x3*x5-    + x1*x4*x5 + x2*x4*x5 + x3*x4*x5-- params:-    n: '5'-    k: '4'-  number: x1*x2*x3*x4 + x1*x2*x3*x5 + x1*x2*x4*x5 + x1*x3*x4*x5 + x2*x3*x4*x5-- params:-    n: '5'-    k: '5'-  number: x1*x2*x3*x4*x5-- params:-    n: '6'-    k: '1'-  number: x1 + x2 + x3 + x4 + x5 + x6-- params:-    n: '6'-    k: '2'-  number: x1*x2 + x1*x3 + x2*x3 + x1*x4 + x2*x4 + x3*x4 + x1*x5 + x2*x5 + x3*x5 +-    x4*x5 + x1*x6 + x2*x6 + x3*x6 + x4*x6 + x5*x6-- params:-    n: '6'-    k: '3'-  number: x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4 + x1*x2*x5 + x1*x3*x5 + x2*x3*x5-    + x1*x4*x5 + x2*x4*x5 + x3*x4*x5 + x1*x2*x6 + x1*x3*x6 + x2*x3*x6 + x1*x4*x6 +-    x2*x4*x6 + x3*x4*x6 + x1*x5*x6 + x2*x5*x6 + x3*x5*x6 + x4*x5*x6-- params:-    n: '6'-    k: '4'-  number: x1*x2*x3*x4 + x1*x2*x3*x5 + x1*x2*x4*x5 + x1*x3*x4*x5 + x2*x3*x4*x5 + x1*x2*x3*x6-    + x1*x2*x4*x6 + x1*x3*x4*x6 + x2*x3*x4*x6 + x1*x2*x5*x6 + x1*x3*x5*x6 + x2*x3*x5*x6-    + x1*x4*x5*x6 + x2*x4*x5*x6 + x3*x4*x5*x6-- params:-    n: '6'-    k: '5'-  number: x1*x2*x3*x4*x5 + x1*x2*x3*x4*x6 + x1*x2*x3*x5*x6 + x1*x2*x4*x5*x6 + x1*x3*x4*x5*x6-    + x2*x3*x4*x5*x6-- params:-    n: '6'-    k: '6'-  number: x1*x2*x3*x4*x5*x6+  '1':+    '1': x1+  '2':+    '1': x1 + x2+    '2': x1*x2+  '3':+    '1': x1 + x2 + x3+    '2': x1*x2 + x1*x3 + x2*x3+    '3': x1*x2*x3+  '4':+    '1': x1 + x2 + x3 + x4+    '2': x1*x2 + x1*x3 + x2*x3 + x1*x4 + x2*x4 + x3*x4+    '3': x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4+    '4': x1*x2*x3*x4+  '5':+    '1': x1 + x2 + x3 + x4 + x5+    '2': x1*x2 + x1*x3 + x2*x3 + x1*x4 + x2*x4 + x3*x4 + x1*x5 + x2*x5 + x3*x5 + x4*x5+    '3': x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4 + x1*x2*x5 + x1*x3*x5 + x2*x3*x5+      + x1*x4*x5 + x2*x4*x5 + x3*x4*x5+    '4': x1*x2*x3*x4 + x1*x2*x3*x5 + x1*x2*x4*x5 + x1*x3*x4*x5 + x2*x3*x4*x5+    '5': x1*x2*x3*x4*x5+  '6':+    '1': x1 + x2 + x3 + x4 + x5 + x6+    '2': x1*x2 + x1*x3 + x2*x3 + x1*x4 + x2*x4 + x3*x4 + x1*x5 + x2*x5 + x3*x5 + x4*x5+      + x1*x6 + x2*x6 + x3*x6 + x4*x6 + x5*x6+    '3': x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4 + x1*x2*x5 + x1*x3*x5 + x2*x3*x5+      + x1*x4*x5 + x2*x4*x5 + x3*x4*x5 + x1*x2*x6 + x1*x3*x6 + x2*x3*x6 + x1*x4*x6+      + x2*x4*x6 + x3*x4*x6 + x1*x5*x6 + x2*x5*x6 + x3*x5*x6 + x4*x5*x6+    '4': x1*x2*x3*x4 + x1*x2*x3*x5 + x1*x2*x4*x5 + x1*x3*x4*x5 + x2*x3*x4*x5 + x1*x2*x3*x6+      + x1*x2*x4*x6 + x1*x3*x4*x6 + x2*x3*x4*x6 + x1*x2*x5*x6 + x1*x3*x5*x6 + x2*x3*x5*x6+      + x1*x4*x5*x6 + x2*x4*x5*x6 + x3*x4*x5*x6+    '5': x1*x2*x3*x4*x5 + x1*x2*x3*x4*x6 + x1*x2*x3*x5*x6 + x1*x2*x4*x5*x6 + x1*x3*x4*x5*x6+      + x2*x3*x4*x5*x6+    '6': x1*x2*x3*x4*x5*x6 

Sign in to restore an earlier version.