diff options
Diffstat (limited to '3557/CH4/EX4.7/Ex4_7.sce')
-rw-r--r-- | 3557/CH4/EX4.7/Ex4_7.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3557/CH4/EX4.7/Ex4_7.sce b/3557/CH4/EX4.7/Ex4_7.sce new file mode 100644 index 000000000..c30739484 --- /dev/null +++ b/3557/CH4/EX4.7/Ex4_7.sce @@ -0,0 +1,7 @@ +//Example 4.7//
+
+a=0.74;//APF for the fcc metal structure
+b=8.84;//g/cm^3 //density of thin film of nickel
+c=8.91;//g/cm^3;// density of normal nickel
+APF=a*(b/c)
+disp(APF)
|