#14797: Polynomials over semirings
---------------------------------+------------------------------------------
       Reporter:  darij          |         Owner:  sage-combinat
           Type:  task           |        Status:  new          
       Priority:  major          |     Milestone:  sage-5.12    
      Component:  combinatorics  |    Resolution:               
       Keywords:                 |   Work issues:               
Report Upstream:  N/A            |     Reviewers:               
        Authors:                 |     Merged in:               
   Dependencies:  #14507         |      Stopgaps:               
---------------------------------+------------------------------------------
Description changed by darij:

Old description:

> With semirings implemented (#14507), it seems not too wide a stretch to
> ask for algebraic constructions involving them, such as (semi)algebras
> over semirings, and polynomials over semirings acting on such
> semialgebras. This would allow to reuse lots of code written for rings in
> a semiring context provided there are no minus signs appearing; right now
> I see two cases where I could use such a thing.

New description:

 With semirings implemented (#14507), it seems not too wide a stretch to
 ask for algebraic constructions involving them, such as (semi)algebras
 over semirings, and polynomials over semirings acting on such
 semialgebras. This would allow to reuse lots of code written for rings in
 a semiring context provided there are no minus signs appearing; right now
 I see two cases where I could use such a thing.

 In particular, this should work rather than throwing an ArithmeticError:
 {{{
 sage: NN = NonNegativeIntegers()
 sage: T = TropicalSemiring(QQ)
 sage: NN(2) * T(3)
 }}}

 While the *integer* 2 doesn't canonically act on the tropical semiring,
 the *nonnegative integer* 2 should.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14797#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to