summaryrefslogtreecommitdiff
path: root/3838/CH2/EX2.18.a/EX2_18_A.sce
blob: ed1fbedbec106b6e9f401e8d342259540e486b00 (plain)
1
2
3
4
5
6
//Example 2.18.a
clc;
P=integrate('(exp(-5*t))','t',0,100)
E=integrate('(exp(5*t))','t',-100,0)
disp(P+E)
disp('AS THE INTEGRATION PRODUCT IS CONSTANT HENCE THE SYSTEM IS STABLE');