diff options
Diffstat (limited to '1826/CH2/EX2.31/ex2_31.sce')
-rwxr-xr-x | 1826/CH2/EX2.31/ex2_31.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1826/CH2/EX2.31/ex2_31.sce b/1826/CH2/EX2.31/ex2_31.sce new file mode 100755 index 000000000..7c99f7853 --- /dev/null +++ b/1826/CH2/EX2.31/ex2_31.sce @@ -0,0 +1,8 @@ +// Example 2.31, page no-49
+clear
+clc
+a=0.4049*10^-10//m
+t=0.005//m
+A=25*10^-2//m
+n=t*A/a^3
+printf("The number of atoms in the Al foil is %.2f * 10^28",n*10^-28)
|