summaryrefslogtreecommitdiff
path: root/3673/CH5/EX5.a.13/Example_a_5_13.sce
blob: 61349db583826afc2c10767663a260aadbe1f5de (plain)
1
2
3
4
5
6
7
8
9
//Example_a_5_13 page no:214
clc;
Vm=15;
Im=8.5;
omega=200;
R=Vm/(Im*sqrt(2));
C=1/(omega*R);
disp(R,"the resistance in the circuit is (in ohm)");
disp(C,"the capacitance in the circuit is (in F)");