diff options
Diffstat (limited to '3622/CH8/EX8.2/Ex8_2.sce')
-rw-r--r-- | 3622/CH8/EX8.2/Ex8_2.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3622/CH8/EX8.2/Ex8_2.sce b/3622/CH8/EX8.2/Ex8_2.sce new file mode 100644 index 000000000..bfab6a69f --- /dev/null +++ b/3622/CH8/EX8.2/Ex8_2.sce @@ -0,0 +1,4 @@ +//Initialisation of variables
+clc
+ratio=1/cosd(30)-1
+printf('minimum ratio is %f \n',ratio)
|