summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.6/Ex25_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH25/EX25.6/Ex25_6.sce')
-rw-r--r--3769/CH25/EX25.6/Ex25_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH25/EX25.6/Ex25_6.sce b/3769/CH25/EX25.6/Ex25_6.sce
new file mode 100644
index 000000000..3ca7a0c29
--- /dev/null
+++ b/3769/CH25/EX25.6/Ex25_6.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+me=55.85
+u=1.66*10**-27 //Kg
+R=1.2*10**-15
+
+//Calculation
+//
+m=me*u
+a=(3*u)/(4.0*%pi*R**3)
+
+//Result
+printf("\n Nuclear density is %0.2f *10**17 Kg/m**3",a*10**-17)