List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Re: Curious simplification
| [MUG] Re: Curious simplification |
|
Author: Carl Devore
Posted: Wed, 11 Dec 2002 01:37:12 -0500
|
>> From: Carl Devore "devore"
On Thu, 5 Dec 2002, Greg Gamble wrote:
> ... so this suggests using {solve(...)} to compare such expressions.
> However, if one tries this with <> one gets:
> > solve(x<>2);
> x
> (which means `any value' as I interpret it) and differs from:
>
> > solve(x < 2 or x > 2);
> RealRange(-infinity, Open(2)), RealRange(Open(2), infinity)
Because of complex numbers, 'x<>2' is not the same as 'x>2 or x<2'. But
if you include a trivial directional inequality in the solve, it will
"reduce" the inequalities:
> solve( {x<>2, x<infinity} );
{x<2}, {2<x}
|
[View Complete Thread]
Previous by date: [MUG] help! maple won't link external library, Richard Kaye
Next by date: [MUG] soritng - bubble sort, Trevor Meanwell
Previous thread: [MUG] From output to input, Ascenzi
Next thread: [MUG] soritng - bubble sort, Trevor Meanwell
|