summaryrefslogtreecommitdiff
path: root/806/CH1/EX1.3
diff options
context:
space:
mode:
Diffstat (limited to '806/CH1/EX1.3')
-rw-r--r--806/CH1/EX1.3/13.sce10
-rw-r--r--806/CH1/EX1.3/13.txt8
2 files changed, 0 insertions, 18 deletions
diff --git a/806/CH1/EX1.3/13.sce b/806/CH1/EX1.3/13.sce
deleted file mode 100644
index aab6d30bc..000000000
--- a/806/CH1/EX1.3/13.sce
+++ /dev/null
@@ -1,10 +0,0 @@
-clc
-pathname=get_absolute_file_path('13.sce')
-filename=pathname+filesep()+'13.sci'
-exec(filename)
-diary('C:\users\Bhavesh\desktop\scilab\13.txt')
-disp("a gas with molecular weight of 44 is at a pressure of 0.9MPa and a temperature of 20 degree celsius.Calculate its density")
-R=8312/M//gas constant(in m.N/kg.K)
-p=P/R/(273+T)*10^6//density in kg/m^3
-disp("kg/m^3",p,"Density p=")
-diary(0) \ No newline at end of file
diff --git a/806/CH1/EX1.3/13.txt b/806/CH1/EX1.3/13.txt
deleted file mode 100644
index 6a2280ad0..000000000
--- a/806/CH1/EX1.3/13.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
- a gas with molecular weight of 44 is at a pressure of 0.9MPa and a temperature of 20 degree celsius.Calculate its density
-
- Density p=
-
- 16.260056
-
- kg/m^3