summaryrefslogtreecommitdiff
path: root/3673/CH6/EX6.a.10
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH6/EX6.a.10')
-rw-r--r--3673/CH6/EX6.a.10/Example_a_6_10.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3673/CH6/EX6.a.10/Example_a_6_10.sce b/3673/CH6/EX6.a.10/Example_a_6_10.sce
new file mode 100644
index 000000000..943c7bcf5
--- /dev/null
+++ b/3673/CH6/EX6.a.10/Example_a_6_10.sce
@@ -0,0 +1,16 @@
+//Example_a_6_10 page no:240
+clc;
+V=70.7;
+I=600/(100*cosd(45));
+X1mag=V/I;
+X1ang=90-0;
+disp(X1mag,"the magnitude of inductance is (in ohm)");
+disp(X1ang,"the angle of inductance is (in degree)");
+Ir1=I/2;
+disp(Ir1,"the current through parallel branch R1 is (in A)");
+R1=V/Ir1;
+disp(R1,"the resistance R1 is (in ohm)");
+Ir2=I/2;
+disp(Ir2,"the current through parallel branch R2 is (in A)");
+R2=V/Ir2;
+disp(R2,"the resistance R2 is (in ohm)");