summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.10.3/ques10_3.sce
blob: dba1f2507abb8d481f3030b0725bf4935c16cdbd (plain)
1
2
3
4
5
6
7
8
9
//error
//ques10
clc
disp('To find the laplace of given function in t ');
syms t s a b
f=integ(exp(t)*sin(t)/t,t,0,t);

l=laplace(f,t,s)
disp(l);