summaryrefslogtreecommitdiff
path: root/3835/CH4/EX4.32/Ex4_32.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH4/EX4.32/Ex4_32.sce')
-rw-r--r--3835/CH4/EX4.32/Ex4_32.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3835/CH4/EX4.32/Ex4_32.sce b/3835/CH4/EX4.32/Ex4_32.sce
new file mode 100644
index 000000000..f53d9b5c1
--- /dev/null
+++ b/3835/CH4/EX4.32/Ex4_32.sce
@@ -0,0 +1,17 @@
+clear
+//
+r=1500
+l=0.2
+v=1.5
+f=15000
+//case a
+//p=1/0.2c
+p=(4*3.14*3.14*f**2)+(r**2)/(l**2)
+c=1/(0.2*p)
+printf("\n c= %e F",c)
+//case b
+z=l/(c*r)
+printf("\n z= %0.1f ohm",z)
+//case c
+i=v/(z)
+printf("\n i= %0.1f A",i)