From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3831/CH4/EX4.8/Ex4_8.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3831/CH4/EX4.8/Ex4_8.sce (limited to '3831/CH4/EX4.8/Ex4_8.sce') diff --git a/3831/CH4/EX4.8/Ex4_8.sce b/3831/CH4/EX4.8/Ex4_8.sce new file mode 100644 index 000000000..cbaed2db6 --- /dev/null +++ b/3831/CH4/EX4.8/Ex4_8.sce @@ -0,0 +1,14 @@ +// Example 4_8 +clc;funcprot(0); +// Given data +phi_e=120;// V +R=144;// ohm +t=1.50;// h + +// Solution +// (a) +i_e=phi_e/R;// A +W_12=-phi_e*i_e*t;// The electrical current work in W.h +// (b) +W_ec=-phi_e*i_e;// W +printf('\n(a)The electrical current work,W_12=%3.0f W.h \n(b)The electrical power consumption,W_electrical current=%3.0f W',W_12,W_ec); -- cgit