diff options
Diffstat (limited to '3769/CH7/EX7.9/Ex7_9.sce')
-rw-r--r-- | 3769/CH7/EX7.9/Ex7_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH7/EX7.9/Ex7_9.sce b/3769/CH7/EX7.9/Ex7_9.sce new file mode 100644 index 000000000..85d85cd57 --- /dev/null +++ b/3769/CH7/EX7.9/Ex7_9.sce @@ -0,0 +1,12 @@ +clear +//Given +H1=10 +a=5.0 +b=4.2 + +//Calculation +I1=(H1*b)/(a*4) +A=I1*4/b + +//Result +printf("\n Heat generated in 4 ohm resistor is %0.3f cal/sec", A) |