summaryrefslogtreecommitdiff
path: root/74/CH8/EX8.6/example6_sce.sce
blob: 2448aad01fc3061073f144ea74d58a9e72faacf6 (plain)
1
2
3
4
5
6
7
8
//chapter 8
//example 8.6
//page 302
T=5*10^-3;
C=.1*10^-6;
//T=1.1RC
R=T/(1.1*C);
disp(R)//value of R should be less than 100k as obtain above