diff options
Diffstat (limited to '3769/CH13/EX13.12/Ex13_12.sce')
-rw-r--r-- | 3769/CH13/EX13.12/Ex13_12.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH13/EX13.12/Ex13_12.sce b/3769/CH13/EX13.12/Ex13_12.sce new file mode 100644 index 000000000..21e52d80c --- /dev/null +++ b/3769/CH13/EX13.12/Ex13_12.sce @@ -0,0 +1,13 @@ +clear +//Given +f=50 //Hz +I=1.4 + +//Calculation +// +E=2*%pi*f*I*2*cos(2*%pi*f) +Ev=E/sqrt(2) + +//Result +printf("\n (i) Potential difference across the coil is %0.0f cos 100*pai*t",E) +printf("\n (ii) r.m.s value of p.d across the coil is %0.1f V",Ev) |