summaryrefslogtreecommitdiff
path: root/46/CH4/EX4.4/Example4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '46/CH4/EX4.4/Example4_4.sce')
-rwxr-xr-x46/CH4/EX4.4/Example4_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/46/CH4/EX4.4/Example4_4.sce b/46/CH4/EX4.4/Example4_4.sce
new file mode 100755
index 000000000..4b675b8f7
--- /dev/null
+++ b/46/CH4/EX4.4/Example4_4.sce
@@ -0,0 +1,8 @@
+//Example 4.4
+clc
+syms t s a k;
+xt=laplace('%e^(-a*t)*cos(k*t)',t,s);
+disp(xt,'x(t)=')
+x
+
+