Opened 15 years ago

Closed 15 years ago

#128 closed bug (wontfix)

ring variable 'a' reused as ring parameter: 'a' will still be a ring inside Singular

Reported by: seelisch Owned by: hannes
Priority: major Milestone: 3-1-1
Component: singular-kernel Version:
Keywords: Cc:

Description

ring a; ring A = (0,a), x, dp; A;

characteristic : 0 1 parameter : a minpoly : 0 number of vars : 1 block 1 : ordering dp : names x block 2 : ordering C

a;

characteristic : 32003 number of vars : 3 block 1 : ordering dp : names x y z block 2 : ordering C

Change History (1)

comment:1 Changed 15 years ago by hannes

Resolution: wontfix
Status: newclosed

This is correct: ordering of search for names (sketch)

  1. singular variables (like ring a)
  2. ring variables (like parameter a)
  3. monomials

(see Misc. oddities)

Note: See TracTickets for help on using tickets.