#605 closed proposed feature (not a bug)
forbid constant minimal polynomials for (coefficient) extension fields?
Reported by: | 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
Note: See
TracTickets for help on using
tickets.
a nice way to compute in Q/Q (the with ring only one element: 0)