diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /539/CH12/EX12.5 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '539/CH12/EX12.5')
-rwxr-xr-x | 539/CH12/EX12.5/Example_12_5.sce | 16 |
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 |