diff options
Diffstat (limited to '3769/CH27/EX27.21/Ex27_21.sce')
-rw-r--r-- | 3769/CH27/EX27.21/Ex27_21.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH27/EX27.21/Ex27_21.sce b/3769/CH27/EX27.21/Ex27_21.sce new file mode 100644 index 000000000..39f1f409a --- /dev/null +++ b/3769/CH27/EX27.21/Ex27_21.sce @@ -0,0 +1,11 @@ +clear +//Given +L1=58.6*10**-6 //H +C1=300.0*10**-12 //F + +//Calculation +// +f=1/((2.0*%pi)*sqrt(L1*C1)) + +//Result +printf("\n Frequency of oscillation is %0.0f KHz",f*10**-3) |