Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Conductor, and some weirdness
PostPosted: Fri Nov 04, 2005 6:21 am 

Joined: Fri Nov 04, 2005 6:15 am
Posts: 1
Location: Seattle, WA
First, is there a way to find the conductor of a map (specifically, the normalization map)? I see some mention of the conductor of a curve in the documentation, but I'm working with a hypersurface of A^5.

Secondly, working with said hypersurface (defined by the equation d^3+a^2*c*d-a^3*e+2*b*c*d^2-3*a*b*d*e+b^2*c^2*d-a*b^2*c*e-b^3*e^2, where a,...,e are the variable names), the results I get seem to depend heavily on my base ring. Over Q, Singular seems to think this ring is already normal (it's not); over C it chokes; over Z/(32003), it gives the right answer for the normalization and the normalization map.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Nov 11, 2005 5:31 pm 

Joined: Wed Sep 21, 2005 1:27 pm
Posts: 10
Location: Kaiserslautern, Germany
Dear Davis,

concerning your first question, I do not know a general procedure for finding the conductor of a map. For the normalization map, however, Corollary 3.6.11 in the textbook "A Singular Introduction to Commutative Algebra" (by Greuel and Pfister) may provide the basis for an iterative algorithm computing the conductor (that is, Ann_A(Abar/A), where Abar
is the normalization of A.

By the way, the radical of the conductor coincides with the radical of the ideal computed by Algorithm 3.6.12 (non-normalLocus) in the book cited above.

Concerning your second question:
> Secondly, working with said hypersurface ... , the results I get seem to
> depend heavily on my base ring. Over Q, Singular seems to think this
> ring is already normal (it's not); ....
I cannot reproduce this problem. The following Singular (3-0-0) session computes the normalization of your hypersurface over Q (result coincides with result in char 32003):
Code:
ring r=0,(a,b,c,d,e),dp;
ideal I= d^3+a^2*c*d-a^3*e+2*b*c*d^2-3*a*b*d*e+b^2*c^2*d
                -a*b^2*c*e-b^3*e^2;
LIB "normal.lib";
def L=normal(I);
def R=L[1];
setring R;  norid; normap;
//->norid[1]=0
//->normap[1]=T(1)
//->normap[2]=T(2)
//->normap[3]=T(3)
//->normap[4]=T(2)*T(4)^2+T(1)*T(4)
//->normap[5]=T(4)^3+T(3)*T(4)

Concerning the computation of the normalization over C, note that one cannot simply define a ring r=(0,complex),..... . This makes SIngular compute with floating point numbers and most Singular routines are not implemented for computing with floating point numbers (at this writing, these kind of rings are only implemented for applications in the context of symbolic-numerical solving).

Christoph Lossen
(Singular-Team)


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