Hi,

It works in changing f in something else, e.g. foo or toto.

It is a bug in intc macro: please report it on bugzilla.scilab.org.

Thanks

Calixte

On 04/03/2013 17:04, Dang, Christophe wrote:
Hello,

De la part de haasejos
Envoyé : lundi 4 mars 2013 16:05

Scilab prints the errormessage "error 26 Too complex recursion!"
What should be changed to succeed?
After a few tries,
I have the feeling that f is redefined

-->disp(f)

[gg2]=f(xi)

if you replace f by sin in g2, this solevs the problem
(but then you have a problem of convergence).

Note that you should place f before g2 (as g2 calls f),

and you can simplify you code with

f = sin

(but this does not improve the behaviour...)



--
Calixte Denizet
Software Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
http://www.scilab-enterprises.com

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to