summaryrefslogtreecommitdiff
path: root/3886/CH2/EX2.8/Ex2_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH2/EX2.8/Ex2_8.sce')
-rw-r--r--3886/CH2/EX2.8/Ex2_8.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3886/CH2/EX2.8/Ex2_8.sce b/3886/CH2/EX2.8/Ex2_8.sce
new file mode 100644
index 000000000..398e033aa
--- /dev/null
+++ b/3886/CH2/EX2.8/Ex2_8.sce
@@ -0,0 +1,6 @@
+//Determining the value of theta
+//x and y axes are selected as shown in fig. 2.11
+//As the resultant is directed along x-axis,component of resultant in y-direction is zero
+//Fy=0 gives
+theta=(asind(0.833/(2*cosd(20))))-20 //degree
+printf("Required value of theta=%.2f degree",theta)