diff options
Diffstat (limited to '1286/CH8/EX8.5/8_5.sce')
-rwxr-xr-x | 1286/CH8/EX8.5/8_5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1286/CH8/EX8.5/8_5.sce b/1286/CH8/EX8.5/8_5.sce new file mode 100755 index 000000000..67049e58d --- /dev/null +++ b/1286/CH8/EX8.5/8_5.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+r1=2
+r=2
+rv=0.75
+//CALCULATIONS
+g=log(r1/rv)/log(r)
+//results
+printf(' \n gamma value= % 1f ',g)
|