summaryrefslogtreecommitdiff
path: root/1026/CH13/EX13.4/Example13_4.sce
blob: 7890b15550ca6e35777f8385589acff156141448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//chapter13,Example13_4,pg 392

n=0.4//efficiency

N=6.023*10^23

Eperfi=200*10^6//energy per fission

E=Eperfi*1.6*10^-19

P=100*10^6

A=235

T=24*60*60

m=(P*A*T)/(n*N*E)

printf("mass of 235U consumed/day\n")

printf("m=%.2f gm",m)