wxMaxima 0.7.6 http://wxmaxima.sourceforge.net
Maxima 5.16.3 http://maxima.sourceforge.net
Using Lisp SBCL 1.0.22
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.
(%i1)
laplace(t^n, t, s);
(%i2)
laplace(t^n, t, s) , n>0;
(%i3)
laplace(t^n, t, s) ; n>0;
(%i5)
translate(gamma);
(%i6)
translate(laplace);
(%i7)
assume (n>0);
(%i8)
facts();
(%i9)
laplace(t^n, t, s);
(%i10)
declare (n, integer);
(%i11)
facts();
(%i12)
laplace(t^n, t, s);
(%i13)
gamma(1);
(%i14)
gamma(2);
(%i15)
gamma(3);
(%i16)
gamma(4);
(%i17)
gamma(5);
(%i18)
gamma(%pi);
(%i19)
gamma(%e);
(%i20)
gamma(3/2);
(%i21)