summaryrefslogtreecommitdiff
path: root/995/CH12/EX12.3/Ex12_3.sce
blob: 8784afae430f8b5d560fa10e777c389137310382 (plain)
1
2
3
4
5
6
7
8
9
//Ex:12.3
clc;
clear;
close;
//R1=R2=R
prf=10;
C=1*10^-6;
R=0.48/(prf*C);
printf("R= %d ohm",R);