summaryrefslogtreecommitdiff
path: root/269/CH7/EX7.2/example2.sce
blob: a2c05ba11238c18490b4e89044ac119a1c1046b1 (plain)
1
2
3
4
5
6
Syms t,s
disp('given')
disp(' f(t)= e^at ,a>0')
disp('laplace of f(t) is')
y=laplace('exp(a*t)', t,s)
disp(y)