diff options
Diffstat (limited to '3845/CH21/EX21.6')
-rw-r--r-- | 3845/CH21/EX21.6/Ex21_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3845/CH21/EX21.6/Ex21_6.sce b/3845/CH21/EX21.6/Ex21_6.sce new file mode 100644 index 000000000..46584c54e --- /dev/null +++ b/3845/CH21/EX21.6/Ex21_6.sce @@ -0,0 +1,10 @@ +//Example 21.6
+v=5*10^2;//Velocity of bullet (m/s)
+x=8*10^-2;//Distance traversed (m)
+t=x/v;//Time (s)
+tau=t;//Time constant (s)
+R=10;//Resistance (ohm)
+C=tau/R;//Capacitance (F)
+printf('Capacitance required = %0.1f microF',C/10^-6)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|