summaryrefslogtreecommitdiff
path: root/539/CH12/EX12.5
diff options
context:
space:
mode:
Diffstat (limited to '539/CH12/EX12.5')
-rwxr-xr-x539/CH12/EX12.5/Example_12_5.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/539/CH12/EX12.5/Example_12_5.sce b/539/CH12/EX12.5/Example_12_5.sce
new file mode 100755
index 000000000..ad53f44bf
--- /dev/null
+++ b/539/CH12/EX12.5/Example_12_5.sce
@@ -0,0 +1,16 @@
+//Determination of Possible Point Defect Types
+
+clear;
+clc;
+
+printf("\tExample 12.5\n");
+
+disp("Replacement of Na+ by a Ca++ ion introduces one extra positive charge");
+
+disp("Removal of a positive charge is accomplished by the formation of one Na+ vacancy");
+
+disp("Alternatively, a Cl- interstitial will supply an additional negative charge, negating the effect of each Ca++ ion.");
+
+disp("The formation of this defect is highly unlikely.");
+
+//End \ No newline at end of file