|
[Date Index]
[Thread Index]
[Author Index]
"Reduce" returns repeated solutions!
- To: mathgroup at smc.vnet.net
- Subject: [mg46333] "Reduce" returns repeated solutions!
- From: Pedro L <pedrito6 at softhome.net>
- Date: Sat, 14 Feb 2004 22:19:43 -0500 (EST)
- Reply-to: Pedro L <pedrito6 at softhome.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello mathgroup,
I would like to know why when I write:
Reduce[(x >= y \[Implies] 2x <= 3y) && Abs[x] < 5 && Abs[y] < 5, {x,
y}, Integers]
I obtain repeated solutions.
I obtain a lot of solutions like: x == -4 && y == -3 ...
But many of them appear repeated.
In this case I obtain x == -4 && y == -1 two times.
How do you "simplify" the list of solutions?
Thanks in advance.
Pedro L. (Spain)
Prev by Date:
Re: Need definitions for lhs=rhs
Next by Date:
Re: FindRoot in Version 5
Previous by thread:
Re: Show Factor
Next by thread:
Re: "Reduce" returns repeated solutions!
|