summaryrefslogtreecommitdiff
path: root/620/CH23/EX23.5/example23_5.sce
blob: 3368c61353cc3802862c9b150bce343de453d75c (plain)
1
2
3
4
5
6
i=1.5;
v=120;
f=60;
x_c=v/i;
c=1/(2*%pi*f*x_c);
disp("the capacitance (in μF) is"); disp(c*10^6);