diff options
Diffstat (limited to '3769/CH5/EX5.46/Ex5_46.sce')
-rw-r--r-- | 3769/CH5/EX5.46/Ex5_46.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3769/CH5/EX5.46/Ex5_46.sce b/3769/CH5/EX5.46/Ex5_46.sce new file mode 100644 index 000000000..fc600bbdf --- /dev/null +++ b/3769/CH5/EX5.46/Ex5_46.sce @@ -0,0 +1,8 @@ +clear +//Given +E=1 +R=2 + +//Calculation +r=(E*R)-E +printf("\n The internal resisatnce of aech cell is %0.3f ohm",r) |