diff options
Diffstat (limited to '2216/CH3/EX3.4/ex_3_4.sce')
-rwxr-xr-x | 2216/CH3/EX3.4/ex_3_4.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2216/CH3/EX3.4/ex_3_4.sce b/2216/CH3/EX3.4/ex_3_4.sce new file mode 100755 index 000000000..30d350158 --- /dev/null +++ b/2216/CH3/EX3.4/ex_3_4.sce @@ -0,0 +1,13 @@ +//Example 3.4 //G factor +clc; +clear; +close; +format('v',10) +d=0.793;//in micro meter +v=%pi/2;//point of intersection +ua=0.934;// +wa=1.262;// +Y=(wa*(1+(sind(ua))*(cosd(ua))/ua));// +G=(1+((cosd(ua))^2)/Y)^(-1);// +disp(G,"G factor is") +//answer is wrong in the textbook |