summaryrefslogtreecommitdiff
path: root/3835/CH4/EX4.38/Ex4_38.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH4/EX4.38/Ex4_38.sce')
-rw-r--r--3835/CH4/EX4.38/Ex4_38.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3835/CH4/EX4.38/Ex4_38.sce b/3835/CH4/EX4.38/Ex4_38.sce
new file mode 100644
index 000000000..4f6f2821b
--- /dev/null
+++ b/3835/CH4/EX4.38/Ex4_38.sce
@@ -0,0 +1,14 @@
+clear
+//
+//all values derived from figure
+//zth=complex(0.923,2.615)
+//vth=complex(-4.615,-6.923) //derived using formula
+//zl=complex(0.923,-2.615)
+//z=zl+zth
+vth=8.32 //polar form
+z=1.846
+I=vth/z
+printf("\n I= %0.1f A",I)
+rl=0.923
+pl=(I**2)*rl
+printf("\n pl= %0.1f w",pl)