summaryrefslogtreecommitdiff
path: root/3769/CH11/EX11.8/Ex11_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH11/EX11.8/Ex11_8.sce')
-rw-r--r--3769/CH11/EX11.8/Ex11_8.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH11/EX11.8/Ex11_8.sce b/3769/CH11/EX11.8/Ex11_8.sce
new file mode 100644
index 000000000..d591476ca
--- /dev/null
+++ b/3769/CH11/EX11.8/Ex11_8.sce
@@ -0,0 +1,15 @@
+clear
+//Given
+M=8.4 //g
+d=7200.0
+f=50 //Hz
+E=3.2*10**4
+t=30*60.0
+
+//Calculation
+V=M/d
+P=E/t
+E1=P/(V*f)
+
+//Result
+printf("\n Energy dissipated per unit volume is %0.0f J/m**3/cycle",E1)