summaryrefslogtreecommitdiff
path: root/2102/CH5/EX5.7/exa_5_7.sce
blob: d1cd22e98cc96a7e1ec13cb25d78bd86b60d6739 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Exa 5.7
clc;
clear;
close;
// Given data
Vf= 0.7;// in V
If= 10;// in mA
If= If*10^-3;// in A
toh= 70;// in ns
Cd= toh*If/Vf;// in nf
disp(Cd,"Diffusion capacitance for a si diode in nf is :")