Requires (these are sketchy thoughts...) :
- From a (system of) polynomial(s), obtain its unfolding (=again a (system of) polys with additional variables).
- Define how to solve linear non-commutative equations (perhaps the semiring can specify that?) OR (similar to what we do in the comm. case with the Jacobian and the FreeSR): solve the linear equations symbolically (once) over the semiring of contexts (foo [box] bar).
- The symbolic solution then gives rise to an iteration scheme, which is basically a function of type (context -> context)
- e.g. for finite SRs we can either solve the linear equations by Kleene-iteration (in each Newton-step), or directly work with the symbolic context-representation of the solution (if this can be done in a meaningful way)
Requires (these are sketchy thoughts...) :