summaryrefslogtreecommitdiff
path: root/257/CH2/EX2.1/example_2_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH2/EX2.1/example_2_1.sce')
-rw-r--r--257/CH2/EX2.1/example_2_1.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/257/CH2/EX2.1/example_2_1.sce b/257/CH2/EX2.1/example_2_1.sce
new file mode 100644
index 000000000..3a358f426
--- /dev/null
+++ b/257/CH2/EX2.1/example_2_1.sce
@@ -0,0 +1,4 @@
+//laplace transform of exponential function
+ syms t s;
+ y=laplace('%e^(-a*t)',t,s);
+ disp(y,"ans=")