summaryrefslogtreecommitdiff
path: root/3369/CH3/EX3.14
diff options
context:
space:
mode:
Diffstat (limited to '3369/CH3/EX3.14')
-rwxr-xr-x3369/CH3/EX3.14/Ex3_14.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3369/CH3/EX3.14/Ex3_14.sce b/3369/CH3/EX3.14/Ex3_14.sce
new file mode 100755
index 000000000..854f67a5e
--- /dev/null
+++ b/3369/CH3/EX3.14/Ex3_14.sce
@@ -0,0 +1,12 @@
+//Chapter 3, Exmaple 14, page 108
+//Diameter of argon atom
+clc
+clear
+//As derived from example 13
+N = (1.01*10**5/760)/(1.38*10**-23*273)
+printf("\nN = %e atoms/m^3 ",N)
+//Use equation 3.10
+ra = sqrt((85*10^2/(%pi*3.527*10**22)))
+printf("\nra = %e m ",ra)
+
+//Answer may vary due to round off error