blob: 8a552a0397a27ca491d3d8d3b70e1f1d9e7368f5 (
plain)
1
2
3
4
5
6
7
|
//chapter8
//example 8.3
//page300
Ton=5;//given
C=10*10^-6;//let assume
R=Ton/(1.1*C);//using Ton=1.1RC
disp(R)//this not standard value but we can adjust by connecting variable resistance
|