diff options
Diffstat (limited to '3769/CH5/EX5.35/Ex5_35.sce')
-rw-r--r-- | 3769/CH5/EX5.35/Ex5_35.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH5/EX5.35/Ex5_35.sce b/3769/CH5/EX5.35/Ex5_35.sce new file mode 100644 index 000000000..a7adc253e --- /dev/null +++ b/3769/CH5/EX5.35/Ex5_35.sce @@ -0,0 +1,11 @@ +clear +//Given +R1=5 //ohm +R2=5.0 //ohm +R=6 + +//Calculation +n=(1/(R-R1)*R2) + +//Result +printf("\n There are %0.3f resistance are in parallel", n) |