summaryrefslogtreecommitdiff
path: root/3637/CH5/EX5.6/Ex5_6.sce
blob: db9daecd9569e1a80136c15b9e5ed73c9ccde1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
//problem 6 pagenumber 5.100
//given
c=10e-6;//farad
w=6;format(6);
//determine R
r=w/(1.11*c);
format(6);
disp('R = '+string(r/10^3)+' Kohm');
disp('C1 = '+string(c*1e6)+' μfarad');