MCPcopy Create free account
hub / github.com/Singular/Singular / polysum

Function polysum

Singular/dyn_modules/python/symm.py:67–71  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

65print(r)
66myideal=Ideal()
67def polysum(l):
68 acc=Polynomial(0)
69 for p in l:
70 acc+=p
71 return acc
72
73var_cache=[singular_var(x+1) for x in range(singular.nvars(Ring()))]
74for (j1,j2,j3,j4,j5,j6,j7,j8,j9) in Cartesian(list(repeat(value_range,9))):

Callers 1

symm.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected