diff options
Diffstat (limited to '3769/CH3/EX3.10')
-rw-r--r-- | 3769/CH3/EX3.10/Ex3_10.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH3/EX3.10/Ex3_10.sce b/3769/CH3/EX3.10/Ex3_10.sce new file mode 100644 index 000000000..0e55c76da --- /dev/null +++ b/3769/CH3/EX3.10/Ex3_10.sce @@ -0,0 +1,12 @@ +clear +//Given +m=3*10**-16 +g=9.8 +d=5*10**-3 +q=16.0*10**-18 + +//Calculation +V=(m*g*d/q)*10 + +//Result +printf("\n Voltage needed to balance an oil drop is %0.2f V",V) |