Sorry, that was my mistake in the first answer.
and float is indeed unnecessary,,,
Silvain Dupertuis
Le 23. 11. 15 18:40, Robert Dodier a écrit :
Patrick,

Note that your input %i3 reads: find_root(float([c(x)-f2(x)]),x,0.6,1.4);
Remove the [ ] and try it again, i.e.: find_root(float(c(x)-f2(x)),x,0.6,1.4);

You can also remove the float(...) because find_root will apply 'float' by 
itself:
find_root(c(x)-f2(x),x,0.6,1.4);

Hope this helps! Sorry, I can't write in French. I hope you can understand all 
the same.

Robert Dodier

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Maxima-lang-fr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr


--
Silvain Dupertuis
Route de Lausanne 335
1293 Bellevue (Switzerland)
tél. +41-(0)22-774.20.67
portable +41-(0)79-604.87.52
web: silvain-dupertuis.org <http://perso.silvain-dupertuis.org>
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Maxima-lang-fr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr

Répondre à