summaryrefslogtreecommitdiff
path: root/995/CH9/EX9.3/Ex9_3.sce
blob: 91f11071a2583334b27b2eb7aed59f8ad8fc7b76 (plain)
1
2
3
4
5
6
7
8
9
//Ex:9.3
clc;
clear;
close;
f=1000;
t=1/f;
C=10*10^-9;
R=t/(1.4*C);
printf("R= %d kohm",R/1000);