diff options
author | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
commit | d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch) | |
tree | 612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3875/CH2/EX2.1 | |
parent | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff) | |
download | Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2 Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip |
Modified the code
Diffstat (limited to '3875/CH2/EX2.1')
-rw-r--r-- | 3875/CH2/EX2.1/2_1.txt | 2 | ||||
-rw-r--r-- | 3875/CH2/EX2.1/Ex2_1.sce | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/3875/CH2/EX2.1/2_1.txt b/3875/CH2/EX2.1/2_1.txt index 0dbba33b7..254c90fc4 100644 --- a/3875/CH2/EX2.1/2_1.txt +++ b/3875/CH2/EX2.1/2_1.txt @@ -1 +1 @@ - Total absorption in hall = 1012.5 m^2 sabine
\ No newline at end of file +Total absorption in hall = 1012.5 sq-m sabine
\ No newline at end of file diff --git a/3875/CH2/EX2.1/Ex2_1.sce b/3875/CH2/EX2.1/Ex2_1.sce index 031f10443..46a43a15e 100644 --- a/3875/CH2/EX2.1/Ex2_1.sce +++ b/3875/CH2/EX2.1/Ex2_1.sce @@ -6,4 +6,4 @@ T=1.2 //time in seconds //calculations
A=(0.162*V)/T
-mprintf("Total absorption in hall = %0.1f m^2 sabine",A)
+mprintf("Total absorption in hall = %0.1f sq-m sabine",A)
|