From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 278/CH20/EX20.7/ex_20_7.sce | 46 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to '278/CH20') diff --git a/278/CH20/EX20.7/ex_20_7.sce b/278/CH20/EX20.7/ex_20_7.sce index 5caa24356..332434f8f 100755 --- a/278/CH20/EX20.7/ex_20_7.sce +++ b/278/CH20/EX20.7/ex_20_7.sce @@ -1,23 +1,23 @@ -//find.. -clc -//soltuion -//given -n=10 -v=25//m/s -P=115*1000//W -q=%pi -B=22.5//deg -u=0.2 -m=0.6//kg/m -//let T1 and T2 be tension on tight and slag side -//P=(T1-T2)*v*n//W -//T1-T2=460...eq1 -//log(T1/T2)=u*q*cosec(%pi/180*B)=0.714 -T2=T1/5.18//....eq2 -//from eq1 and eq2 -T1=570//N -T2=110//N -Tc=m*v^2 -Tt1=T1+Tc -Tt2=T2+Tc -printf("the value of Tt1 and Tt2 is,%f N\n,%f N",Tt1,Tt2) +//find.. +clc +//soltuion +//given +n=10 +v=25//m/s +P=115*1000//W +q=%pi +B=22.5//deg +u=0.2 +m=0.6//kg/m +//let T1 and T2 be tension on tight and slag side +//P=(T1-T2)*v*n//W +//T1-T2=460...eq1 +//log(T1/T2)=u*q*cosec(%pi/180*B)=0.714 +//T2=T1/5.18//....eq2 +//from eq1 and eq2 +T1=570//N +T2=110//N +Tc=m*v^2 +Tt1=T1+Tc +Tt2=T2+Tc +printf("the value of Tt1 and Tt2 is,%f N\n,%f N",Tt1,Tt2) \ No newline at end of file -- cgit