diff options
Diffstat (limited to '3769/CH9/EX9.25')
-rw-r--r-- | 3769/CH9/EX9.25/Ex9_25.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH9/EX9.25/Ex9_25.sce b/3769/CH9/EX9.25/Ex9_25.sce new file mode 100644 index 000000000..14d2c5efd --- /dev/null +++ b/3769/CH9/EX9.25/Ex9_25.sce @@ -0,0 +1,16 @@ + +clear +//Given +m=1.2*10**-3 +B=0.6 //T +g=9.8 //m/s**2 +r=0.05 +b=3.8 + +//Calculation +I=(m*g)/B +R=r*b +V=I*R + +//Result +printf("\n Potentila difference is %0.1f *10**-3 V",V*10**3) |