diff options
Diffstat (limited to '3875/CH2/EX2.3/Ex2_3.sce')
-rw-r--r-- | 3875/CH2/EX2.3/Ex2_3.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3875/CH2/EX2.3/Ex2_3.sce b/3875/CH2/EX2.3/Ex2_3.sce index c05390b85..4cd85a417 100644 --- a/3875/CH2/EX2.3/Ex2_3.sce +++ b/3875/CH2/EX2.3/Ex2_3.sce @@ -13,7 +13,7 @@ c_floor=0.06 //Value given in the sum is wrong which is 0.60 c_seat=0.64
-//calcultion
+//calculation
A1=2*((b*h)+(l*h))*c_wall //in m^2
A2=(l*b)*c_ceiling //in m^2
A3=(l*b)*c_floor //in m^2
|