diff options
Diffstat (limited to '3769/CH3/EX3.9')
-rw-r--r-- | 3769/CH3/EX3.9/Ex3_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH3/EX3.9/Ex3_9.sce b/3769/CH3/EX3.9/Ex3_9.sce new file mode 100644 index 000000000..3c274358a --- /dev/null +++ b/3769/CH3/EX3.9/Ex3_9.sce @@ -0,0 +1,11 @@ +clear +//Given +m=9*10**9 +q=250*10**-6 +r=0.1 + +//Calculation +V=m*q/r + +//Result +printf("\n Electric potential at the centre is %0.3f *10**7 V", V*10**-7) |