Maple can solve a system of equations such as sinx+y=0,sinx−y=0. However,
var('x y') solve([sin(x) + y ==0, sin(x) - y==0], [x, y]) produces no useful answer.
Is there any other way to proceed?
Maple can solve a system of equations such as sinx+y=0,sinx−y=0. However,
var('x y') solve([sin(x) + y ==0, sin(x) - y==0], [x, y]) produces no useful answer.
Is there any other way to proceed?