diff options
Diffstat (limited to '3673/CH1/EX1.a.13/Example_a_1_13.sce')
-rw-r--r-- | 3673/CH1/EX1.a.13/Example_a_1_13.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH1/EX1.a.13/Example_a_1_13.sce b/3673/CH1/EX1.a.13/Example_a_1_13.sce new file mode 100644 index 000000000..edae37750 --- /dev/null +++ b/3673/CH1/EX1.a.13/Example_a_1_13.sce @@ -0,0 +1,9 @@ +//Example 1_13 page no:30
+clc;
+I1=10;
+I2=15'
+R1=20;
+R2=10;
+R3=5;
+V=(I1+I2)/((1/20)+(1/10)+(1/5));//voltage calculation
+disp(V,"the voltage across 10 ohm resistor is (in V)");
|