summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.34/ques34.sce
diff options
context:
space:
mode:
Diffstat (limited to '149/CH21/EX21.34/ques34.sce')
-rwxr-xr-x149/CH21/EX21.34/ques34.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/149/CH21/EX21.34/ques34.sce b/149/CH21/EX21.34/ques34.sce
new file mode 100755
index 000000000..05733343c
--- /dev/null
+++ b/149/CH21/EX21.34/ques34.sce
@@ -0,0 +1,6 @@
+//error no output
+//ques34
+disp('to find the laplace transform of periodic function ');
+syms w t s
+f=1/(1-exp(-2*%pi*s/w))*integ(exp(-1*s*t)*sin(w*t),t,0,%pi/w);
+disp(f)