Hi, I was wondering if there is (or is planned) support for natural multivariate power series ring constructions (with say fixed precision for each variable) similar to that of polynomal rings? It would be nice to be able to say something like
S = PowerSeriesRing(QQ, 'x,y', [15, 20]) or S.<x,y> = PowerSeriesRing(QQ, [15, 20]) instead of S1.<x> = PowerSeriesRing(QQ, 15) S.<y> = PowerSeriesRing(S1, 20) Thanks, -Jon =) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
