Opened 13 years ago
Closed 13 years ago
#206 closed proposed feature (fixed)
non-commutative multiplication "poly * ideal" not available
Reported by: | Levandovskyy | Owned by: | seelisch |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-1 |
Component: | singular-kernel | Version: | 3-1-1 |
Keywords: | PLURAL | Cc: |
Description
- erlaubt bitte in nicht-komm Fall die Multiplikation von Ideal/Modul?
mit einem Polynom von links (geht von rechts), z.B. LIB "nctools.lib"; def A = makeWeyl(2); setring A; ideal I = x(1)*D(1)+1, D(2)2; poly f = x(1)*D(2); ideal J = f*I; not available for nc case! ideal K = I*f; geht klar
Change History (2)
comment:1 Changed 13 years ago by
Reporter: | changed from seelisch to Levandovskyy |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
should work now for the cases: poly * ideal, vector * ideal, poly * matrix