summaryrefslogtreecommitdiff
path: root/1553/CH25/EX25.16/25Ex16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH25/EX25.16/25Ex16.sce')
-rw-r--r--1553/CH25/EX25.16/25Ex16.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH25/EX25.16/25Ex16.sce b/1553/CH25/EX25.16/25Ex16.sce
new file mode 100644
index 000000000..6d7441570
--- /dev/null
+++ b/1553/CH25/EX25.16/25Ex16.sce
@@ -0,0 +1,9 @@
+//Ch25_Ex16
+clc;
+clear;
+close;
+vol=2.2/1000; //converting into cubic meter
+d=0.5/100; //diameter in meter
+r=d/2; //radius
+h=vol/(%pi*r^2);
+mprintf("The length of wire is %.0f meter",h);