diff options
Diffstat (limited to '2342/CH3/EX3.14/EX3_14.sce')
-rwxr-xr-x | 2342/CH3/EX3.14/EX3_14.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2342/CH3/EX3.14/EX3_14.sce b/2342/CH3/EX3.14/EX3_14.sce new file mode 100755 index 000000000..299692444 --- /dev/null +++ b/2342/CH3/EX3.14/EX3_14.sce @@ -0,0 +1,10 @@ +// Exa 3.14
+format('v',6)
+clc;
+clear;
+close;
+// Given data
+v = 1/(20 * 10^-6);// in cm/sec
+E = 10;// in V/cm
+Mu= v/E;// in cm^2/V-sec
+disp(Mu,"The mobility of minority charge carrier in cm^2/V-sec is ");
|