Strange result of solve
- To: mathgroup at smc.vnet.net
- Subject: [mg132414] Strange result of solve
- From: Wiel Aerts <wiel.aerts at xs4all.nl>
- Date: Mon, 10 Mar 2014 04:41:13 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
I cannot really understand the different results of the following: Solve[ 5 x == 0, x, Modulus-> 5 ] result: {{x-> 0}} and: Solve[ 0 x == 0, x, Modulus-> 5 ] result: {{}} The last means that every x is OK. Which I think is true. But I would expect the same result for the first case. What am I missing? Wiel I'm using MTM v9.
- Follow-Ups:
- Re: Strange result of solve
- From: Matthias Bode <lvsaba@hotmail.com>
- Re: Strange result of solve
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Strange result of solve