summaryrefslogtreecommitdiff
path: root/3838/CH2/EX2.18.a/EX2_18_A.sce
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH2/EX2.18.a/EX2_18_A.sce')
-rw-r--r--3838/CH2/EX2.18.a/EX2_18_A.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3838/CH2/EX2.18.a/EX2_18_A.sce b/3838/CH2/EX2.18.a/EX2_18_A.sce
new file mode 100644
index 000000000..ed1fbedbe
--- /dev/null
+++ b/3838/CH2/EX2.18.a/EX2_18_A.sce
@@ -0,0 +1,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');