summaryrefslogtreecommitdiff
path: root/1826/CH8/EX8.8/ex8_8.sce
blob: 3c6310b8934d1c08e22fdde48713f1827395a87a (plain)
1
2
3
4
5
6
7
8
// Example 8.8, page no-214
clear
clc
Tf=24600//K
m=9.11*10^-31//Kg
k=1.38*10^-23
vf=sqrt(2*k*Tf/m)
printf("The Fermi Velocity is %.4f *10^6 m/s",vf*10^-6)