diff options
Diffstat (limited to 'Working_Examples/215/CH14/EX14.2/ex14_2.sce')
-rwxr-xr-x | Working_Examples/215/CH14/EX14.2/ex14_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Working_Examples/215/CH14/EX14.2/ex14_2.sce b/Working_Examples/215/CH14/EX14.2/ex14_2.sce new file mode 100755 index 0000000..9ea9a08 --- /dev/null +++ b/Working_Examples/215/CH14/EX14.2/ex14_2.sce @@ -0,0 +1,8 @@ +//Example 14.2
+//Install Symbolic toolbox
+//Find the Laplace transform
+syms t s
+clc
+z=integ(2*exp(-s*t),t,3,%inf)
+//The second term will result in zero
+disp(z,'F(s)=')
\ No newline at end of file |