MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: comparing finite fields elements with == or != doesn't work?!?!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71377] Re: comparing finite fields elements with == or != doesn't work?!?!
  • From: "xarnaudx at gmail.com" <xarnaudx at gmail.com>
  • Date: Thu, 16 Nov 2006 00:53:10 -0500 (EST)
  • References: <ejeulg$1h0$1@smc.vnet.net>

using === and =!= doesn't work either:

<< Algebra`FiniteFields`
F = GF[7];
Print[F[{0}] === F[{7}]];
Print[F[{0}] === 0];
Print[2*F[{7}] === 0];

outputs:

False
False
True


  • Prev by Date: Re: Vandermonde Matrix/Optimization question
  • Next by Date: mouse drage listener!
  • Previous by thread: comparing finite fields elements with == or != doesn't work?!?!
  • Next by thread: Re: comparing finite fields elements with == or != doesn't work?!?!