|
[Date Index]
[Thread Index]
[Author Index]
Re: Solve fails with this simple inequality problem
- To: mathgroup at smc.vnet.net
- Subject: [mg115659] Re: Solve fails with this simple inequality problem
- From: telefunkenvf14 <rgorka at gmail.com>
- Date: Mon, 17 Jan 2011 05:42:11 -0500 (EST)
- References: <iguirr$8u0$1@smc.vnet.net>
On Jan 16, 4:55 am, KenR <ramsey2... at msn.com> wrote:
> Solve[Meter = Floor[Sqrt[19]+7] && Meter < 6, Meter] gives a null "{}"
> Any workarounds?
Meter == Floor[Sqrt[19] + 7] and Meter < 6 would seem rather difficult
to satisfy simultaneously... (given that Floor[Sqrt[19] + 7] returns
11)
-RG
Prev by Date:
question about CUDA
Next by Date:
Re: Solve fails with this simple inequality problem
Previous by thread:
Re: Solve fails with this simple inequality problem
Next by thread:
Re: Solve fails with this simple inequality problem
|