diff options
Diffstat (limited to '3838/CH2/EX2.18.c/EX2_18_C.sce')
-rw-r--r-- | 3838/CH2/EX2.18.c/EX2_18_C.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3838/CH2/EX2.18.c/EX2_18_C.sce b/3838/CH2/EX2.18.c/EX2_18_C.sce new file mode 100644 index 000000000..827b361f6 --- /dev/null +++ b/3838/CH2/EX2.18.c/EX2_18_C.sce @@ -0,0 +1,5 @@ +//Example 2.18.C +clc; +P=integrate('(exp(-4*t))','t',0,100) +disp(P) +disp('AS THE INTEGRATION PRODUCT IS CONSTANT HENCE THE SYSTEM IS STABLE'); |