summaryrefslogtreecommitdiff
path: root/3769/CH11/EX11.8/Ex11_8.sce
blob: d591476ca0aa0143a24719aecd1c012c489857fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)