summaryrefslogtreecommitdiff
path: root/3673/CH10/EX10.a.10/Example_a_10_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH10/EX10.a.10/Example_a_10_10.sce')
-rw-r--r--3673/CH10/EX10.a.10/Example_a_10_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3673/CH10/EX10.a.10/Example_a_10_10.sce b/3673/CH10/EX10.a.10/Example_a_10_10.sce
new file mode 100644
index 000000000..1c0c3391f
--- /dev/null
+++ b/3673/CH10/EX10.a.10/Example_a_10_10.sce
@@ -0,0 +1,12 @@
+//Example_a_10_10 page no:471
+clc;
+R=10;
+X1=[(-%i*11),10
+ (%i*18),0];
+X2=[-(%i*11),(%i*18)
+ (%i*18),(10-(%i*3))];
+i2=det(X1/X2);
+i2mag=sqrt(real(i2)^2+imag(i2)^2);
+v2=i2mag*R;
+v2=det(v2);
+disp(v2,"the voltage across 10 ohm resistor is (in V)");