srwarner

10 Reputation

One Badge

0 years, 330 days

MaplePrimes Activity


These are questions asked by srwarner

I'm confused.  How come the two "is" aren't "true"?

assume(x <= y);
is(-5*x <= -5*y);
                             false

is(-5*(x <= y));
                              true

Page 1 of 1