summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.7/4Ex7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.7/4Ex7.sce')
-rw-r--r--1553/CH4/EX4.7/4Ex7.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH4/EX4.7/4Ex7.sce b/1553/CH4/EX4.7/4Ex7.sce
new file mode 100644
index 000000000..62f603f0d
--- /dev/null
+++ b/1553/CH4/EX4.7/4Ex7.sce
@@ -0,0 +1,7 @@
+//Chapter 4 Ex 7
+
+clc;
+clear;
+close;
+expr=(((7/2)/(5/2)*(3/2))/((7/2)/((5/2)*(3/2))))/5.25;
+mprintf("The value of expression is %.2f",expr);