summaryrefslogtreecommitdiff
path: root/3428/CH5
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /3428/CH5
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip
updated the code
Diffstat (limited to '3428/CH5')
-rw-r--r--3428/CH5/EX1.5.3/Ex1_5_3.sce4
1 files changed, 2 insertions, 2 deletions
diff --git a/3428/CH5/EX1.5.3/Ex1_5_3.sce b/3428/CH5/EX1.5.3/Ex1_5_3.sce
index ec5a92ca8..a481050ba 100644
--- a/3428/CH5/EX1.5.3/Ex1_5_3.sce
+++ b/3428/CH5/EX1.5.3/Ex1_5_3.sce
@@ -10,5 +10,5 @@ Q_fu=3.20
e_f=Q_f/E_f //faliure strains of fibres
e_m=Q_m/E_m //faliure strains of matrix
Q_m=E_m*e_f
-Q_cu =((Q_fu*V_f)+((Q_m*(1-V_f)))
-disp(Q_cu,'stress carried by composite at failure(GPa)')
+Q_cu =((Q_fu*V_f)+((Q_m*(1-V_f))))
+disp(Q_cu,'Stress carried by composite at failure(GPa)')