diff options
Diffstat (limited to '3769/CH13/EX13.40/Ex13_40.sce')
-rw-r--r-- | 3769/CH13/EX13.40/Ex13_40.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH13/EX13.40/Ex13_40.sce b/3769/CH13/EX13.40/Ex13_40.sce new file mode 100644 index 000000000..320140b76 --- /dev/null +++ b/3769/CH13/EX13.40/Ex13_40.sce @@ -0,0 +1,12 @@ +clear +//Given +L=8*10**-6 //H +C=0.02*10**-6 //F +c=3*10**8 + +//Calculation +f=1/(2*%pi*sqrt(L*C)) +w=c/f + +//Result +printf("\n Wavelength is %0.2f *10**2 m",w*10**-2) |