summaryrefslogtreecommitdiff
path: root/2294/CH12/EX12.52/EX12_52.sce
diff options
context:
space:
mode:
Diffstat (limited to '2294/CH12/EX12.52/EX12_52.sce')
-rwxr-xr-x2294/CH12/EX12.52/EX12_52.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/2294/CH12/EX12.52/EX12_52.sce b/2294/CH12/EX12.52/EX12_52.sce
new file mode 100755
index 000000000..4b428f7e9
--- /dev/null
+++ b/2294/CH12/EX12.52/EX12_52.sce
@@ -0,0 +1,5 @@
+//Example 12.52
+//Find the average power.
+Xo=-(4*%pi);X1=4*%pi
+X=integrate('(1-(X/(4*%pi)))','X',Xo,X1)
+disp(X/(4*%pi),'Average Power=')