summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.17/Ex1_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH1/EX1.17/Ex1_17.sce')
-rwxr-xr-x995/CH1/EX1.17/Ex1_17.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/995/CH1/EX1.17/Ex1_17.sce b/995/CH1/EX1.17/Ex1_17.sce
new file mode 100755
index 000000000..d0f8d09cf
--- /dev/null
+++ b/995/CH1/EX1.17/Ex1_17.sce
@@ -0,0 +1,9 @@
+//Ex:1.17
+clc;
+clear;
+close;
+p=1.724*10^-8;//in ohm-meter
+l=8;//in meters
+a=1*10^-6;//in sq. meter
+r=(p*l)/a;
+printf("Resistance = %f ohms",r); \ No newline at end of file