diff options
Diffstat (limited to '3622/CH2/EX2.3/Ex2_3.sce')
-rw-r--r-- | 3622/CH2/EX2.3/Ex2_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3622/CH2/EX2.3/Ex2_3.sce b/3622/CH2/EX2.3/Ex2_3.sce new file mode 100644 index 000000000..69f2647c2 --- /dev/null +++ b/3622/CH2/EX2.3/Ex2_3.sce @@ -0,0 +1,9 @@ +
+//Initialisation of variables
+clc
+a=10^(-5)
+d=1
+e=4.8*10^(-10)
+g=980
+X=4*%pi*a^3*d*g/(3*e)
+printf('field required to keep drop stationary is %e esu per cm \n',X)
|