summaryrefslogtreecommitdiff
path: root/269/CH7/EX7.2
diff options
context:
space:
mode:
Diffstat (limited to '269/CH7/EX7.2')
-rw-r--r--269/CH7/EX7.2/example2.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/269/CH7/EX7.2/example2.sce b/269/CH7/EX7.2/example2.sce
new file mode 100644
index 000000000..a2c05ba11
--- /dev/null
+++ b/269/CH7/EX7.2/example2.sce
@@ -0,0 +1,6 @@
+Syms t,s
+disp('given')
+disp(' f(t)= e^at ,a>0')
+disp('laplace of f(t) is')
+y=laplace('exp(a*t)', t,s)
+disp(y)