summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.1/Example_a_3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH3/EX3.a.1/Example_a_3_1.sce')
-rw-r--r--3673/CH3/EX3.a.1/Example_a_3_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.1/Example_a_3_1.sce b/3673/CH3/EX3.a.1/Example_a_3_1.sce
new file mode 100644
index 000000000..0f3960b2c
--- /dev/null
+++ b/3673/CH3/EX3.a.1/Example_a_3_1.sce
@@ -0,0 +1,7 @@
+//Example 3_1 page no:129
+clc;
+V=(10/2.92)/((1/4.31)+(1/6.77)+(1/2.92));
+Va=V*(2/(2+2.31));
+Vb=V*(6/6.77);
+Vab=Va-Vb;
+disp(Vab,"the voltage across Vab is (in V)");