PolynomialMod::polym

Details

  • This message is generated when the second argument in PolynomialMod includes a modulus that is a number other than an integer.
  • Off[message] switches off the message; On[message] switches it on. For example: Off[PolynomialMod::polym].

Examples

Basic Examples  (1)

This input generates an error because 7.5 is not an integer:

This shows a valid use of PolynomialMod:

You can use Mod to reduce coefficients modulo a noninteger modulus: