summaryrefslogtreecommitdiff
path: root/1694/CH6/EX6.26/Ex6_26.sce
blob: 1cf06a471d25457267bbc7f8d24d28f4b97770ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear;
clc;
printf("\nEx-6.26\n");
//page no.-195
//given
E=2.1;........//fermi energy in eV
e=1.6*10^-19;.......//charge
m=9.11*10^-31;......//mass of e

v=((2*E*e)/m)^(1/2)........//fermi velocity in m/s

printf("\nfermi velocity is 8.6*10^5 m/s");