summaryrefslogtreecommitdiff
path: root/3886/CH5/EX5.4
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 11:01:52 +0530
committerprashantsinalkar2018-02-03 11:01:52 +0530
commit7bc77cb1ed33745c720952c92b3b2747c5cbf2df (patch)
tree449d555969bfd7befe906877abab098c6e63a0e8 /3886/CH5/EX5.4
parentd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (diff)
downloadScilab-TBC-Uploads-master.tar.gz
Scilab-TBC-Uploads-master.tar.bz2
Scilab-TBC-Uploads-master.zip
Added new codeHEADmaster
Diffstat (limited to '3886/CH5/EX5.4')
-rw-r--r--3886/CH5/EX5.4/5_4.sce15
-rw-r--r--3886/CH5/EX5.4/5_4.txt4
2 files changed, 19 insertions, 0 deletions
diff --git a/3886/CH5/EX5.4/5_4.sce b/3886/CH5/EX5.4/5_4.sce
new file mode 100644
index 000000000..7aa892948
--- /dev/null
+++ b/3886/CH5/EX5.4/5_4.sce
@@ -0,0 +1,15 @@
+//Value of P
+//Refer fig.5.8
+//consider equilibrium
+mu=0.2
+//750N block
+N1=750*cosd(60) //N
+F1=mu*N1 //N
+T=F1+750*sind(60) //N
+//500N block
+//N2=500-0.5P
+//Law of friction
+//F2=0.2*N2
+P=(724.52+100)/(cosd(30)+0.1) //N
+printf("\nP=%0.2f N",P)
+
diff --git a/3886/CH5/EX5.4/5_4.txt b/3886/CH5/EX5.4/5_4.txt
new file mode 100644
index 000000000..66257b50e
--- /dev/null
+++ b/3886/CH5/EX5.4/5_4.txt
@@ -0,0 +1,4 @@
+
+--> exec('E:\My program EM\5. Friction\5.4.sce', -1)
+
+P=853.52 N \ No newline at end of file