summaryrefslogtreecommitdiff
path: root/1340/CH2/EX2.2/2_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH2/EX2.2/2_2.sce')
-rwxr-xr-x1340/CH2/EX2.2/2_2.sce4
1 files changed, 0 insertions, 4 deletions
diff --git a/1340/CH2/EX2.2/2_2.sce b/1340/CH2/EX2.2/2_2.sce
deleted file mode 100755
index 18178fe62..000000000
--- a/1340/CH2/EX2.2/2_2.sce
+++ /dev/null
@@ -1,4 +0,0 @@
-clc;
-syms t s;
-y = ilaplace(1/(s+3)^2,s,t);
-disp(y,"Inverse Lapalce Transform =");