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