summaryrefslogtreecommitdiff
path: root/539/CH3/EX3.9/Example_3_9.sce
blob: 3e0e522f7b6b8124977a62d7968c7fac105c5439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Determination of Planar (Miller) Indices

clear;
clc;

printf("\tExample 3.9\n");

x=[0 -1 2];

disp(x,"The intercept for the given plane is");

//End