diff options
Diffstat (limited to '3782/CH7/EX7.10/Ex7_10.sce')
-rw-r--r-- | 3782/CH7/EX7.10/Ex7_10.sce | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/3782/CH7/EX7.10/Ex7_10.sce b/3782/CH7/EX7.10/Ex7_10.sce new file mode 100644 index 000000000..03ad862e1 --- /dev/null +++ b/3782/CH7/EX7.10/Ex7_10.sce @@ -0,0 +1,22 @@ + + + +// + +//given + +l=10,b=15, + +a1=l*b + +ir=0.686 +fr=9.976 +n=2 +m=100 + +marea=150//measured area + +c=(marea/100)+10.710 + +area=m*c +printf("\n area of zero circle is %0.3f square centimeters',area) |