please check the "solve" fuction in the matlab help to solve noliner <br>simultaneous equations .The basic form is <br> [t,y]=solve('Function name',[the solution domain],innitial value]
<P>To one's surprise, the equation you proposed consists two variables will resut in <BR>indefinite solutions.<BR><BR>For example,[u,v] = solve('a*u^2 + v^2 = 0','u - v = 1') regards 'a' as a<BR> parameter and solves the two equations for u and v.</P>