diff options
Diffstat (limited to '3769/CH14/EX14.4/Ex14_4.sce')
-rw-r--r-- | 3769/CH14/EX14.4/Ex14_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH14/EX14.4/Ex14_4.sce b/3769/CH14/EX14.4/Ex14_4.sce new file mode 100644 index 000000000..e92241a68 --- /dev/null +++ b/3769/CH14/EX14.4/Ex14_4.sce @@ -0,0 +1,15 @@ +clear +//Given +N=100 +A=3 +B=0.04 //T +w=60 +R=500 //ohm + +//Calculation +E0=N*A*B*w +I0=E0/R +P=E0*I0 + +//Result +printf("\n Maximum power dissipated in the coil is %0.3f W", P) |