summaryrefslogtreecommitdiff
path: root/3523/CH3/EX3.7.8/Ex3_8.sce
blob: 414cc4249f6dc34bf207d4b098b96fbbfe607740 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 8// Ch 3
clc;
clear;
close;
// given data
k = 1.38*10^-21; //boltzmanns constant
T = 293; // temperature in K
e = 1.6*10^-19;
E = (1.5*k*T)/e;
printf("energy of free electron %f eV",E)