Question: Find the smallest nonzero solution with fsolve?

Hi

Using fsolve I evaluate a system of 32 vars 32 eqs:

solutions:=fsolve(equations,{C1,C2,C3..etc...C30,C31,P},P=0..10);

For most vars there is a unique answer, but P is the solution to a trancendental equation. When I specify a range to find s0lutions in, fsolve returns the largest solution default. Unfortunately, I need the smallest nontrivial solution.

Does anyone know a way of retrieving the first solution in the range?

Thanks in advance.
Erik

 

 

Please Wait...