/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/ /* [ Created with wxMaxima version 12.04.0 ] */ /* [wxMaxima: input start ] */ rown:'diff(y,t)+9*y*t^2=6*t^2*%e^(-3*t^3); /* [wxMaxima: input end ] */ /* [wxMaxima: input start ] */ ro:ode2(rown,y,t); /* [wxMaxima: input end ] */ /* [wxMaxima: input start ] */ rsz:ic1(ro,t=0,y=-1); /* [wxMaxima: input end ] */ /* [wxMaxima: input start ] */ plot2d(rhs (rsz),[t,0,3]); /* [wxMaxima: input end ] */ /* Maxima can't load/batch files which end with a comment! */ "Created with wxMaxima"$