diff options
Diffstat (limited to '3845/CH19/EX19.7/Ex19_7.sce')
-rw-r--r-- | 3845/CH19/EX19.7/Ex19_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH19/EX19.7/Ex19_7.sce b/3845/CH19/EX19.7/Ex19_7.sce new file mode 100644 index 000000000..33bf67cf3 --- /dev/null +++ b/3845/CH19/EX19.7/Ex19_7.sce @@ -0,0 +1,8 @@ +//Example 19.7
+r=(25/2)*10^-2;//Radius of sphere (m)
+V=100*10^3;//Voltage (V)
+k=8.99*10^9;//Coulomb's constant (N.m^2/C^2)
+Q=r*V/k;//Excess charge (C)
+printf('Excess charge on the sphere = %0.2e C',Q)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|