diff options
Diffstat (limited to '1553/CH23/EX23.5')
-rw-r--r-- | 1553/CH23/EX23.5/23Ex5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH23/EX23.5/23Ex5.sce b/1553/CH23/EX23.5/23Ex5.sce new file mode 100644 index 000000000..91117154b --- /dev/null +++ b/1553/CH23/EX23.5/23Ex5.sce @@ -0,0 +1,8 @@ +// Chapter 23 Ex5
+
+clc;
+clear;
+close;
+n1=75; n2=16; n3=5; n4=9; n5=32; n6=243;
+ans=(log(n1/n2)-2*log(n3/n4)+log(n5/n6));
+mprintf("The answer of the equation is %.2f",ans);
\ No newline at end of file |