diff options
Diffstat (limited to '3838/CH3/EX3.1.C/EX3_1_c.sce')
-rw-r--r-- | 3838/CH3/EX3.1.C/EX3_1_c.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3838/CH3/EX3.1.C/EX3_1_c.sce b/3838/CH3/EX3.1.C/EX3_1_c.sce new file mode 100644 index 000000000..b1237874f --- /dev/null +++ b/3838/CH3/EX3.1.C/EX3_1_c.sce @@ -0,0 +1,4 @@ +//EXAMPLE 3.1.C +clc; +Syms s t +laplace(exp(-3*t),t,s) |