summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.28.2/ques28_2.sce
blob: 3ef198be6c23684e39a816a397fe6d5377272ed5 (plain)
1
2
3
4
5
6
//ques28
syms s t
f=integ(exp(-s*t)*exp(-t),t,0,2);
disp('Laplace of given function is');
disp(f);