Opened 9 years ago
Closed 9 years ago
#516 closed bug (not a bug)
grammar error for ring creation command ?
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | Release 4-0-0 |
Component: | singular-kernel | Version: | 3-1-6 |
Keywords: | ring creation grammar real comlpex | Cc: |
Description
Minimal failing example:
ring rng = (real,a),x,dp; // replaced with ring rng = (complex,a),x,dp;
All versions affected.
Note: See
TracTickets for help on using
tickets.
It is the same. Or what is the difference between an algebraic extension of real with minpoly a2-1 (which is the only posssible because of the implementation) and complex with a as name of the imaginary unit?