Is there a way to get log(e) to automatically turn into 1 ? (%i10) display2d:false$ (%i11) laplace(e^(a*t),t,s); (%o11) 1/(s-a*log(e)) (%i12) log(e); (%o12) log(e) Ted Woollett