summaryrefslogtreecommitdiff
path: root/104/CH2/EX2.2/2_2.sci
diff options
context:
space:
mode:
Diffstat (limited to '104/CH2/EX2.2/2_2.sci')
-rwxr-xr-x104/CH2/EX2.2/2_2.sci4
1 files changed, 4 insertions, 0 deletions
diff --git a/104/CH2/EX2.2/2_2.sci b/104/CH2/EX2.2/2_2.sci
new file mode 100755
index 000000000..431e3dd8c
--- /dev/null
+++ b/104/CH2/EX2.2/2_2.sci
@@ -0,0 +1,4 @@
+//laplace transform of exponential function
+ syms t s;
+ y=laplace('%e^(-1*t)',t,s);
+ disp(y,"ans=")