summaryrefslogtreecommitdiff
path: root/995/CH4/EX4.13/Ex4_13.sce
blob: 6e97331f513aaa2a0d69914ceb0de39bfbb4f0bd (plain)
1
2
3
4
5
6
7
8
//Ex:4.13
clc;
clear;
close;
L=100*10^-3;
f=400;
C=(1/(4*%pi*%pi*f*f*L))*10^6;
printf("Capacitance required = %f uF",C);