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