summaryrefslogtreecommitdiff
path: root/3020/CH17/EX17.8/ex17_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH17/EX17.8/ex17_8.sce')
-rwxr-xr-x3020/CH17/EX17.8/ex17_8.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3020/CH17/EX17.8/ex17_8.sce b/3020/CH17/EX17.8/ex17_8.sce
new file mode 100755
index 000000000..93aaf8c18
--- /dev/null
+++ b/3020/CH17/EX17.8/ex17_8.sce
@@ -0,0 +1,7 @@
+clc;
+clear all;
+Tf=24600;//temperature in kelvin
+m=9.11e-31;//mass of electron
+k=1.38e-23;//boltzmann constant
+Vf=sqrt(2*k*Tf/m);//fermi velocity
+disp('m/s',Vf,'fermi velocity is:')