summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.9.1/ques9_1.sce
blob: ef0cba268de95866cbfec58279a00b11a16a0576 (plain)
1
2
3
4
5
6
7
8
9
//error
//ques7
clc
disp('To find the laplace of given function in t ');
syms t s a
f=(1-exp(t))/t;

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