summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.6/Ex10_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3535/CH10/EX10.6/Ex10_6.sce')
-rw-r--r--3535/CH10/EX10.6/Ex10_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3535/CH10/EX10.6/Ex10_6.sce b/3535/CH10/EX10.6/Ex10_6.sce
new file mode 100644
index 000000000..a4c3c9730
--- /dev/null
+++ b/3535/CH10/EX10.6/Ex10_6.sce
@@ -0,0 +1,7 @@
+//Chapter 10, Example 10.6, Page 285
+clc
+clear
+// mass of U235
+m = (((4/3)*%pi*125**3*1.60)*235)/(40000*12)
+printf(" m = %f kg \n",m*10**-3)
+//Answer may vary due to round off error