From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1844/CH4/EX4.3/4Q3.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1844/CH4/EX4.3/4Q3.sce (limited to '1844/CH4/EX4.3/4Q3.sce') 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) + -- cgit