diff options
Diffstat (limited to '3769/CH14/EX14.6/Ex14_6.sce')
-rw-r--r-- | 3769/CH14/EX14.6/Ex14_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH14/EX14.6/Ex14_6.sce b/3769/CH14/EX14.6/Ex14_6.sce new file mode 100644 index 000000000..097836e48 --- /dev/null +++ b/3769/CH14/EX14.6/Ex14_6.sce @@ -0,0 +1,11 @@ +clear +//Given +V=240 //V +I=5 //A +R=4 //ohm + +//Calculation +Eb=V-(I*R) + +//Result +printf("\n Value of back e.m.f is %0.3f V", Eb) |