diff options
Diffstat (limited to '3782/CH2/EX2.1/Ex2_1.sce')
-rw-r--r-- | 3782/CH2/EX2.1/Ex2_1.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/3782/CH2/EX2.1/Ex2_1.sce b/3782/CH2/EX2.1/Ex2_1.sce new file mode 100644 index 000000000..767f97352 --- /dev/null +++ b/3782/CH2/EX2.1/Ex2_1.sce @@ -0,0 +1,18 @@ + +// + +// + +ag=5 +giv=0.03 + +L=20 +l=(giv*L/(sin(ag*%pi/180))) + + +AB=l + +BC=AB*(sin(ag*(%pi/180))) +BC=BC/20 + +printf("\n max length of offset should be %0.3f meters',l) |