Maple can solve a system of equations such as $\sin x + y =0, \sin x - 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?
1 | initial version |
Maple can solve a system of equations such as $\sin x + y =0, \sin x - 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?
2 | retagged |
Maple can solve a system of equations such as $\sin x + y =0, \sin x - 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?