summaryrefslogtreecommitdiff
path: root/1627/CH8/EX8.7
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /1627/CH8/EX8.7
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '1627/CH8/EX8.7')
-rw-r--r--1627/CH8/EX8.7/Ex8_7.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/1627/CH8/EX8.7/Ex8_7.sce b/1627/CH8/EX8.7/Ex8_7.sce
new file mode 100644
index 000000000..d5ce1ec1e
--- /dev/null
+++ b/1627/CH8/EX8.7/Ex8_7.sce
@@ -0,0 +1,19 @@
+clc
+//initialisation of variables
+p=15*10^5//N/m^2
+v=78.5*10^-4//m^2
+v1=1000//N.s^2/m^4
+v2=0.07//m^3/s
+x=8.49//m/s
+q=1-0.5//m
+a=60//deg
+p1=4000//min
+p2=10//cm
+y=0.866//m
+//CALCULATIONS
+Fx=[(p*v)+((v1)*(v2)*x)]*(q)*0.001//kN
+Fy=[(p*v)+((v1)*v2*x)]*y*0.001//N
+FR=sqrt(Fx)^2+(Fy)^2//kN
+F=Fy/Fx//deg
+//RESULTS
+printf('The magnitude and direction of the force exerted on the bend is=% f deg',F)