summaryrefslogtreecommitdiff
path: root/1553/CH9/EX9.6/9Ex6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH9/EX9.6/9Ex6.sce')
-rw-r--r--1553/CH9/EX9.6/9Ex6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH9/EX9.6/9Ex6.sce b/1553/CH9/EX9.6/9Ex6.sce
new file mode 100644
index 000000000..ea7f4565a
--- /dev/null
+++ b/1553/CH9/EX9.6/9Ex6.sce
@@ -0,0 +1,7 @@
+//Chapter 9 Ex 6
+
+clc;
+clear;
+close;
+x=(16^(3/2))+(16^(-3/2));
+mprintf("The value of x is %.3f",x);