summaryrefslogtreecommitdiff
path: root/3838/CH2/EX2.18.f
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH2/EX2.18.f')
-rw-r--r--3838/CH2/EX2.18.f/EX2_18_F.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3838/CH2/EX2.18.f/EX2_18_F.sce b/3838/CH2/EX2.18.f/EX2_18_F.sce
new file mode 100644
index 000000000..83aa2adc3
--- /dev/null
+++ b/3838/CH2/EX2.18.f/EX2_18_F.sce
@@ -0,0 +1,5 @@
+//Example 2.18.F
+clc;
+P=integrate('(exp(-t)*sin(t))','t',0,100)
+disp(P)
+disp('AS THE INTEGRATION PRODUCT IS CONSTANT HENCE THE SYSTEM IS STABLE');