summaryrefslogtreecommitdiff
path: root/3665/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3665/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3665/CH5/EX5.5/Ex5_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3665/CH5/EX5.5/Ex5_5.sce b/3665/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..73e5126ee
--- /dev/null
+++ b/3665/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,14 @@
+clc//
+//
+//
+
+//Variable declaration
+k=1.38*10^-23; //boltzmann constant(J)
+T=24600; //temperature(K)
+m=9.108*10^-31; //mass(kg)
+
+//Calculation
+vF=sqrt(2*k*T/m); //fermi velocity(m s-1)
+
+//Result
+printf("\n fermi velocity is %0.2f *10^6 m s-1",vF/10^6)