diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /278/CH9/EX24.5/ex_24_5.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
Diffstat (limited to '278/CH9/EX24.5/ex_24_5.sce')
-rwxr-xr-x | 278/CH9/EX24.5/ex_24_5.sce | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/278/CH9/EX24.5/ex_24_5.sce b/278/CH9/EX24.5/ex_24_5.sce index 1ca9da8cb..2b6a4dc63 100755 --- a/278/CH9/EX24.5/ex_24_5.sce +++ b/278/CH9/EX24.5/ex_24_5.sce @@ -1,26 +1,26 @@ -//find..
-clc
-//solution
-//given
-P=15000//W
-N=900//rpm
-n=4
-R=0.15//m
-u=0.25
-//let m be the mass
-w=2*%pi*N/60//rad/s
-w1=(3/4)*w//rad/s
-r=0.12//m
-//Pc=m*w^2*r=1066*m//N
-//Ps=m*w1^2*r=600m//N
-T=P*60/(2*%pi*N)//N-m
-//T=u*(Pc-Ps)*R*n=70m
-m=T/70//kg
-printf("mass of shoes is,%f kg\n",m)
-a=%pi/3
-l=R*a*1000//mm
-//A=l*n=157*b//mm^2
-//F=A*p=15.7*b//N
-//15.7*b=Pc-Ps=466m
-b=466*m/(15.7)//mm
+ +clc +//solution +//given +P=15000//W +N=900//rpm +n=4 +R=0.15//m +u=0.25 +//let m be the mass +w=2*%pi*N/60//rad/s +w1=(3/4)*w//rad/s +r=0.12//m +//Pc=m*w^2*r=1066*m//N +//Ps=m*w1^2*r=600m//N +T=P*60/(2*%pi*N)//N-m +//T=u*(Pc-Ps)*R*n=70m +m=T/70//kg +printf("mass of shoes is,%f kg\n",m) +a=%pi/3 +l=R*a*1000//mm +//A=l*n=157*b//mm^2 +//F=A*p=15.7*b//N +//15.7*b=Pc-Ps=466m +b=466*m/(15.7)//mm printf("face width is,%f mm\n",b)
\ No newline at end of file |