diff options
Diffstat (limited to '3782/CH1/EX1.19/Ex1_19.sce')
-rw-r--r-- | 3782/CH1/EX1.19/Ex1_19.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3782/CH1/EX1.19/Ex1_19.sce b/3782/CH1/EX1.19/Ex1_19.sce new file mode 100644 index 000000000..82aeba27a --- /dev/null +++ b/3782/CH1/EX1.19/Ex1_19.sce @@ -0,0 +1,19 @@ + +//ch-1 page -38 pb-2 + +// + +// + +ab=550 +AB=ab*(cos(15*(%pi/180))) + +l=20 +e=0.05 +l1=l+e +ml=AB +printf("\n measured length is %0.3f meters',ml) + +tl=(l1/l)*ml + +printf("\n true length is %0.3f meters',tl) |