summaryrefslogtreecommitdiff
path: root/2672/CH4/EX4.23/Ex4_23.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2672/CH4/EX4.23/Ex4_23.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2672/CH4/EX4.23/Ex4_23.sce')
-rwxr-xr-x2672/CH4/EX4.23/Ex4_23.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2672/CH4/EX4.23/Ex4_23.sce b/2672/CH4/EX4.23/Ex4_23.sce
new file mode 100755
index 000000000..085c4838b
--- /dev/null
+++ b/2672/CH4/EX4.23/Ex4_23.sce
@@ -0,0 +1,11 @@
+//Example 4_23
+clc;
+clear;
+close;
+format('v',4);
+//given data :
+e=1.6*10^-19;//C/electron
+Eg=1.21;//eV
+ne=3;//electrons/atom
+dniBYni=(1.5+Eg/0.052)*(1/ne/100)*100;//% per degree
+disp(dniBYni,"100*dni/ni is ( % per degree)");