[top][index]
search for:

/ -- a binary operator, usually used for division

x / y -- a binary operator usually used for division, yielding a fraction, or for quotients (ring by ideal, etc.).

See also:

  • // -- a binary operator, usually used for quotient
  • 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 / :

  • List / Function
  • List / MarkUpType
  • List / SelfInitializingType
  • List / Thing
  • CC / CC
  • CC / QQ
  • CC / RR
  • CC / ZZ
  • CoherentSheaf / CoherentSheaf -- quotient of coherent sheaves
  • CoherentSheaf / Ideal
  • EngineRing / Ideal
  • Expression / Expression
  • Expression / Holder
  • Expression / OneExpression
  • Expression / Thing
  • Holder / Expression
  • Holder / Holder
  • Holder / OneExpression
  • Ideal / Ideal -- quotient module
  • InfiniteNumber / InfiniteNumber
  • Module / Sequence
  • Module / List
  • Module / Ideal -- quotient module by an ideal
  • Module / Module -- quotient module
  • Module / RingElement
  • Module / Vector
  • QQ / CC
  • QQ / RingElement
  • Ring / (...) -- quotient ring
  • Ring / List
  • Ring / Ideal -- quotient ring
  • Ring / Module
  • Ring / MonomialIdeal
  • Ring / RingElement -- quotient ring
  • Ring / ZZ
  • RingElement / QQ
  • RingElement / RingElement
  • RingElement / RR
  • RingElement / ZZ
  • RR / CC
  • RR / RingElement
  • Thing / Expression
  • VisibleList / Function -- apply a function to each member of a list
  • ZZ / CC
  • ZZ / RingElement

  • [top][index]
    search for: