summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.8.3/ques8_3.sce
blob: 65aa6009c94d55da45e1ad9ec3ef07abdd20ba57 (plain)
1
2
3
4
5
6
7
//ques7
clc
disp('To find the laplace of given function in t ');
syms t s a
f=exp(-3*t)*t^3;
l=laplace(f,t,s)
disp(l);