diff options
Diffstat (limited to '3673/CH3/EX3.a.11/Example_a_3_11.sce')
-rw-r--r-- | 3673/CH3/EX3.a.11/Example_a_3_11.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.11/Example_a_3_11.sce b/3673/CH3/EX3.a.11/Example_a_3_11.sce new file mode 100644 index 000000000..16b9b0c32 --- /dev/null +++ b/3673/CH3/EX3.a.11/Example_a_3_11.sce @@ -0,0 +1,13 @@ +//Example_a_3_11 page no:140
+clc;
+I=30;
+R1=10;
+R2=5;
+R3=5;
+R4=2;
+R5=1;
+R6=1;
+Rab=(R2*(2+((R5*R6)/R4)))/(R2+(2+((R5*R6)/R4)));
+In=I*(Rab/6.67);//norton current
+disp(In,"the norton current is (in A)");
+disp(Rab,"the norton resistance is (in ohm)");
|