diff options
Diffstat (limited to '278/CH4/EX4.9/ex_4_9.sce')
-rwxr-xr-x | 278/CH4/EX4.9/ex_4_9.sce | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/278/CH4/EX4.9/ex_4_9.sce b/278/CH4/EX4.9/ex_4_9.sce index 58559fed9..4f79dd5cd 100755 --- a/278/CH4/EX4.9/ex_4_9.sce +++ b/278/CH4/EX4.9/ex_4_9.sce @@ -1,14 +1,14 @@ -//find the length of the sliding bearing
-clc
-//solution
-//given
-d=25//mm/diameter
-P=2500//N/force
-p=5//(N/mm^2)//bearing pressure
-//A=l*d =l*25//(mm^2)//projected area of bearing
-//p=P/A//pressure=force/area
-//therefore
-l=(P/(25*5))//mm//length
-printf("the required length is,%f mm",l)
-
-
+ +clc +//solution +//given +d=25//mm/diameter +P=2500//N/force +p=5//(N/mm^2)//bearing pressure +//A=l*d =l*25//(mm^2)//projected area of bearing +//p=P/A//pressure=force/area +//therefore +l=(P/(25*5))//mm//length +printf("the required length is,%f mm",l) + + |