MathGroup Archive 2004

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

Search the Archive

AW: Diophantic Equations with Constraints

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49453] AW: [mg49444] Diophantic Equations with Constraints
  • From: Matthias.Bode at oppenheim.de
  • Date: Wed, 21 Jul 2004 06:39:13 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Michael,

please load the package

<< Algebra`InequalitySolve`

and try:

InequalitySolve[
  3*x + 2*y - z == 14 && 
   3 <= x <= 8 && 0 <= y <= 12 && 
   1 <= z <= 9, {x, y, z}]

Best regards,
Matthias Bode
Sal. Oppenheim jr. & Cie. KGaA
Untermainanlage 1
D-60329 Frankfurt am Main
GERMANY
Tel.: +49(0)69 71 34 53 80
Mobile: +49(0)172 6 74 95 77
Fax: +49(0)69 71 34 95 380
E-mail: matthias.bode at oppenheim.de
Internet: http://www.oppenheim.de



-----Ursprüngliche Nachricht-----
Von: Michael S. [mailto:MikeSuesserott at t-online.de] 
Gesendet: Dienstag, 20. Juli 2004 13:54
An: mathgroup at smc.vnet.net
Betreff: [mg49444] Diophantic Equations with Constraints


The equation should read

	3x + 2y - z == 14  (not 148)

Anyway, it's the principle of the thing I'd be interested in.

Thanks,

Michael


  • Prev by Date: Re: Diophantic Equations with Constraints
  • Next by Date: Re: Diophantic Equations with Constraints
  • Previous by thread: Admin - Posts getting filtered
  • Next by thread: AW: 3D graphs with constraints