Opened 14 years ago

Closed 14 years ago

#219 closed bug (invalid)

Bug in decodegb.lib

Reported by: bulygin Owned by: bulygin
Priority: minor Milestone: 3-1-2 and higher
Component: singular-libs Version: 3-1-1
Keywords: vanishing ideal Cc: seelisch

Description

Name: Andrea Gobbi E-mail: agobbi@… Type of request: Other SINGULAR Version: 3.1.0 Platform: Linux (redhat)

Goodmorning...i have a problem.

I write:

LIB "decodegb.lib"; ring rin=3,(x(1..3)),dp; list pointok=[2,2,2],[1,0,2],[1,0,0],[0,1,1]; ideal id=vanishId(pointok); print(id);

Returns this error:

? wrong range[-1] in ideal/module(3)

? error occurred in decodegb.lib::vanishId line 1526: `

cur=G[i];`

? leaving decodegb.lib::vanishId ? wrong range[0] in ideal/module(3) ? error occurred in decodegb.lib::ev line 1441: `parameter poly f;

parameter matrix p; `

? wrong type declaration. type 'help poly;' ? leaving decodegb.lib::ev ? poly(temp) = list is not supported ? expected poly = poly ? expected poly = matrix ? error occurred in decodegb.lib::ev line 1444: poly temp=f; ? expected poly-expression. type 'help poly;' ? leaving decodegb.lib::ev skipping text from / error at token ] ? leaving decodegb.lib::vanishId

Change History (1)

comment:1 Changed 14 years ago by bulygin

Resolution: invalid
Status: newclosed

The user used a wrong input format. It should be a list of column vectors (so type matrix) and not list of lists.

Note: See TracTickets for help on using tickets.