summaryrefslogtreecommitdiff
path: root/1286/CH16/EX16.10/16_10.sce
blob: 22c77ab11eab4f80d2c26f1a12f1ab787d220e5c (plain)
1
2
3
4
5
6
7
8
clc
//initialisation
t=300//k
e=0.01//v
//CALCULATIONS
a=1/((exp(e/t))+1)
//results
printf(' \n NFD= % 1f ',a)