summaryrefslogtreecommitdiff
path: root/3782/CH7/EX7.11/Ex7_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH7/EX7.11/Ex7_11.sce')
-rw-r--r--3782/CH7/EX7.11/Ex7_11.sce30
1 files changed, 30 insertions, 0 deletions
diff --git a/3782/CH7/EX7.11/Ex7_11.sce b/3782/CH7/EX7.11/Ex7_11.sce
new file mode 100644
index 000000000..7d3f46bc5
--- /dev/null
+++ b/3782/CH7/EX7.11/Ex7_11.sce
@@ -0,0 +1,30 @@
+
+
+
+//
+
+//
+
+printf("\n case 1')
+n=1
+c=0////anchor point outside
+m=100
+fr=4.825
+ir=7.775
+area1=m*(fr-ir+10*n)
+
+printf("\n area of figure is %0.3f square cm',area1)
+
+printf("\n case 2')
+fr=8.755
+ir=2.325
+m=100
+n=2
+area2=m*(fr-ir-10*n+c)
+
+printf("\n area of figure is %0.3f sq cm',area2)
+c=(area1/m)+13.570
+printf("\n C= %0.3f ",c)
+
+areac=m*c
+printf("\n area of zero circle is %0.3f square cm',areac)