MathGroup Archive 2009

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

Search the Archive

problem with EvenQ

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105923] problem with EvenQ
  • From: dvholten <info at dvholten.de>
  • Date: Sat, 26 Dec 2009 19:06:55 -0500 (EST)

Hi folks,
i puzzled all afternoon, but couldnt get this one solved:
what is the proper way of using EvenQ[] within FindInstance[] ?
I cant use it like
    FindInstance[ y*2 < 100 && EvenQ[y], {y}, Integers ]
or even
    FindInstance[ EvenQ[y], {y}, Integers ]

Actually, the expression used in FindInstance is much more complex,
but i condensed the problem to be EvenQ[] - i expect some kind of 
special notation to help here.

thanks
dvh


  • Prev by Date: Figure quality
  • Next by Date: Replace and ReplaceAll -- simple application
  • Previous by thread: Re: Figure quality
  • Next by thread: Re: problem with EvenQ