summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.7.b/EX3_7_B.sce
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH3/EX3.7.b/EX3_7_B.sce')
-rw-r--r--3838/CH3/EX3.7.b/EX3_7_B.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3838/CH3/EX3.7.b/EX3_7_B.sce b/3838/CH3/EX3.7.b/EX3_7_B.sce
new file mode 100644
index 000000000..13a1e2a7d
--- /dev/null
+++ b/3838/CH3/EX3.7.b/EX3_7_B.sce
@@ -0,0 +1,6 @@
+//example 3.7.b
+clc;
+Syms s t
+a=5;
+F=(t-a)*unit_step(t-a)
+laplace(F,t,s)