| Author |
Comment/Response |
Anthony
|
11/14/00 3:40pm
I've been trying to solve a inequality using InequalitySolve and some how I'm not getting any output...
I'm trying to solve (1-c)x^4 + 2x^3 + 3x + 7 <= 0 where c is a constant and this is what I did....
In[28]:= << Algebra`InequalitySolve`
In[32]:= InequalitySolve [ (1-c)x^4+2x^3+3x+7 <= 0,{x,c} ]
Can someone share an insight of what I'm doing wrong...?
Please help...
Thanks in advance.....
URL: , |
|