diff options
Diffstat (limited to '3622/CH1/EX1.1/Ex1_1.sce')
-rw-r--r-- | 3622/CH1/EX1.1/Ex1_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3622/CH1/EX1.1/Ex1_1.sce b/3622/CH1/EX1.1/Ex1_1.sce new file mode 100644 index 000000000..609c49cf2 --- /dev/null +++ b/3622/CH1/EX1.1/Ex1_1.sce @@ -0,0 +1,7 @@ +//Initialisation of variables
+clc
+C=20/(9*10^11)//converting cms to farads
+F=154-100//fall in potential
+R=F/60//rate of fall in potential
+I=C*R//ionization current
+printf('ionization current is %e amp \n',I)//correction applied
|