diff options
Diffstat (limited to '3835/CH2/EX2.26')
-rw-r--r-- | 3835/CH2/EX2.26/Ex2_26.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3835/CH2/EX2.26/Ex2_26.sce b/3835/CH2/EX2.26/Ex2_26.sce new file mode 100644 index 000000000..9b077769a --- /dev/null +++ b/3835/CH2/EX2.26/Ex2_26.sce @@ -0,0 +1,9 @@ +clear +// +//norton's theorem +v=10 +//applying kvl to closed circuit +isc=12/(2+2) +rn=4 //resistance obtained by short circuiting v and opening i +iab=(4*3)/(4+4) //current through 4 ohm connected across AB +printf("\n iab= %0.1f A",iab) |