summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.14/EX3_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH3/EX3.14/EX3_14.sce')
-rw-r--r--3838/CH3/EX3.14/EX3_14.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3838/CH3/EX3.14/EX3_14.sce b/3838/CH3/EX3.14/EX3_14.sce
new file mode 100644
index 000000000..1d071d656
--- /dev/null
+++ b/3838/CH3/EX3.14/EX3_14.sce
@@ -0,0 +1,6 @@
+//Example 3.14
+clc;
+syms s;
+I=1/((s+2)*(((s)^(2))+s+1));
+i=ilaplace(I);
+disp(i);