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
