/* [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(-8,b,subst(2*%pi*1500,a,+sin(a*(x-4/2))*exp(b*(x-4/2)^2)+ sin(a*(x-3/2))*exp(b*(x-3/2)^2) +sin(a*(x-2/2))*exp(b*(x-2/2)^2))); display2d:true; wxplot2d([g],[x,-1,5]); g; /* [wxMaxima: input end ] */ /* Maxima can't load/batch files which end with a comment! */ "Created with wxMaxima"$