Opened 11 years ago

Closed 11 years ago

#494 closed bug (invalid)

Bug in der spielwiese

Reported by: barakat Owned by: somebody
Priority: minor Milestone: 3-2-0 and higher
Component: dontKnow Version: 3-1-6
Keywords: Cc:

Description

Eine Variable verschwindet in der spielwiese. Hat es mit dem Einlesen von Dateien zu tun? Bei legacy Singular funktioniert es.

Attachments (3)

commands_file_of_Singular_with_PID_38385 (66.0 KB) - added by barakat 11 years ago.
homalg_file_1_PID_38382-singular (39 bytes) - added by barakat 11 years ago.
homalg_file_2_PID_38382-singular (631 bytes) - added by barakat 11 years ago.

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by barakat

Changed 11 years ago by barakat

Changed 11 years ago by barakat

comment:1 Changed 11 years ago by hannes

The following lines explain it:

686	number homalg_variable_11 = 0;
687	number homalg_variable_12 = 1;
688	number homalg_variable_13 = -1;
689	minpoly=Z(4)^2+Z(4)+1;

Setting minpoly removed all variables which depend on the ring (homalg_variable_11 etc.) from the current ring (that's one of the differences between master and spielwiese)

Last edited 11 years ago by hannes (previous) (diff)

comment:2 Changed 11 years ago by barakat

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.