summaryrefslogtreecommitdiff
path: root/1826/CH8/EX8.3/ex8_3.sce
blob: ba423e1b71df0eeefd8428593b2cb9865a68283d (plain)
1
2
3
4
5
6
7
8
// Example 8.3, page no-210
clear
clc
rni=63//n Ohm.m
rcr=129
k=1120
c=(k*10^-9)/(0.8*(1-0.8))
printf("The Nordheims coeeficient is %.0f *10^-6 Ohm-m",c*10^6)