[sage-support] singular console?

2016-05-26 Thread Thierry Dumont
It's possibly a stupid question, but is it possible to use the singular_console() in a notebook? When trying it, the answer is that singular_console() is unknown (in the notebook). Yours t. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To un

[sage-support] Singular

2015-12-04 Thread 朝倉夢
Hi I want to use sage-6.9 with "palp" for calculating some geometric values on Windows8 PC. I installed some software: sage-6.9, palp, virtualbox, cygwin, surfer. As you know, we should open on virtualbox when we want to use sage-6.9 on Windows. In my case, I can use sage and palp(no options)

[sage-support] Singular-nc_algebra-question

2010-02-01 Thread Kakaz
I try to define some noncommutative structures in Sage, but I do not know exactly how. I found this thread: http://groups.google.com/group/sage-support/browse_thread/thread/73ea537d657a3654/ebdc76a97a0b1ea6?lnk=gst&q=noncommutative#ebdc76a97a0b1ea6 and I check examples, but unfortunately I do not k

[sage-support] Singular hanging

2009-10-17 Thread Simon King
Hi! At several occasions, I got the impression that excessive use of autogenerated variables in the singular interface results in freezing singular. My scenario: - During a lengthy computation, I create several 10,000s instances of SingularElement, but most of them not permanent. So, what I am d

[sage-support] Singular timeout?

2009-08-05 Thread VictorMiller
I was asking SAGE to do a calculation that I knew was probably laborious -- I had a plane curve (over Q) and I wanted its genus. I defined it with C=Curve(equation_in_two_variables) and then typed C.genus() after a while (I was in the notebook) I just got the mysterious error message: delaybef

[sage-support] Singular Hilbert series

2009-02-21 Thread davidp
Hi, Singular's hilb command does not work as expected: sage: R = singular.ring(0,'(x,y,z)','dp') sage: I = singular.ideal(['x^3-y^2*z','z^2-x*y']) sage: I.hilb() `sage90` Could someone please explain this? Thanks, Dave --~--~-~--~~~---~--~~ To post to this group

[sage-support] Singular Performance

2008-11-10 Thread Thomas Kahle
Dear all, I'm curious about performance of Singular computations which are run from sage: I tried the following test: --- cat singulartest.sage R = singular.ring(0,'(a,b,c,w,x,y,z)','lp'); I = singular.ideal('x5-abc3', 'x7-w5a5b5', 'bc3-a7', 'b2a3c5x-yzw2',\ 'xyz-wz2ab', 'bx-awz9') S = I.std

[sage-support] Singular interface

2007-05-21 Thread [EMAIL PROTECTED]
I'm trying to compute the discriminant of a polynomial in singular using sage; I've run in to a problem however. When I import the following simple module and try to use discrim: from sage.all import * def discrim(p,x,R): singular.set_ring(R) # or singular.setring(R) d=singular.deg