summaryrefslogtreecommitdiff
path: root/1826/CH2/EX2.16/ex2_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1826/CH2/EX2.16/ex2_16.sce')
-rwxr-xr-x1826/CH2/EX2.16/ex2_16.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1826/CH2/EX2.16/ex2_16.sce b/1826/CH2/EX2.16/ex2_16.sce
new file mode 100755
index 000000000..4dd38e4c3
--- /dev/null
+++ b/1826/CH2/EX2.16/ex2_16.sce
@@ -0,0 +1,8 @@
+// Example 2.16, page no-39
+clear
+clc
+a=0.405*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)