| Author |
Comment/Response |
Fab
|
03/08/13 08:11am
If I define
eq1 = {x^2+y^2==0}
and use
NSolve[eq1,{x,y}]
all seems to work fine. But I define also
eq2 = {x^3+y^3==0}
and now use
NSolve[{eq1,eq2},{x,y}]
I obtain
'... is not a quantified system of equations and inequalities'
What's the problem?
It seems to me quite plain what I want to do. Why Mathematica cannot understand me (as usual)?
Thanks
URL: , |
|