summaryrefslogtreecommitdiff
path: root/3835/CH1/EX1.9/Ex1_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH1/EX1.9/Ex1_9.sce')
-rw-r--r--3835/CH1/EX1.9/Ex1_9.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3835/CH1/EX1.9/Ex1_9.sce b/3835/CH1/EX1.9/Ex1_9.sce
new file mode 100644
index 000000000..894c0d926
--- /dev/null
+++ b/3835/CH1/EX1.9/Ex1_9.sce
@@ -0,0 +1,17 @@
+clear
+//
+lal=7.5
+lcu=6
+rcu=0.017*(10**-6)
+ral=0.028*(10**-6)
+d=(10**-6)
+a=((3.14*d))/(4)
+Ral=(lal*ral)/(a)
+printf("\n R= %0.1f ohm",Ral)
+ial=3
+pv=Ral*ial
+Rcu=pv/(2)
+printf("\n Rcu")
+a=(rcu*lcu)/(Rcu)
+dcu=(((a*4)/3.14)**0.5)
+printf("\n dcu= %e nm",dcu)