summaryrefslogtreecommitdiff
path: root/3841/CH19/EX19.4.1/Ex19_4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH19/EX19.4.1/Ex19_4_1.sce')
-rw-r--r--3841/CH19/EX19.4.1/Ex19_4_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3841/CH19/EX19.4.1/Ex19_4_1.sce b/3841/CH19/EX19.4.1/Ex19_4_1.sce
new file mode 100644
index 000000000..7dec72cf7
--- /dev/null
+++ b/3841/CH19/EX19.4.1/Ex19_4_1.sce
@@ -0,0 +1,14 @@
+clear
+//given
+//page no 394
+//find out how much air enter in cylinder
+//as th amount water air taken into engine per hour
+x=300
+c=3.9
+t=60.
+D=1.2*70200./(1000.)
+//dust entering
+//engine in 1 year
+E=D*9.*250.
+De=E/7000.
+printf("\n \n dust entering engine %.2f ",De)