Ask Your Question
0

Differentiation of a power series.

asked 13 years ago

updated 13 years ago

I wonder whether it is too hard to implement the derivative function for multivariate Power Series Ring. Since it is already implemented for one variable, is it not possible to implement it for multivariable, by treating the ring in one var over the ring in other vars.

e.g.

QQ[[x,y,z]] = QQ[[x,y]][z]]

Thanks and regards

--VInay

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 13 years ago

Volker Braun gravatar image

This is now ticket #12241

Preview: (hide)
link

Comments

Hi Volker, Thanks for the patch. I tried to apply the patch using hg_sage.apply('filename'). It did not give me any error (however gave an irrelevant warning about .sagerc file). But the code sage: T.<a,b> = PowerSeriesRing(ZZ,2) sage: f = a + b + a^2*b sage: f = a + b + a^2*b + T.O(4) sage: f.derivative(a) Gives NotImplementedError Traceback (most recent call last) Do I have to install something more to make this patch work? -- VInay

VInay Wagh gravatar imageVInay Wagh ( 13 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 13 years ago

Seen: 442 times

Last updated: Dec 31 '11