Singular
https://www.singular.uni-kl.de/forum/

p_IsUnit and p_Invers
https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=2582
Page 1 of 1

Author:  MSaaltink [ Wed Mar 08, 2017 9:13 pm ]
Post subject:  p_IsUnit and p_Invers

I am using singular via its integration in Sage. Both p_IsUnit and p_Invers are called by Sage for multivariate polynomials over rings like the integers or the integers mod n. In the case of integers mod n, where n is composite, p_IsUnit does not give the expected result. As a polynomial over the integers mod 4, for example, 1+2*x is a unit (it is in fact self-inverse), but p_Unit reports that it is not. (A polynomial like this is a unit iff the constant term is a unit in the base ring, and all other coefficients are nilpotent.)

p_Invers, the way it is called by Sage, never seems to give the correct result in these cases, and looking at the code gives me some doubt that it is meant to. However, I could not find the documentation describing exactly what it is meant to do.

Are these functions are meant to work in rings that are not integral domains?

Author:  hannes [ Thu Mar 09, 2017 5:06 pm ]
Post subject:  Re: p_IsUnit and p_Invers

p_Invers: is only a helper routine for the 3-argument forms of jet
(see https://www.singular.uni-kl.de/Manual/4 ... ng_265.htm).
It should not be used otherwise: is a static routine in newer releases
Furthermore, the coefficients must be from a field.

p_IsUnit: is currently only used to simplify ideals,
and currently defined as: p is a constant polynomial and the constant is a unit.
I will try to extend that.....but it is of low priority.

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/