Re: Solve fails with this simple inequality problem
- To: mathgroup at smc.vnet.net
- Subject: [mg115640] Re: Solve fails with this simple inequality problem
- From: Gabriel Landi <gtlandi at gmail.com>
- Date: Mon, 17 Jan 2011 05:38:29 -0500 (EST)
Floor[Sqrt[19]+7] = 11. You can't find a solution to x=11 AND x<6. You sure that is the right equation? On Sun, Jan 16, 2011 at 8:55 AM, KenR <ramsey2879 at msn.com> wrote: > Solve[Meter = Floor[Sqrt[19]+7] && Meter < 6, Meter] gives a null "{}" > Any workarounds? > >