diff options
Diffstat (limited to '2459/CH17/EX17.5/Ex17_5.sce')
-rw-r--r-- | 2459/CH17/EX17.5/Ex17_5.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH17/EX17.5/Ex17_5.sce b/2459/CH17/EX17.5/Ex17_5.sce new file mode 100644 index 000000000..6ce3295da --- /dev/null +++ b/2459/CH17/EX17.5/Ex17_5.sce @@ -0,0 +1,11 @@ +//chapter17 +//example17.5 +//page382 + +R=220d3 // ohm +C=250d-12 // F + +f=1/(2*%pi*R*C) +printf("frequency of oscillations = %.3f Hz",f) + +//in book the answer given is 2892 Hz but the accurate answer is 2893.726 Hz |