[scilab-Users] atoms equivalent for fsolver
    Adrien Vogt-Schilb 
    vogt at centre-cired.fr
       
    Tue Mar 29 17:20:46 CEST 2011
    
    
  
>> Well, fsolve is a basic feature of scilab. Are you looking for 
>> something more specific?
>>
>>
>>
> Hmm, I think there is one issue with fsolve: my functions and the 
> eigenvalues of the system are complex.
> Is fsolve limited to real space?
>
> Antoine
yes it is, but can't you work aroud, using things like:
y= my_psuedo_real_function (x)
xr= x(1)
xi=x(2)
z = my_proud_to_be_complex_function(xr+%i * xi)
y(1) = real(z)
y(2) = im(z)
endfunction
-- 
*Adrien Vogt-Schilb*
Research Fellow
vogt at centre-cired.fr <mailto:vogt at centre-cired.fr>
Tel: (+33) 1 43 94 73 96
Fax: (+33) 1 43 94 73 70
CIRED
	
45 bis, Av de la Belle Gabrielle
F-94736 Nogent-sur-Marne
http://www.centre-cired.fr/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110329/74fd30b8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logocired.png
Type: image/png
Size: 4092 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20110329/74fd30b8/attachment.png>
    
    
More information about the users
mailing list