summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.8.4/ques8_4.sce
blob: 2077d8faadb421b5fefb161c1be5066e83058b60 (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(-t)*t*sin(3*t);
l=laplace(f,t,s)
disp(l);