User Portlet User Portlet

Discussions
There is a bug in functionality of "Reduce" in Mathematica 9: In[10]:= Reduce[3 x^2 + 8 x y + 2 y^2 == 0, {x, y}, Integers] Out[10]= FalseWhich is evident that there is a solution, namely: x == 0 && y == 0 On the other...