summaryrefslogtreecommitdiff
path: root/2825/CH3/EX3.2/Ex3_2.sce
blob: 45c637ed3a8684b3e406150a90137d1f55b04f11 (plain)
1
2
3
4
5
6
7
8
9
//Ex3_2 Pg-182
clc
J=10^5 //forward current density
Js=250*10^(-3) //saturation current density
e=1.6*10^(-19) //electron charge
T=300 //temperature
k=1.38*10^(-23) //Boltzmann constant
V=(log(J/Js)*k*T)/e //voltage applied across junction
printf("The voltage applied across the junction =%.2f V",V)