summaryrefslogtreecommitdiff
path: root/806/CH1/EX1.3/13.sce
diff options
context:
space:
mode:
Diffstat (limited to '806/CH1/EX1.3/13.sce')
-rw-r--r--806/CH1/EX1.3/13.sce10
1 files changed, 0 insertions, 10 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