diff options
Diffstat (limited to '3020/CH13/EX13.12/ex13_12.sce')
-rwxr-xr-x | 3020/CH13/EX13.12/ex13_12.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3020/CH13/EX13.12/ex13_12.sce b/3020/CH13/EX13.12/ex13_12.sce new file mode 100755 index 000000000..93a20fad0 --- /dev/null +++ b/3020/CH13/EX13.12/ex13_12.sce @@ -0,0 +1,9 @@ +clc;
+clear all;
+h = 1;// Miller Indices
+k = 1;// Miller Indices
+l = 0;// Miller Indices
+a = 1/h;
+b = 1/k;
+//c = 1/l; Division by zero
+disp('The intercept made along Z-axis is infinity. It means that plane is paralle to Z axis')
|