diff options
Diffstat (limited to '3769/CH5/EX5.29/Ex5_29.sce')
-rw-r--r-- | 3769/CH5/EX5.29/Ex5_29.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH5/EX5.29/Ex5_29.sce b/3769/CH5/EX5.29/Ex5_29.sce new file mode 100644 index 000000000..1c275077d --- /dev/null +++ b/3769/CH5/EX5.29/Ex5_29.sce @@ -0,0 +1,10 @@ +clear +//Given +R1=15 //ohm +R2=30 //ohm + +//Calculation +R=R1*R2/(R1+R2) + +//Result +printf("\n The equivqlent resistance between A and B is %0.3f ohm", R) |