summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.a.12/Example_a_8_12.sce
blob: 68f20a5d42a99ddae781598171d565e07f6f3a88 (plain)
1
2
3
4
5
6
//Example_a_8_12 page no:332
clc;
//variables cannot be used without initialization and hence the equation cannot be derived like in the text book, the capacitance value can be calculated using the derived values by substituting known values in the equation
C=15/(2*%pi*10^6*1256*80);
C=C*10^12;//converting to pico Farad
disp(C,"the value of C to give resonance is (in pF)");