When I do this in document mode, I get 4 times false.
When I do this in worksheet mode with 2d math input,
I get 4 times false.
When I do this in worksheet mode with 2d maple input,
I get 4 times true!
When I convert the previous to 2D-math ot copy/paste
it into a new document mode sheet, I get 4 times true!
But then again, the same goes for a simple one-line
assume( a > 0, -a < b,b < a, -a < c,c < a, -a < d,d < a );
which is what the documentation suggests in the first
place. I had tried that dozens of times before and it never
worked.
Hey, what is going on here?
When I *type* the following
assume( a > 0, -a < b,b < a, -a < c,c < a, -a < d,d < a );
is( a > 0 ); is( b^2 <a^2 ); is( c^2 <a^2 ); > is( d^2 <a^2 );
I get 4 times true - in any mode.
When I copy/paste it, I get four times false.
???
Tester