[next][up][top][index]
search for:

+ -- a binary operator

x + y -- a binary operator used for addition in many situations and for union of sets.

See also:

  • plus -- addition
  • sum -- compute the sum
  • This operator may be used as a binary operator in an expression like x + y. The user may install binary methods for handling such expressions with code such as

                  X + Y := (x,y) -> ...
    where X is the class of x and Y is the class of y.

    Methods for + :

  • {...} + {...} -- sum of two vectors
  • CC + CC
  • CC + QQ
  • CC + RR
  • CC + ZZ
  • ChainComplexMap + ChainComplexMap
  • ChainComplexMap + RingElement
  • ChainComplexMap + ZZ
  • Expression + Expression
  • Expression + Sum
  • Expression + Thing
  • Expression + ZeroExpression
  • GradedModuleMap + GradedModuleMap
  • GradedModuleMap + RingElement
  • Holder + Holder
  • Holder + Sum
  • Holder + ZeroExpression
  • Ideal + Ideal -- sum of ideals
  • Ideal + MonomialIdeal
  • InfiniteNumber + InfiniteNumber
  • InfiniteNumber + ZZ
  • Matrix + Matrix
  • Matrix + RingElement
  • Matrix + ZZ
  • Module + Module -- sum of submodules
  • MonomialIdeal + Ideal
  • MonomialIdeal + MonomialIdeal
  • ProjectiveHilbertPolynomial + ProjectiveHilbertPolynomial
  • QQ + CC
  • QQ + RingElement
  • RingElement + ChainComplexMap
  • RingElement + GradedModuleMap
  • RingElement + Matrix
  • RingElement + QQ
  • RingElement + RingElement
  • RingElement + RR
  • RingElement + ZZ
  • RR + CC
  • RR + RingElement
  • Set + Set -- union
  • Sum + Expression
  • Sum + Holder
  • Sum + Sum
  • Sum + ZeroExpression
  • Tally + Tally -- union of tallies
  • Thing + Expression
  • Vector + Vector
  • ZeroExpression + Expression
  • ZZ + CC
  • ZZ + ChainComplexMap
  • ZZ + InfiniteNumber
  • ZZ + Matrix
  • ZZ + RingElement

  • [next][up][top][index]
    search for: