summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.46/Ex5_46.sce
blob: fc600bbdfc614acac493960197388d33549f44db (plain)
1
2
3
4
5
6
7
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)