diff options
Diffstat (limited to '3769/CH13/EX13.7/Ex13_7.sce')
-rw-r--r-- | 3769/CH13/EX13.7/Ex13_7.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH13/EX13.7/Ex13_7.sce b/3769/CH13/EX13.7/Ex13_7.sce new file mode 100644 index 000000000..5d70d2e96 --- /dev/null +++ b/3769/CH13/EX13.7/Ex13_7.sce @@ -0,0 +1,13 @@ +clear +//Given +E0=60 +R=20.0 //ohm + +//Calculation +// +Ev=E0/(sqrt(2)) +Iv=Ev/R + +//Result +printf("\n (i) A.C ammeter will %0.2f A",Iv) +printf("\n (ii) Average value of a.c over one cycle is zero") |