diff options
Diffstat (limited to '1844/CH1/EX1.7/1Q7.sce')
-rw-r--r-- | 1844/CH1/EX1.7/1Q7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1844/CH1/EX1.7/1Q7.sce b/1844/CH1/EX1.7/1Q7.sce new file mode 100644 index 000000000..bf1afe4f3 --- /dev/null +++ b/1844/CH1/EX1.7/1Q7.sce @@ -0,0 +1,8 @@ +clc
+//Intialisation of variables
+s=1 // in degrees
+LC = 1/6 // LC=10 minutes
+n= s/LC
+//Results
+printf ('Taken eleven spaces of the main scale and divide it into %f spaces of the vernier',n)
+
|