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