diff options
Diffstat (limited to '3769/CH7/EX7.2/Ex7_2.sce')
-rw-r--r-- | 3769/CH7/EX7.2/Ex7_2.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH7/EX7.2/Ex7_2.sce b/3769/CH7/EX7.2/Ex7_2.sce new file mode 100644 index 000000000..c17b48f8d --- /dev/null +++ b/3769/CH7/EX7.2/Ex7_2.sce @@ -0,0 +1,13 @@ +clear +//Given +V=230 //v +P=100 +t=20*60 +V1=115 //V + +//Calculation +R=V**2/P +E=(V1**2*t)/R + +//Result +printf("\n Heat and light energy is %0.3f J", E) |