diff options
Diffstat (limited to '3769/CH13/EX13.16/Ex13_16.sce')
-rw-r--r-- | 3769/CH13/EX13.16/Ex13_16.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH13/EX13.16/Ex13_16.sce b/3769/CH13/EX13.16/Ex13_16.sce new file mode 100644 index 000000000..6d00a616d --- /dev/null +++ b/3769/CH13/EX13.16/Ex13_16.sce @@ -0,0 +1,13 @@ +clear +//Given +L=1 //H +Xl=3142.0 //ohm + +//Calculation +// +f=Xl/(2*%pi*L) +C=1/(2.0*%pi*f*Xl) + +//Result +printf("\n (i) Value of frequency is %0.0f ohm",f) +printf("\n (ii) Capacity of a condenser is %0.2f micro F",C*10**6) |