diff options
Diffstat (limited to '3769/CH9/EX9.45/Ex9_45.sce')
-rw-r--r-- | 3769/CH9/EX9.45/Ex9_45.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH9/EX9.45/Ex9_45.sce b/3769/CH9/EX9.45/Ex9_45.sce new file mode 100644 index 000000000..a1b69073b --- /dev/null +++ b/3769/CH9/EX9.45/Ex9_45.sce @@ -0,0 +1,14 @@ +clear +//Given +s=20*10**-6 +n=30 +I=1 //A +G=25 //ohm + +//Calculation +Ig=s*n +S=Ig*G/(1-Ig) +Ra=G*S/(G+S) + +//Result +printf("\n Resistance of ammeter is %0.3f ohm",Ra) |