summaryrefslogtreecommitdiff
path: root/1223/CH15/EX15.10/Ex15_10.sce
blob: b7b428546458163f91c9c74eb559993792775ff0 (plain)
1
2
3
4
5
6
7
8
clear;
clc;
//Example 15.10
C=15*10^-9;
T=100*10^-6;//(s) time
R=T/(1.1*C);
R=R*0.001;//Kohm
printf('\nResistance R=%.2f KOhm\n',R)