summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.30/Ex25_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH25/EX25.30/Ex25_30.sce')
-rw-r--r--3769/CH25/EX25.30/Ex25_30.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH25/EX25.30/Ex25_30.sce b/3769/CH25/EX25.30/Ex25_30.sce
new file mode 100644
index 000000000..68d72d384
--- /dev/null
+++ b/3769/CH25/EX25.30/Ex25_30.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+m=6.023*10**26
+a=235.0
+t=30 //Days
+E=200*10**6*1.6*10**-19
+
+//Calculation
+N=(2/a)*m
+A=N/(t*24*60.0*60.0)
+P=E*A
+
+//Result
+printf("\n Power output is %0.1f Mev",P*10**-6)