diff options
Diffstat (limited to '1844/CH1/EX1.6/1Q6.sce')
-rw-r--r-- | 1844/CH1/EX1.6/1Q6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1844/CH1/EX1.6/1Q6.sce b/1844/CH1/EX1.6/1Q6.sce new file mode 100644 index 000000000..57112f2c4 --- /dev/null +++ b/1844/CH1/EX1.6/1Q6.sce @@ -0,0 +1,10 @@ +clc
+//Intialisation of variables
+s=1/4 //degree
+LC= 0.005 // degree
+n= s/LC
+x=n-1
+//Results
+printf (' %f',x)
+printf (' such primary divisions should be taken for the length of the vernier scale and then divided into %2f parts for a direct vernier',n )
+
|