summaryrefslogtreecommitdiff
path: root/1340/CH2/EX2.5/2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH2/EX2.5/2_5.sce')
-rwxr-xr-x1340/CH2/EX2.5/2_5.sce10
1 files changed, 0 insertions, 10 deletions
diff --git a/1340/CH2/EX2.5/2_5.sce b/1340/CH2/EX2.5/2_5.sce
deleted file mode 100755
index 105338668..000000000
--- a/1340/CH2/EX2.5/2_5.sce
+++ /dev/null
@@ -1,10 +0,0 @@
-clc;
-s=%s;
-G = syslin('c',1/(s+2));
-disp(G,"G(s)=");
-disp("input is a step function:");
-R = laplace(1,t,s);// for unit step function
-C = G*R;
-syms t s;
-c = ilaplace(C,s,t);
-disp(c,"c(t)="); \ No newline at end of file