<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#330000">
<br>
<blockquote cite="mid:4D91F77D.4020307@laas.fr" type="cite">
<blockquote type="cite">Well, fsolve is a basic feature of scilab.
Are you looking for something more specific?
<br>
<br>
<br>
<br>
</blockquote>
Hmm, I think there is one issue with fsolve: my functions and the
eigenvalues of the system are complex.
<br>
Is fsolve limited to real space?
<br>
<br>
Antoine
<br>
</blockquote>
<br>
yes it is, but can't you work aroud, using things like:<br>
<br>
y= my_psuedo_real_function (x)<br>
<br>
xr= x(1)<br>
xi=x(2)<br>
<br>
z = my_proud_to_be_complex_function(xr+%i * xi)<br>
<br>
y(1) = real(z)<br>
y(2) = im(z)<br>
<br>
endfunction<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
<style>
<!--
p
{margin:0pt;
color:teal;
font-family:"Cambria Math"
font-size:12.0pt;
}
-->
</style>
<p><b>Adrien Vogt-Schilb</b></p>
<p>Research Fellow</p>
<p><a a="" href="mailto:vogt@centre-cired.fr"
style="text-decoration: none; color: teal;">vogt@centre-cired.fr</a></p>
<p>Tel: (+33) 1 43 94 73 96</p>
<p>Fax: (+33) 1 43 94 73 70</p>
<table style="border: medium none; margin-left: 1pt; margin-top:
4pt;" cellspacing="0">
<tbody>
<tr>
<td style="padding: 0pt;">
<p><img src="cid:part1.02050107.07020908@centre-cired.fr"
alt="CIRED" width="54"></p>
</td>
<td style="padding: 0pt 7pt;" valign="middle">
<p style="font-size: 10pt;">45 bis, Av de la Belle
Gabrielle</p>
<p style="font-size: 10pt;">F-94736 Nogent-sur-Marne</p>
<p style="font-size: 10pt;"><a
href="http://www.centre-cired.fr/" style="color:
teal;">http://www.centre-cired.fr/</a></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
</div>
</body>
</html>