/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/ /* [ Created with wxMaxima version 0.8.2 ] */ /* [wxMaxima: comment start ] wxMaxima 0.8.2 http://wxmaxima.sourceforge.net Maxima 5.18.1 http://maxima.sourceforge.net Using Lisp CLISP 2.46 (2008-07-02) Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. [wxMaxima: comment end ] */ /* [wxMaxima: input start ] */ display2d:false; g:subst(-4,b,subst(2*%pi*150,a,sin(a*x)*exp(b*x^2)+sin(a*(x-1))*exp(b*(x-1)^2) +sin(a*(x+1))*exp(b*(x+1)^2))); display2d:true; wxplot2d([g],[x,-5,5]); g; /* [wxMaxima: input end ] */ /* Maxima can't load/batch files which end with a comment! */ "Created with wxMaxima"$