Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 13 years ago

jllb gravatar image

Solve a simple system of non-linear equations

Maple can solve a system of equations such as sinx+y=0,sinxy=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?

click to hide/show revision 2
retagged

updated 1 year ago

FrédéricC gravatar image

Solve a simple system of non-linear equations

Maple can solve a system of equations such as sinx+y=0,sinxy=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?