Here's an even simpler and more disturbing error with variety().  Is
this just my installation?

Alex

----------------------------------------------------------------------
| Sage Version 3.2, Release Date: 2008-11-20                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: R.<w>= PolynomialRing(QQ,1)
sage: H=w
sage: I= ideal(H); I
Ideal (w) of Multivariate Polynomial Ring in w over Rational Field
sage: I.variety()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call
last)

/Users/arai021/<ipython console> in <module>()

/Applications/sage/local/lib/python2.5/site-packages/sage/rings/
polynomial/multi_polynomial_ideal.pyc in variety(self, ring)
   1528         P = self.ring()
   1529         if ring is not None: P = P.change_ring(ring)
-> 1530         T = self.triangular_decomposition
('singular:triangLfak')
   1531
   1532         V = []

/Applications/sage/local/lib/python2.5/site-packages/sage/rings/
polynomial/multi_polynomial_ideal.pyc in triangular_decomposition
(self, algorithm, singular)
    740         P = self.ring()
    741
--> 742         is_groebner = self.basis_is_groebner()
    743
    744         # make sure to work w.r.t. 'lex'

/Applications/sage/local/lib/python2.5/site-packages/sage/rings/
polynomial/multi_polynomial_ideal.pyc in basis_is_groebner(self,
singular)
   1237         self.ring()._singular_().set_ring()
   1238
-> 1239         F = singular( self.gens(), "module" )
   1240         LTF = singular( [f.lt() for f in self.gens()] ,
"module" )
   1241

/Applications/sage/local/lib/python2.5/site-packages/sage/interfaces/
singular.pyc in __call__(self, x, type)
    591             x = str(x)[1:-1]
    592
--> 593         return SingularElement(self, type, x, False)
    594
    595

/Applications/sage/local/lib/python2.5/site-packages/sage/interfaces/
singular.pyc in __init__(self, parent, type, value, is_name)
   1007             except (RuntimeError, TypeError,
KeyboardInterrupt), x:
   1008                 self._session_number = -1
-> 1009                 raise TypeError, x
   1010         else:
   1011             self._name = value

TypeError: Singular error:
   ? error occurred in STDIN line 23: `module sage4=w,;`
   ? expected module-expression. type 'help module;'
   ? last reserved name was `module`
 error at token `;`


On Nov 27, 2:59 am, Simon King <[EMAIL PROTECTED]> wrote:
> Dear Michael,
>
> On Nov 26, 12:03 pm, mabshoff <[EMAIL PROTECTED]
>
> dortmund.de> wrote:
> > > Shall one open a ticket then?
>
> > Yes, please do. And please make sure to ping either singular-team or
> > Hans directly. I know Singular 3-1 is coming, so maybe we are lucky
> > and it is either fixed there or will be :)
>
> It is #4622, and I forwarded it to Hans.
>
> Cheers
>     Simon
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to