Hi!

On 2017-07-25, springfield .gion <springfieldg...@gmail.com> wrote:
> Hi, I need to create and manipulate the additive semigroups generated by 
> integers (such as those generated by tuples of coprime integers), but I am 
> struggling with the syntax; is there an easy way to create something along 
> the line of:
>
> S = ZZ.Semigroup([2,3])   
> S = {0,2,3,4,....}

I would expect the syntax
  S = NN*[2,3]
(which is meant to create the set of NN-linear combinations of the given
generators 2, 3, and is analogous on how one can create an ideal in 
some ring R), but it seems to be not implemented.

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to