Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Calling singular.invariant_theory() from Sagemath
Author Message
  Post subject:  Re: Calling singular.invariant_theory() from Sagemath  Reply with quote
This is a possible bug in SageMath: see the reply for my question at the ask.sagemath.org forum. (I am unable to post its URL here.)
Post Posted: Fri Aug 23, 2019 2:58 am
  Post subject:  Calling singular.invariant_theory() from Sagemath  Reply with quote
(I have posted this question on the ask.sagemath forum also.) I am trying to compute an invariant ring for a finite group using Singular through Sagemath, but I get an error. Here is a minimal example.
Code:
singular.lib('finvar.lib')
R = singular.ring(3,'(x0, x1)', 'dp')
g = singular.matrix(2,2,'1,0,1,1')
singuslar.invariant_ring(g)

However I get an error:
Code:
  File "/usr/lib/python2.7/dist-packages/sage/interfaces/singular.py", line 653, in eval
    raise SingularError('Singular error:\n%s'%s)
TypeError: Singular error:
   ? assign not impl.
   ? error occurred in or before STDIN line 16: `        return(P,S);`

(This happens in Debian 9, with sagemath and Singular installed using apt, and in Debian 10, both installed the same way, and on the Sage Cell server.)
How do I fix this problem?
Post Posted: Wed Aug 21, 2019 11:18 pm


It is currently Fri May 13, 2022 10:57 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group