summaryrefslogtreecommitdiff
path: root/2102/CH2/EX2.36/exa_2_36.sce
blob: 9c3d0987997e5d73b96814d10834772b69ab72f1 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 2.36
clc;
clear;
close;
// Given data
I_o= 0.3;// in µA
I_o= I_o*10^-6;// in A
V_F= 0.15;// in V
I= I_o*%e^(40*V_F);// in A
disp(I*10^6,"Current flowing in the diode in µA is : ")