summaryrefslogtreecommitdiff
path: root/3835/CH1/EX1.6/Ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH1/EX1.6/Ex1_6.sce')
-rw-r--r--3835/CH1/EX1.6/Ex1_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3835/CH1/EX1.6/Ex1_6.sce b/3835/CH1/EX1.6/Ex1_6.sce
new file mode 100644
index 000000000..a8c4092ec
--- /dev/null
+++ b/3835/CH1/EX1.6/Ex1_6.sce
@@ -0,0 +1,7 @@
+clear
+//
+res=1.72*(10**-8)
+l=200
+a=25*(10**-6)
+R=(res*l)/(a)
+printf("\n R= %0.1f ohm",R)