Michel
unread,Jul 19, 2008, 9:56:38 AM7/19/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
Hi,
In need to do some Grobner basis computations in rings of the form
QQ(a,b,...)[x,y,z,....].
It is possible to define such rings in Singular. However I am afraid
that if I define them in
sage in the usual iterative way
R=QQ['a','b','c']
K=FractionField(R)
S=K['x','y','z']
I will not get the Singular optimized version. Is this true? Is there
syntax so that one uses the Singular version?
Regards,
Michel