summaryrefslogtreecommitdiff
path: root/1466/CH7/EX7.3
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH7/EX7.3')
-rwxr-xr-x1466/CH7/EX7.3/7_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1466/CH7/EX7.3/7_3.sce b/1466/CH7/EX7.3/7_3.sce
new file mode 100755
index 000000000..bfa2fac86
--- /dev/null
+++ b/1466/CH7/EX7.3/7_3.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+r= -3.19
+logi= -2.6
+logv= 0.302
+//CALCULATIONS
+k= 10^r
+n= (logi-r)/logv
+//RESULTS
+printf ('value of k = %.6f ',k)
+printf ('\n value of n = %.3f ',n)