summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.29/24Ex29.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH24/EX24.29/24Ex29.sce')
-rw-r--r--1553/CH24/EX24.29/24Ex29.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH24/EX24.29/24Ex29.sce b/1553/CH24/EX24.29/24Ex29.sce
new file mode 100644
index 000000000..836dbaa8e
--- /dev/null
+++ b/1553/CH24/EX24.29/24Ex29.sce
@@ -0,0 +1,10 @@
+//Chapter 24 Ex 29
+
+clc;
+clear;
+close;
+circumI=352/7; circumO=528/7;
+r=circumI/(2*(%pi));
+R=circumO/(2*(%pi));
+width=(R-r);
+mprintf("The widht of the ring is %d meter",width); \ No newline at end of file