Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#605 closed proposed feature (not a bug)

forbid constant minimal polynomials for (coefficient) extension fields?

Reported by: kroeker@… Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: singular-kernel Version: 4-0-0
Keywords: Cc:

Description

currently the following code is allowed:

> ring rng = (0,a),x,dp;
> minpoly;
0
> minpoly=5;
> minpoly;
5

Change History (1)

comment:1 Changed 9 years ago by hannes

Resolution: not a bug
Status: newclosed

a nice way to compute in Q/Q (the with ring only one element: 0)

Last edited 9 years ago by hannes (previous) (diff)
Note: See TracTickets for help on using tickets.