summaryrefslogtreecommitdiff
path: root/3886/CH9/EX9.7/9_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH9/EX9.7/9_7.sce')
-rw-r--r--3886/CH9/EX9.7/9_7.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3886/CH9/EX9.7/9_7.sce b/3886/CH9/EX9.7/9_7.sce
new file mode 100644
index 000000000..47a4f987a
--- /dev/null
+++ b/3886/CH9/EX9.7/9_7.sce
@@ -0,0 +1,8 @@
+//Determine co-ordinates
+//total area
+A=200*150-(100*75/2)-((%pi*100^2)/(4)) //mm^2
+xc=2375000/26250 //mm
+yc=1781250/26250 //mm
+printf("\xc=%.3f mm\nyc=%.3f mm",xc,yc)
+
+