MathGroup Archive 2002

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

Search the Archive

solve - integer solution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34145] solve - integer solution
  • From: "Chris Krook" <c.krook at student.tue.nl>
  • Date: Mon, 6 May 2002 05:20:15 -0400 (EDT)
  • Organization: Eindhoven University of Technology, The Netherlands
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
I need to find an instance from the integers that satisfies the following
equation:

{12 c[1, 0] + 12 c[2, 0] + 25 c[3, 0] - 50 c[3, 1] + 25 c[4, 0] - 50 c[4,
1],
  12 c[1, 1] + 12 c[2, 1] + 10 c[3, 0] + 15 c[3, 1] + 10 c[4, 0] + 15 c[4,
1],
   c[1, 0] + 2 c[2, 0], c[1, 1] + 2 c[2, 1], c[3, 0] - 5 c[4, 1],
  c[3, 1] + c[4, 0] - c[4, 1]}=={0,0,0,0,0,0}

Using Solve doesn't give (explicit) integer solutions; Furthermore, since I
only need an arbitrary integer-instance is there an easier way to obtain
one? (if not, how can I adjust solve?)
(this is small example; my actual problem involves much larger lists)

Thanks in advance,
Chris






  • Prev by Date: Difficult text effect
  • Next by Date: Some questions about plotting.
  • Previous by thread: Re: Difficult text effect
  • Next by thread: Re: solve - integer solution