diff options
Diffstat (limited to '1286/CH3/EX3.7')
-rwxr-xr-x | 1286/CH3/EX3.7/3_7.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1286/CH3/EX3.7/3_7.sce b/1286/CH3/EX3.7/3_7.sce new file mode 100755 index 000000000..17f084ac6 --- /dev/null +++ b/1286/CH3/EX3.7/3_7.sce @@ -0,0 +1,13 @@ +clc
+//initialisation of variables
+e=1.586//v
+i=0.1444//amp
+t=4*60//sec
+m=0.3963//kg
+T=1.219//k
+wt=206.4
+//CALCULATIONS
+hg=e*i*t
+c=hg/(m*T*4.18)
+a=c*wt
+printf(' atomic heat of lead= % 1f 1/k',a)
|