Hi,
i have system of two equastion with two vairable (x,y) and paramater ( b1,...,b4, a,...,a4 ) as follow,
q:=b4*(y^3)+b1*x*(y^2)+b2*(x^2)*(y)+b3*(x^3);
q1:=a*y+a1*x+a2*x*y+a3*(x^2)+a4*(y^2);
solve({q,q1},{x,y}):
maple doesnot give any result except o,o solution
can you help me to solve this problem ?
is there any package that able to find the solution reither than numerical method?