diff options
Diffstat (limited to '3845/CH19/EX19.11/Ex19_11.sce')
-rw-r--r-- | 3845/CH19/EX19.11/Ex19_11.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH19/EX19.11/Ex19_11.sce b/3845/CH19/EX19.11/Ex19_11.sce new file mode 100644 index 000000000..b58fc907d --- /dev/null +++ b/3845/CH19/EX19.11/Ex19_11.sce @@ -0,0 +1,7 @@ +//Example 19.11
+E_cap=4*10^2;//Energy stored in capacitor (J)
+V=1*10^4;//Voltage (V)
+C=2*E_cap/V^2;//Capacitance (F)\
+printf('Capacitance = %0.2e F',C)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|