不对.要用Reduce函数. In[1]:= Reduce[x^2 > 5x, x] Out[1]= x < 0 || x > 5 其中,“||” 表示“或者”,“&&”表示“而且”。
zhidao.baidu.com