summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.26/24Ex26.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH24/EX24.26/24Ex26.sce')
-rw-r--r--1553/CH24/EX24.26/24Ex26.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH24/EX24.26/24Ex26.sce b/1553/CH24/EX24.26/24Ex26.sce
new file mode 100644
index 000000000..cd126b78d
--- /dev/null
+++ b/1553/CH24/EX24.26/24Ex26.sce
@@ -0,0 +1,10 @@
+//Chapter 24 Ex 26
+
+clc;
+clear;
+close;
+dia=140; s=66;
+speed=(66*1000)/60; //converting into meter/min or distance to be covered in 1 min
+circumference=2*(%pi)*(dia/(2*100));
+number=speed/circumference;
+mprintf("The number of revolutions per min are %d",number); \ No newline at end of file