Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Complex Ring with multiple parameters and roots of unity
PostPosted: Thu Aug 12, 2010 8:52 pm 
I apologize in advance if the answer to this question is obvious. It's entirely possible that I can't see the forest through the trees.

I'm making a complex ring.
ring r = (complex,30,i),(x,y,z),dp;
And I would like to work with the nth root of unity. For the sake of simplicity, let's look at the 5th root of unity.

What I want to do is add another parameter Q to the ring declaration and then
minpoly = rootofUnity(5);
or something like that.

But I can't figure out how to add another parameter to the complex ring.

Likely, the right way to do this is something completely different, but I'm spinning my wheels and not getting anywhere.

Thanks in advance for any assistance you can provide.
C.


Report this post
Top
  
Reply with quote  
 Post subject: Re: Complex Ring with multiple parameters and roots of unity
PostPosted: Thu Aug 12, 2010 9:48 pm 

Joined: Wed Mar 03, 2010 5:08 pm
Posts: 108
Location: Germany, Münster
If the basering is complex or real you can not
define another parameter and set minpoly.

What you can do, is to add a fourth variable, say a and
add the defining equation of the 5th root of unity as
polynomial in a as another generator to the ideals
which you declare for your computations.

Then the std-computations will reduce modulo this "minpoly"
and the results can be interpreted accordingly.


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

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 11:07 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group