Qurak

SymmetricReduction

Khả dụng, khác với tài liệu tham chiếu .wl

Reduce a polynomial into symmetric part and remainder over elementary symmetric polynomials

SymmetricReduction[f, {x1, …, xn}]
SymmetricReduction[f, {x1, …, xn}, {s1, …, sn}]
SymmetricReduction[x ^ 2 + y ^ 2, {x, y}] → {-2*x*y + (x + y)^2, 0}SymmetricReduction[x ^ 2 - y ^ 2, {x, y}] → {-2*x*y + (x + y)^2, -2*y^2}SymmetricReduction[x ^ 2 - y ^ 2, {x, y}, {s1, s2}] → {s1^2 - 2*s2, -2*y^2}

Chủ đề

Liên quan

Tất cả 6300 hàm · Dùng cái này từ một client MCP