2009/5/6 moky <[email protected]>: > (%i1) load(mnewton); > (%o1) /usr/share/maxima/5.13.0/share/contrib/mnewton.mac > (%i2) mnewton([6*cos(2*x)-2*sin(2*x)],[x],[0.0]);
Since there is just one variable, you can try find_root instead of mnewton: find_root (6*cos(2*x)-2*sin(2*x), x, 3, 4); => 3.76611553978892 > Load failed for > /usr/share/maxima/5.13.0/share/linearalgebra/load-linearalgebra-lisp-files.lisp To get more information you can try: :lisp (load "/usr/share/maxima/5.13.0/share/linearalgebra/load-linearalgebra-lisp-files.lisp") which should print a more specific error message. Sorry for writing in English, I can't write in French. Hope this helps! Robert Dodier ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Maxima-lang-fr mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr
