diff options
Diffstat (limited to '3769/CH5/EX5.28/Ex5_28.sce')
-rw-r--r-- | 3769/CH5/EX5.28/Ex5_28.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH5/EX5.28/Ex5_28.sce b/3769/CH5/EX5.28/Ex5_28.sce new file mode 100644 index 000000000..29c22f764 --- /dev/null +++ b/3769/CH5/EX5.28/Ex5_28.sce @@ -0,0 +1,10 @@ +clear +//Given +R1=4.0 //ohm +R2=4.0 //ohm + +//Calculation +Rab=1/((1/R1)+(1/R2)) + +//Result +printf("\n The equivalent resisatance is %0.3f ohm", Rab) |