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