From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3841/CH19/EX19.1/Ex19_1.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3841/CH19/EX19.1/Ex19_1.sce (limited to '3841/CH19/EX19.1/Ex19_1.sce') diff --git a/3841/CH19/EX19.1/Ex19_1.sce b/3841/CH19/EX19.1/Ex19_1.sce new file mode 100644 index 000000000..3adceb582 --- /dev/null +++ b/3841/CH19/EX19.1/Ex19_1.sce @@ -0,0 +1,13 @@ +clear +//given +//page no 379 +//find the amount heat absourbed by the cooling system +// +hp=300. +F=0.38 +f=19200. +hi=0.30 +Hi=hp*F*f +C=hi*Hi +Cs=C/hp +printf("\n \n heat lost to cooling system %.2f per bhp-hr",Cs) -- cgit