summaryrefslogtreecommitdiff
path: root/1844/CH4/EX4.3/4Q3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH4/EX4.3/4Q3.sce')
-rw-r--r--1844/CH4/EX4.3/4Q3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1844/CH4/EX4.3/4Q3.sce b/1844/CH4/EX4.3/4Q3.sce
new file mode 100644
index 000000000..0a634b4db
--- /dev/null
+++ b/1844/CH4/EX4.3/4Q3.sce
@@ -0,0 +1,8 @@
+clc
+// Displacement due to angular error= l sin a
+// Displacement due to linear error= l/r
+// these two are equal
+a=1.5
+r= 1/sind(a)
+printf('The offset should be measured with an accuracy of 1 in %i ',r+1)
+