diff options
Diffstat (limited to '3782/CH10/EX10.9/Ex10_9.sce')
-rw-r--r-- | 3782/CH10/EX10.9/Ex10_9.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3782/CH10/EX10.9/Ex10_9.sce b/3782/CH10/EX10.9/Ex10_9.sce new file mode 100644 index 000000000..a7a4c2060 --- /dev/null +++ b/3782/CH10/EX10.9/Ex10_9.sce @@ -0,0 +1,19 @@ + +// + +// + +t1=80-70 +l=50 +k=1/(cos(20*(%pi/180))) + +k1=k*(sin(t1*(%pi/180))) +t3=asin(k1) +t3=t3*(180/(%pi)) +printf("\n theta 3= %0.3f ",t3) + +t3=180-t3 +t2=180-(t3+t1) + +r=l*(sin(t1*(%pi/180)))/(sin(0.6*(%pi/180))) +printf("\n Radius R= %0.3f ",r) |