summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.25.b/EX3_25_B.sce
diff options
context:
space:
mode:
Diffstat (limited to '3838/CH3/EX3.25.b/EX3_25_B.sce')
-rw-r--r--3838/CH3/EX3.25.b/EX3_25_B.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3838/CH3/EX3.25.b/EX3_25_B.sce b/3838/CH3/EX3.25.b/EX3_25_B.sce
new file mode 100644
index 000000000..e15a27ee9
--- /dev/null
+++ b/3838/CH3/EX3.25.b/EX3_25_B.sce
@@ -0,0 +1,6 @@
+//EXAMPLE 3.25.b
+clc;
+Syms s,t;
+u=laplace((t)^(2),t,s)+laplace(t*exp(-4*t),t,s);
+F=u*laplace(1,t,s)
+disp(F);