summaryrefslogtreecommitdiff
path: root/Working_Examples/154/DEPENDENCIES/ch17_2.sce
diff options
context:
space:
mode:
Diffstat (limited to 'Working_Examples/154/DEPENDENCIES/ch17_2.sce')
-rwxr-xr-xWorking_Examples/154/DEPENDENCIES/ch17_2.sce3
1 files changed, 3 insertions, 0 deletions
diff --git a/Working_Examples/154/DEPENDENCIES/ch17_2.sce b/Working_Examples/154/DEPENDENCIES/ch17_2.sce
new file mode 100755
index 0000000..e9ab99b
--- /dev/null
+++ b/Working_Examples/154/DEPENDENCIES/ch17_2.sce
@@ -0,0 +1,3 @@
+syms t s ;
+ x=laplace ('3*%e^(2*t)' , t , s ) ;
+ disp (x , " X(s)=" )