summaryrefslogtreecommitdiff
path: root/1076/CH19/EX19.2/19_2.sce
blob: 40be500513e2474015ea5f2da68813aefbc5d6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clear;
clc;

V=10000;
P=12.5e6;
f=50;
Xl=4;


d=asin(P*Xl/(V*V));

VL=2*V*sin(d/2);
QL=VL^2/4;
Qc=QL/2;

C=Qc/(2*%pi*f*V*V);

mprintf("C=%.1f e-6F",C*1e6);