Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Polynomials over Q(t)
PostPosted: Mon Sep 22, 2008 1:15 am 

Joined: Mon Sep 22, 2008 1:07 am
Posts: 3
I am trying to do some computations using polynomials over Q(t). But already the following hangs my machine:

ring R = (0,t), (w,x,y,z), dp;
poly f = w^3 + x^3 + y^3 + z^3 + t*((w+x)*(w+2*y)*(w+3*z) + 3*x*y*(w+x+z));
ideal jac = jacob(f);
print(lift(jac, x^4));

By contrast, Magma does this with no trouble. Is this a known issue?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:54 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group