diff options
Diffstat (limited to '3835/CH2/EX2.25/Ex2_25.sce')
-rw-r--r-- | 3835/CH2/EX2.25/Ex2_25.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3835/CH2/EX2.25/Ex2_25.sce b/3835/CH2/EX2.25/Ex2_25.sce new file mode 100644 index 000000000..228307d98 --- /dev/null +++ b/3835/CH2/EX2.25/Ex2_25.sce @@ -0,0 +1,9 @@ +clear +// +//applying kvl to circuit +i=0.414 +vth=12-4*0.414 //using vth formula +//when terminals a and b are short circuited applying kcl to node a gives isc=5*i +isc=2.07 +rth=vth/isc +printf("\n rth= %0.1f A",rth) |